0% found this document useful (0 votes)
16 views1 page

PDF - Wikipedia

PDF is a subset of PostScript that removes control flow features like branching and looping while keeping graphics commands, it includes a font embedding system to allow fonts to travel with documents and uses a structured storage system to bundle elements and content into a single compressed file.

Uploaded by

Sahil Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

PDF - Wikipedia

PDF is a subset of PostScript that removes control flow features like branching and looping while keeping graphics commands, it includes a font embedding system to allow fonts to travel with documents and uses a structured storage system to bundle elements and content into a single compressed file.

Uploaded by

Sahil Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

An equivalent subset of the PostScript

page description programming language


but in declarative form, for generating
the layout and graphics.
A font-embedding/replacement system
to allow fonts to travel with the
documents.
A structured storage system to bundle
these elements and any associated
content into a single file, with data
compression where appropriate.

PostScript language
PostScript is a page description language run in an interpreter to generate an image.[6] It can
handle graphics and has standard features of programming languages such as branching and
looping.[6] PDF is a subset of PostScript, simplified to remove such control flow features, while
graphics commands remain.[6]

PostScript was originally designed for a drastically different use case: transmission of one-way
linear print jobs in which the PostScript interpreter would collect a series of commands until it

You might also like