Misplaced Pages

PDF: Difference between revisions

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 11:54, 10 July 2002 edit216.94.11.2 (talk)No edit summary← Previous edit Revision as of 12:57, 10 July 2002 edit undo213.253.40.113 (talk) The PostScript-like graphics language used in PDF is not capabable of general-purpose computing functions, and it is simply a set of page-description codes using the same imaging model as PostScript.Next edit →
Line 1: Line 1:
'''Portable Document Format''' ('''PDF''') is a ] (a ]) developed by ] for representing documents in a manner that is independent of the original application ], ], and ] used to create those documents. A PDF file can describe documents containing any combination of text, graphics, and images in a ] 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. '''Portable Document Format''' ('''PDF''') is a ] (a ]) developed by ] for representing documents in a manner that is independent of the original application ], ], and ] used to create those documents. A PDF file can describe documents containing any combination of text, graphics, and images in a ] 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 primarly the combination of three technologies, ] for generating the layout and graphics, a font-embedding/replacement system to allow fonts to travel with the documents, and a compresson system to bundle these elements into a single file. Essentially the PostScript (which refers to external items such as fonts and ] images) is interpreted into a tokenized form, any resources (fonts, images) the PostScript referred to are collected, and they are all compressed into a single file. PDF is primarly the combination of three technologies:
* a cut-down form of ] for generating the layout and graphics
* a font-embedding/replacement system to allow fonts to travel with the documents, and
* a compresson system to bundle these elements into a single file.
The PostScript-like graphics language used in PDF is not capabable of general-purpose computing functions, and it is simply a set of page-description codes using the same imaging model as PostScript.
Essentially the PostScript-like PDF code (which refers to external items such as fonts and ] images) is generated into a tokenized form, any resources (fonts, images) the PostScript referred to are collected, and they are all compressed into a single file.


There are several advantages to the PDF format. One is that there is only a single small file to transfer, whereas with the same file in PostScript format one must send the additional materials on their own. In addition the PostScript code is already interpreted, so it is faster to display on the screen. Finally the PDF system includes a font-replacement strategy that ensures the document will be readable even if the end-user does not have the "proper" fonts installed. There are several advantages to the PDF format. One is that there is only a single small file to transfer, whereas with the same file in PostScript format one must send the additional materials on their own. In addition the PostScript code is already interpreted, so it is faster to display on the screen. Finally the PDF system includes a font-replacement strategy that ensures the document will be readable even if the end-user does not have the "proper" fonts installed.

Revision as of 12:57, 10 July 2002

Portable Document Format (PDF) is a file format (a page description language) 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 primarly 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 compresson system to bundle these elements into a single file.

The PostScript-like graphics language used in PDF is not capabable of general-purpose computing functions, and it is simply a set of page-description codes using the same imaging model as PostScript.

Essentially the PostScript-like PDF code (which refers to external items such as fonts and raster images) is generated into a tokenized form, any resources (fonts, images) the PostScript referred to are collected, and they are all compressed into a single file.

There are several advantages to the PDF format. One is that there is only a single small file to transfer, whereas with the same file in PostScript format one must send the additional materials on their own. In addition the PostScript code is already interpreted, so it is faster to display on the screen. Finally the PDF system includes a font-replacement strategy that ensures the document will be readable even if the end-user does not have the "proper" fonts installed.

External links:

See also:


This article (or an earlier version of it) contains material from FOLDOC.

PDF: Difference between revisions Add topic