page description language


page description language

[′pāj di‚skrip·shən ‚laŋ·gwij] (computer science) A high-level language that specifies the format of a page generated by a printer; it is translated into specific codes by any printer that supports the language. Abbreviated PDL.

Page Description Language

(PDL) A language such as Adobe Systems, Inc.'s PostScriptor Xerox's Interpress which allows the appearance of aprinted page to be described in a high-level,device-independent way. Printing then becomes a two-stageprocess: an application program produces a description inthe language, which is then interpreted by a specific outputdevice. Such a language can therefore serve as an interchangestandard for transmission and storage of printable documents.

page description language

A high-level language for describing the layout of a page to be displayed or printed. The two major languages are Adobe's PostScript and HP's PCL, which are device independent and built into most printers. Adobe's PDF format is also widely used for printing as well as publishing on the Web (see PostScript, PCL and PDF). The standard for page-oriented XML documents is XSL-FO (see XSL).

It's Done in the Printer
With regard to PostScript and PCL, much of the character and graphics shaping is done within the printer rather than in the user's computer. Instead of downloading an entire font (containing the design of each and every character) from the computer to the printer, a command to build a particular font is typically sent, and the printer creates the characters from font outlines.

Likewise, in a similar way, a command to draw a circle is sent to the printer rather than sending the actual bits of the circle image. However, bitmaps can also be used when necessary.