Portable Document Format

Template:Redirect

Portable Document Format (PDF) is a file format developed by Adobe Systems for representing documents in a manner that is independent of the original application software, hardware, and operating system used to create those documents. A PDF file can describe documents containing any combination of text, graphics, and images in a device independent and resolution independent format. These documents can be one page or thousands of pages, very simple or extremely complex with a rich use of fonts, graphics, colour, and images. PDF is an open standard, and anyone may write applications that can read or write PDFs royalty-free.

Free readers for many platforms are available for download from the Adobe website [1] (http://www.adobe.com/products/acrobat/readstep2.html), and there are several free open source readers, including Xpdf [2] (http://www.foolabs.com/xpdf/) for POSIX-like systems with the X Window System; GPdf [3] (http://www.purl.org/NET/gpdf), a derivative of Xpdf for GNOME, Evince [4] (http://www.gnome.org/projects/evince/), a document viewer for GNOME (branch of GPdf) that can view PDF-files; GSPdf [5] (http://www.gnustep.it/enrico/gspdf/) and ViewPDF [6] (http://mac.wms-network.de/gnustep/imageapps/viewpdf/viewpdf.html), for GNUstep; and front-ends for many platforms to Ghostscript.

Contents

Technology

PDF is primarily the combination of three technologies:

  • a cut-down form of PostScript for generating the layout and graphics,
  • a font-embedding/replacement system to allow fonts to travel with the documents, and
  • a structured storage system to bundle these elements into a single file, with data compression where appropriate.

PostScript

PostScript is a computer language – or more precisely a page description language – that is run in an interpreter to generate an image. This process requires a fair amount of resources.

PDF is a subset of those PostScript language elements that define the graphics, and only requires a very simple interpreter. For instance, flow control commands like if and loop are removed, while graphics commands such as lineto remain.

That means that the process of turning PDF back into a graphic is a matter of simply reading the description, rather than running a program in the PostScript interpreter. However the entire PostScript world in terms of fonts, layout and measurement remains intact.

Often the PostScript-like PDF code is generated from a source PostScript file. The graphics commands that the PS code outputs are collected and tokenized, any files, graphics or fonts the document references are also collected, and then everything is compressed into a single file.

As a document format, PDF has several advantages over PostScript. One is that a document resides in a single file, whereas the same document in PostScript may span multiple files (graphics, etc.) and probably occupies more space. In addition, PDF contains already-interpreted results of the PostScript source code, so it is less computation-intensive and faster to open, and there is a more direct correspondence between changes to items in the PDF page description and changes to the resulting appearance of the page. Also, PDF (starting from version 1.4) supports true object transparency while PostScript does not. Finally, if displayed with Adobe Reader, a font-substitution strategy ensures the document will be readable even if the end-user does not have the "proper" fonts installed.

History

When PDF first came out, in the early 1990s, it was slow to catch on. At the time, not only did the only PDF creation tools of the time (Acrobat) cost money, but so did the software to view and print PDF files. Additionally, there were competing formats such as Envoy, Common Ground Digital Paper, DjVu and even Adobe's own PostScript file format (.ps). Adobe started distributing the Acrobat Reader program at no cost, and continued to support PDF through its slow multi-year ramp-up. Competing formats eventually died out, and PDF became a well-accepted standard.

In 2005 Microsoft presented a competing format referenced by the code name "Metro". It is developed together with Global Graphics. Metro is based on XML, but requires a license. Metro is scheduled to be included in the next version of MS Windows with the codename "Longhorn".

Macintosh

PDF was selected as the "native" metafile format for Mac OS X, replacing the PICT format of the earlier Mac OS. Mac OS X's imaging model, Quartz 2D, is based on both the Display PostScript standard and PDF, and is sometimes referred to as Display PDF. Due to OS support, all OS X applications can create PDF documents automatically as long as they support the Print command.

PDF and accessibility

PDF can be accessible to people with disabilities. Current PDF file formats can include tags (essentially XML), text equivalents, captions and audio descriptions, and other accessibility features. Some software, such as Adobe InDesign, can output tagged PDFs automatically. Leading screen readers, including Jaws, Window-Eyes, and Hal, can read tagged PDFs; current versions of the Acrobat and Acrobat Reader programs can also read PDFs out loud. Moreover, tagged PDFs can be reflowed and zoomed for low-vision readers.

However, many problems remain, not least of which is the difficulty in adding tags to existing or "legacy" PDFs; for example, if PDFs are generated from scanned documents, accessibility tags and reflowing are unavailable and must be created either by hand or using OCR techniques. Moreover, that process itself is inaccessible. Nonetheless, well-made PDFs can be a valid choice as long-term accessible documents. (Work is being done on a PDF variant based on PDF 1.4. The PDF/A or PDF-Archive (http://www.aiim.org/standards.asp?ID=25013) is specifically scaled down for archival purposes.)

Comparison between PDF and HTML

PDF and HTML are not equivalent technologies, but are both commonly found on the Web. Using the reflow feature, tagged PDF documents behave much like HTML.

HTML is a method for describing the content of a webpage in a manner that is open to interpretation by the browser which renders it on the user's screen. This permits content to be rendered to suit the viewer rather than the content provider, and also means that an HTML file will not necessarily look exactly the same in different browsers. PDF without applying reflow, on the other hand, is strictly concerned with describing the content of a document such that the original layout and typesetting are fully preserved.

Since many content providers do not like the fluid nature of HTML rendering, PDF without reflow has been widespread to force a particular layout. With HTML the same can be achieved by using a raster graphics (or recently, SVG, a vector graphics standard) image to present text, but then the text can not be copied as such, nor can a subtext be searched within it. Use of images also leads to larger file sizes. (Sometimes the same is done in a PDF file, and the same disadvantages apply.)

A typical example of the differences this leads to for the viewer is with zooming:

  • Enlarging a PDF document without reflow magnifies the text but preserves the original layout and spacing; a practical limit on zooming follows from the requirement to keep a text column within the width of the screen (otherwise horizontal scrolling would be needed during and after reading each line, which would be very cumbersome).
  • With HTML and tagged PDF with reflow, a larger font size is used and lines re-wrap accordingly to fit the browser window.

Searching for a text in a collection of files

Adobe Acrobat Reader 6.0 and above allow searching a collection of PDF files.

Using a search program to search for a text in a collection of files of different types, it may or may not be possible to also search PDF files, depending on the program. This is because the text is stored in coded form, and a program searching for some text must interpret the code and search the result, not just search the code. Search programs that do not work include that of Windows XP and Agent Ransack. However, for searching the Web, some search engines, such as Google and Yahoo!, include PDF files in searches. The option to view the PDF in HTML format is also commonly offered (this conversion does not include images).

Mac OS X, having PDF as a core element of the operating system, fully supports searching PDF files with the Preview application, used to view PDF files. The Spotlight feature in Mac OS X v10.4 extends this ability across the whole operating system, allowing information in PDF files (as well as almost all others) to be found from a single search box.

Types of content

A PDF file for e.g. a map is often a combination of vector graphics layer, text, and raster graphics, e.g., the general reference map of the US [7] (http://nationalatlas.gov/printable/images/pdf/reference/genref.pdf) uses:

  • vector graphics for coastlines, lakes, rivers, highways, markings of cities, and Interstate highway symbols – on zooming in, the curves remain sharp, they do not appear as consisting of enlarged pixels (i.e. rectangles of pixels)
  • text stored as such – scalable, and also one can copy the text
  • raster graphics for showing mountain relief – on zooming in, this consists of enlarged pixels (the blue of the sea and lakes is "filled" neatly to the vector graphics coast line, hence not in raster graphics).

An example of a PDF map without raster graphics is the CIA World Factbook's map of the Arctic (http://www.cia.gov/cia/publications/factbook/reference_maps/pdf/arctic.pdf). In the same publication's European map (http://www.cia.gov/cia/publications/factbook/reference_maps/pdf/europe.pdf), the blue of the sea is not "filled" neatly to the vector graphics coast line, but just raster graphics, giving a cruder result (noticeable when highly zoomed in).

Tools exist, such as pdfimages (bundled with Xpdf) to extract the raster images from a PDF file. This can be extremely useful if the PDF is simply a collection of scanned pages.

See also

References

This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.

External links

Tools

  • iText (http://www.lowagie.com/iText/) - Converter in Java.
  • PDFlib (http://www.pdflib.com/) - leading programming library for automatically generating PDF on the server (broad languages and platform support).
  • gnujpdf (http://gnujpdf.sourceforge.net/) - Java converter.
  • OttoPDF (http://www.myndkryme.com/news.html)
  • Panda library
  • PDF/X-3 (http://www.pdfx3.org/)
  • Xpdf (http://www.foolabs.com/xpdf/) - A PDF viewer.
  • PDFTOHTML (http://pdftohtml.sourceforge.net/) - A PDF to HTML converter. Based on Xpdf.
  • DDAP (http://www.ddap.org/) - Lots of information about PDF/X formats designed for reliable exchange of documents for printing including the popular PDF/X-1a and PDF/X-3.
  • AIIM  (http://www.aiim.org/standards.asp?ID=25013/) - Information about PDF/A specification for archiving.
  • APDFPR (http://www.elcomsoft.com/apdfpr.html) - Advanced PDF Password Recovery be used to decrypt protected Adobe Acrobat PDF files, which have "owner" password set, preventing the file from editing (changing), printing, selecting text and graphics (and copying them into the Clipboard), or adding/changing annotations and form fields (in any combination).

Commercial PDF Software

  • PDF Converter (http://www.docsmartz.com) - Converts PDF files to Word format or .rtf (Rich Text Format) and Word Documents to PDF Files.
  • Several solutions of UNIVERSE Software (http://www.pdf-Office.com) - Creation and processing of PDF forms and files
  • Create Adobe PDF Online (http://createpdf.adobe.com) - Online service for creating PDF files from many different document types, including Microsoft Word.

Free and open source software

Creator
  • PDFCreator (http://sourceforge.net/projects/pdfcreator/) - A GPL/AFPL PDF printer driver for Windows.
  • Doc2pdf (http://doc2pdf.sourceforge.net/) - Conversion by email robot.
  • libharu (http://www.sourceforge.net/projects/libharu) - Converter in C/C++.
  • OpenOffice.org - Can transform many types of documents into PDF documents.
  • sharpPDF (http://sharppdf.sourceforge.net/) - C# PDF library.
  • POM (http://sourceforge.net/projects/nrmpom/) - An open source java tool for merging PDF files.
  • WikiPDF (http://wikipdf.sourceforge.net/) - A tool to convert MediaWiki articles to PDF.
  • PJX (http://pjx.sourceforge.net/) - A Java package for general PDF programming
  • PDF::API2 & PDF::MAKI (http://pdfapi2.sourceforge.net/) - A Perl module for manipulating PDF files
  • CutePDF (http://www.cutepdf.com/) - Freeware PDF creator, without any ads in the output.
  • Reportlabs (http://www.reportlab.org/) - OpenSource PDF creator using the Python language
  • Scribus - A desktop publishing software with PDF output.
  • Primo PDF (http://www.primopdf.com/) - Free PDF Virtual Printer for Windows (LGPL)
  • PDF995 (http://www.pdf995.com/) - Free PDF Print driver - real easy install but has nag screen.
  • PDF reDirect (http://www.exp-systems.com/PDFreDirect/) - Free PDF Print driver - easy to use, no nag screen.
Viewer
  • Preview 3 (http://www.apple.com/macosx/features/pdf/) - PDF viewer for Mac OS X
  • Evince (http://www.gnome.org/projects/evince/) - A document viewer for GNOME that can view PDF-files.
  • GPdf (http://www.inf.tu-dresden.de/~mk793652/gpdf/) - PDF viewer for GNOME
  • Xpdf (http://www.foolabs.com/xpdf/about.html) - PDF viewer for the X Window System
  • KPDF (http://docs.kde.org/en/HEAD/kdegraphics/kpdf/) - Xpdf-based PDF viewer for KDE
  • Adobe® Reader (http://www.adobe.com/products/acrobat/readermain.html) - Adobe's PDF Reader
  • Foxit (http://foxitsoftware.com/pdf/rd_intro.php) - Free small and fast PDF reader (Windows)
  • JPedal (http://www.jpedal.org/gpl.html) Multiplatform PDF viewer written in Java, free. A proprietary version also exists.
Editor
  • pdftk (http://www.accesspdf.com/pdftk/) - A GPL tool for manipulating PDF files.

Closed source software

  • Go2PDF (http://www.go2pdf.com/product.html) - Freeware virtual printer driver.cs:PDF

de:PDF es:PDF eo:PDF fr:Portable Document Format ko:PDF it:Portable Document Format hu:Portable Document Format nl:Portable Document Format ja:Portable Document Format pl:Portable Document Format pt:Portable Document Format ru:PDF fi:PDF sv:PDF zh:PDF

Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools