PostScript
From Just Solve the File Format Problem
(Difference between revisions)
(Formatting) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Document | |subcat=Document | ||
|extensions={{ext|ps}} | |extensions={{ext|ps}} | ||
+ | |mimetypes={{mimetype|application/postscript}} | ||
|pronom={{PRONOM|fmt/501}}, others | |pronom={{PRONOM|fmt/501}}, others | ||
+ | |wikidata={{wikidata|Q218170}} | ||
}} | }} | ||
− | |||
'''PostScript''' is a [[Page description languages|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. | '''PostScript''' is a [[Page description languages|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. | ||
Line 12: | Line 13: | ||
! Version | ! Version | ||
! PRONOM | ! PRONOM | ||
+ | |- | ||
+ | |1.0 || {{PRONOM|x-fmt/91}} | ||
|- | |- | ||
|2.0 || {{PRONOM|x-fmt/406}} | |2.0 || {{PRONOM|x-fmt/406}} | ||
Line 24: | Line 27: | ||
== See also == | == See also == | ||
* [[Encapsulated PostScript]] | * [[Encapsulated PostScript]] | ||
+ | * [[PDF]] | ||
+ | * [[PostScript binary object format]] | ||
+ | * [[PostScript font]] | ||
+ | * [[PostScript Printer Description]] | ||
== Specifications == | == Specifications == | ||
Line 31: | Line 38: | ||
* [http://pages.cs.wisc.edu/~ghost/ Ghostscript] - A free PostScript interpreter | * [http://pages.cs.wisc.edu/~ghost/ Ghostscript] - A free PostScript interpreter | ||
* [http://pages.cs.wisc.edu/~ghost/ Ghostview and GSview] - Viewers based on Ghostscript | * [http://pages.cs.wisc.edu/~ghost/ Ghostview and GSview] - Viewers based on Ghostscript | ||
+ | * [[Scribus]] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|document/ps}} | ||
== External links == | == External links == | ||
* [[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/whatisps.txt What is Postscript? tutorial] | ||
+ | * [https://computerhistory.org/blog/postscript-a-digital-printing-press/ PostScript history] | ||
+ | * [https://info.computerhistory.org/aoc-postscript PostScript original source code (registration required)] | ||
[[Category:Page description languages]] | [[Category:Page description languages]] | ||
+ | [[Category:Programming Languages]] | ||
+ | [[Category:Adobe]] |
Latest revision as of 05:15, 28 December 2023
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 |
[edit] Identifiers
Version | PRONOM |
---|---|
1.0 | x-fmt/91 |
2.0 | x-fmt/406 |
2.1 | x-fmt/407 |
3.0 | x-fmt/408 |
3.1 | fmt/501 |
[edit] See also
- Encapsulated PostScript
- PostScript binary object format
- PostScript font
- PostScript Printer Description
[edit] Specifications
[edit] Software
- Ghostscript - A free PostScript interpreter
- Ghostview and GSview - Viewers based on Ghostscript
- Scribus