PostScript Printer Description
From Just Solve the File Format Problem
(Difference between revisions)
MihaiPopa7 (Talk | contribs) |
|||
(5 intermediate revisions by 4 users not shown) | |||
Line 12: | Line 12: | ||
This file specifies what gets shown on the "page setup" dialog. | This file specifies what gets shown on the "page setup" dialog. | ||
− | PPD files probably begin {{magic|*PPD-Adobe:}}. | + | PPD files probably begin with {{magic|*PPD-Adobe:}}. |
== Links == | == Links == | ||
− | * https:// | + | * [https://www.cups.org/doc/spec-ppd.html CUPS PPD Extensions] |
* [https://en.wikipedia.org/wiki/PostScript_Printer_Description Wikipedia] | * [https://en.wikipedia.org/wiki/PostScript_Printer_Description Wikipedia] | ||
* [http://partners.adobe.com/public/developer/ps/index_specs.html Specification] ([http://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf v4.3]) | * [http://partners.adobe.com/public/developer/ps/index_specs.html Specification] ([http://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf v4.3]) | ||
+ | * [https://wiki.linuxfoundation.org/en/OpenPrinting/Database/PPDDocumentation Extracting PPD files from printers / drivers] | ||
== Sample files == | == Sample files == | ||
− | |||
* http://www.openprinting.org/download/PPD/ | * http://www.openprinting.org/download/PPD/ | ||
+ | * {{DexvertSamples|text/ppd}} | ||
+ | |||
+ | [[Category:Adobe]] |
Latest revision as of 12:48, 22 October 2024
PostScript Printer Description (PPD) files describe the capabilities of a printer (paper size, etc).
I mean, sure, the Internet Printing Protocol also describes this, but apparently printers need to describe themselves in both formats.
You can find these files bundled with CUPS, and also extract them from your printer.
This file specifies what gets shown on the "page setup" dialog.
PPD files probably begin with *PPD-Adobe:
.