Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
PostScript Printer Description
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Infobox file format | name = PostScript Printer Description | icon = | logo = | screenshot = | caption = | extension = .ppd | mime = text/plain, application/vnd.cups-ppd | type code = | uniform type = | magic = <nowiki>*</nowiki>PPD-Adobe | owner = [[Adobe Systems]] | genre = | container for = | contained by = | extended from = | extended to = | standard = }} '''PostScript Printer Description''' ('''PPD''') files are created by vendors to describe the entire set of features and capabilities available for their [[PostScript]] printers. A PPD also contains the PostScript code (commands) used to invoke features for the [[print job]]. As such, PPDs function as drivers for all PostScript printers, by providing a unified interface for the printer's capabilities and features. For example, a generic PPD file for all models of HP Color LaserJet contains: <syntaxhighlight lang="postscript"> *% ================================= *% Basic Device Capabilities *% ================================= *LanguageLevel: "2" *ColorDevice: True *DefaultColorSpace: CMYK *TTRasterizer: Type42 *FileSystem: False *Throughput: "10" </syntaxhighlight> which specifies that the printer understands PostScript Level 2, is a color device, and so forth. The PPD can describe allowable paper sizes, memory configurations, the minimum font set for the printer, and even specify a tree-based user interface for printer-specific configuration. A PPD is also often called ''PostScript Page Description'' instead of ''Printer Description'', this is because PostScript has the concept of ''Page Devices'' where the PostScript page description configuration is read from or saved as a PPD file.<ref>PostScript Language Reference Manual Chapter 6.1 Using Page Devices page 393.</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)