PostScript
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→External links) |
Dan Tobias (Talk | contribs) (→External links) |
||
Line 35: | Line 35: | ||
* [[Wikipedia:PostScript|Wikipedia article]] | * [[Wikipedia:PostScript|Wikipedia article]] | ||
* [http://www.textfiles.com/programming/FORMATS/level2.inf PostScript Level 2 Q&A] | * [http://www.textfiles.com/programming/FORMATS/level2.inf PostScript Level 2 Q&A] | ||
+ | * [http://www.textfiles.com/programming/FORMATS/whatisps.txt What is Postscript? tutorial] | ||
[[Category:Page description languages]] | [[Category:Page description languages]] |
Revision as of 16:27, 6 October 2013
PostScript is a page description language and document format, used primarily with printers. It is actually a complete programming language, which the printer interprets in order to generate graphics to print.
Contents |
Identifiers
Version | PRONOM |
---|---|
2.0 | x-fmt/406 |
2.1 | x-fmt/407 |
3.0 | x-fmt/408 |
3.1 | fmt/501 |
See also
Specifications
Software
- Ghostscript - A free PostScript interpreter
- Ghostview and GSview - Viewers based on Ghostscript