Penguin
Annotated edit history of PDF version 15, including all changes. View license author blame.
Rev Author # Line
10 AristotlePagaltzis 1 PDF is an [Acronym] and FileExtension for __P__ortable __D__ocument __F__ormat.
1 CraigBox 2
10 AristotlePagaltzis 3
4 !!! What is [PDF]
7 JohnMcPherson 5
10 AristotlePagaltzis 6 [PDF] is a format specified by [Adobe] which describes how to embed a multitude of resources in a single file, and also defines and describes formats for these resources, primarily PostScript with extension functions to enable the features [PDF] delivers beyond PostScript. Essentially, it is not a descendant of PostScript so much as an advanced container format for PostScript documents.
7 JohnMcPherson 7
10 AristotlePagaltzis 8 PostScript (and the Type1 font format, for that matter) are, of course, also [Adobe] brainchildren.
6 JohnMcPherson 9
10 AristotlePagaltzis 10
11 !!! Why use [PDF]
12
13 [PDF] is the format of choice for distributing documents because:
14
15 * They can't be trivially changed by the receiver. (MicrosoftWord documents can be.)
16 * It is a true page description language. The same document will display identically on any viewer. (MicrosoftWord documents are notorious for displaying differently on different machines, depending on the version of MicrosoftWord in use, the fonts available to the machine, and the type of printer that computer is using as the default printer.)
17 * The format is described by an unencumbered, published standard. ([Microsoft] have been known to change the undocumented Word document format to force users to upgrade.)
14 PeterHewett 18 * Because it is an open standard, viewers are available for many platforms (and can be written or ported to those without one). This means people can read the pdf file you send, even if they don't use the same software or OS.
15 IanMcDonald 19 * PDF files do not include macro code, and so can not carry viruses or malware in the way that MicrosoftWord can. However a specially created [PDF] can cause problems such as buffer overflow attacks to infect a system with malware. This is generally limited to one particular version of a reader and not all products.
10 AristotlePagaltzis 20
21
22 !!! Viewers for [PDF]
23
24 * AcrobatReader: by [Adobe], ClosedSource, available for all major platforms.
25 * GhostView: [Free], available for all major platforms. In [KDE] and [GNOME], there are wrappers to better integrate it with the DesktopEnvironment: __kghostview__ and __gnome-gv__, respectively.
11 JohnMcPherson 26 * xpdf(1): [Free], runs anywhere an [X11] server is available. It tends to do a better job than GhostView. There is a [GNOME] version called __gpdf__, which based on the original xpdf code but has "better desktop integration".
13 AristotlePagaltzis 27 * [Evince | http://www.gnome.org/projects/evince/]: a [Free] multi-format viewer for [GNOME] 2.9 or later. [PDF] support is based on the xpdf(1) code, navigation is supposedly better than gpdf, and hopefully will be better maintained (gpdf development seems to have slowed or stopped).
10 AristotlePagaltzis 28
29 !!! Creating [PDF] documents
30
31 The obvious way is [Adobe]'s commercial AdobeAcrobat, and if you're a professional and need all of the advanced features of [PDF], that is your best bet. If you are less ambitious, there are many other, completely sufficient options available; see our [CreatingPDFs] page.

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach() (...repeated 3 times)