Difference between revisions of "PostScript"
From Christoph's Personal Wiki
Line 2: | Line 2: | ||
== External links == | == External links == | ||
− | *[[Image:icon_pdf.gif|PDF]][http://partners.adobe.com/public/developer/en/ps/PLRM.pdf ''PostScript Language Reference'', third edition] (''PLR3''), plus its [http://partners.adobe.com/public/developer/en/ps/PS3010and3011.Supplement.pdf ''Supplement''], is the de facto defining work, known as "The Red Book" on account of its covers. | + | *[[Image:icon_pdf.gif|PDF]][http://partners.adobe.com/public/developer/en/ps/PLRM.pdf ''PostScript Language Reference'', third edition] (''PLR3''), plus its [http://partners.adobe.com/public/developer/en/ps/PS3010and3011.Supplement.pdf ''Supplement''], is the de facto defining work, known as "The Red Book" on account of its covers. The first edition covered PostScript Level 1, the second edition covered a greatly expanded language known as PostScript Level 2, and includes documentation for Display PostScript as well. The third edition covers PostScript 3 (with this version, Adobe dropped "level" from the name) but no longer includes DPS. |
*[[Image:icon_pdf.gif|PDF]][http://www-cdf.fnal.gov/offline/PostScript/BLUEBOOK.PDF ''PostScript Language Tutorial and Cookbook''] is the corresponding introductory text, known as "The Blue Book" on account of its covers. | *[[Image:icon_pdf.gif|PDF]][http://www-cdf.fnal.gov/offline/PostScript/BLUEBOOK.PDF ''PostScript Language Tutorial and Cookbook''] is the corresponding introductory text, known as "The Blue Book" on account of its covers. | ||
*[http://www.cs.indiana.edu/docproject/programming/postscript/postscript.html ''First Guide to PostScript''] is an introduction to the PostScript system. | *[http://www.cs.indiana.edu/docproject/programming/postscript/postscript.html ''First Guide to PostScript''] is an introduction to the PostScript system. | ||
Line 9: | Line 9: | ||
*[[Image:icon_pdf.gif|PDF]][http://partners.adobe.com/public/developer/en/font/T1_SPEC.PDF The Type 1 Font Format] in PDF form. | *[[Image:icon_pdf.gif|PDF]][http://partners.adobe.com/public/developer/en/font/T1_SPEC.PDF The Type 1 Font Format] in PDF form. | ||
*[http://www.tgreer.com/printforum/ ''T.Greer PrintForum''], a PostScript programming forum and discussion community. | *[http://www.tgreer.com/printforum/ ''T.Greer PrintForum''], a PostScript programming forum and discussion community. | ||
− | * [http://search.cpan.org/~mcnewton/PostScript-Simple-0.07/lib/PostScript/Simple.pm PostScript::Simple] — Produce PostScript files from [[Perl]] | + | *[http://search.cpan.org/~mcnewton/PostScript-Simple-0.07/lib/PostScript/Simple.pm PostScript::Simple] — Produce PostScript files from [[Perl]] |
− | * [[wikipedia:PostScript]] | + | *[[wikipedia:PostScript]] |
=== PostScript hacks === | === PostScript hacks === | ||
− | *[http://www.tjhsst.edu/~edanaher/pslife/ Life in PostScript] - a PostScript version of | + | *[http://www.tjhsst.edu/~edanaher/pslife/ Life in PostScript] - a PostScript version of Conway's Game of Life |
<!-- *[http://public.planetmirror.com/pub/pshttpd/ PS-HTTPD] - a webserver written in PostScript --> | <!-- *[http://public.planetmirror.com/pub/pshttpd/ PS-HTTPD] - a webserver written in PostScript --> | ||
*[http://www.pvv.ntnu.no/~andersr/fractal/PostScript.html PostScript fractals] | *[http://www.pvv.ntnu.no/~andersr/fractal/PostScript.html PostScript fractals] | ||
*[http://www.terryburton.co.uk/barcodewriter/ PostScript barcodes] | *[http://www.terryburton.co.uk/barcodewriter/ PostScript barcodes] | ||
*[http://www.terryburton.co.uk/htmlrenderer/ PostScript HTML renderer] | *[http://www.terryburton.co.uk/htmlrenderer/ PostScript HTML renderer] | ||
− | *[http://web.umr.edu/~johns/raytracer/rtn/rtnews4a.html#art7 A PostScript raytracer], from ''Ray Tracing News'' | + | *[http://web.umr.edu/~johns/raytracer/rtn/rtnews4a.html#art7 A PostScript raytracer], from ''Ray Tracing News'', Volume 1, Number 8; 1988-09-05. |
{{stub}} | {{stub}} | ||
[[Category:Scripting languages]] | [[Category:Scripting languages]] | ||
[[Category:Graphics software]] | [[Category:Graphics software]] |
Revision as of 10:13, 12 February 2007
PostScript (PS) is a page description language and programming language used primarily in the electronic and desktop publishing areas.
External links
- PostScript Language Reference, third edition (PLR3), plus its Supplement, is the de facto defining work, known as "The Red Book" on account of its covers. The first edition covered PostScript Level 1, the second edition covered a greatly expanded language known as PostScript Level 2, and includes documentation for Display PostScript as well. The third edition covers PostScript 3 (with this version, Adobe dropped "level" from the name) but no longer includes DPS.
- PostScript Language Tutorial and Cookbook is the corresponding introductory text, known as "The Blue Book" on account of its covers.
- First Guide to PostScript is an introduction to the PostScript system.
- Mathematical Illustrations: A Manual of Geometry and PostScript — a book by Bill Casselman.
- Thinking in PostScript, 1990 by Glenn Reid, Addison-Wesley — available online courtesy of the author. A thorough tutorial.
- The Type 1 Font Format in PDF form.
- T.Greer PrintForum, a PostScript programming forum and discussion community.
- PostScript::Simple — Produce PostScript files from Perl
- wikipedia:PostScript
PostScript hacks
- Life in PostScript - a PostScript version of Conway's Game of Life
- PostScript fractals
- PostScript barcodes
- PostScript HTML renderer
- A PostScript raytracer, from Ray Tracing News, Volume 1, Number 8; 1988-09-05.
This article is curently a "stub". This means it is an incomplete article needing further elaboration.
I always welcome suggestions, comments, and criticism. If you have something to contribute to this site, please follow this link: Contributing Information. Thank you!