Jump to content

PostScript: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 12: Line 12:


==Publications==
==Publications==
* Adobe Systems Inc.: ''PostScript Language Tutorial and Cookbook'' - Addison Wesley 1985, ISBN 0-201-10179-3
* Ross Smith: ''Learning PostScript: A Visual Approach'' - Peachpit Press 1990, ISBN 0-938151-12-6
* Adobe Systems Inc.: ''PostScript Language Reference Manual'' (2nd Edition) - Addison Wesley 1990, ISBN 0-201-18127-4
* Adobe Systems Inc.: ''PostScript Language Reference Manual'' (2nd Edition) - Addison Wesley 1990, ISBN 0-201-18127-4
* Adobe Systems Inc.: ''PostScript Language Reference Manual'' (3rd Edition) - Addison Wesley 1999, ISBN 0-201-37922-8 [http://lprng.com/RESOURCES/ADOBE/PLRM.pdf]
* Adobe Systems Inc.: ''PostScript Language Reference Manual'' (3rd Edition) - Addison Wesley 1999, ISBN 0-201-37922-8 [http://lprng.com/RESOURCES/ADOBE/PLRM.pdf]


==Links==
==Links==
* [http://www.tailrecursive.org/postscript/postscript.html A First Guide to PostScript]
* [http://www.prepressure.com/postscript/basics/history History of PostScript]
* [http://www.prepressure.com/postscript/basics/history History of PostScript]


[[Category:Page Description Language]]
[[Category:Page Description Language]]

Revision as of 14:13, 9 March 2018

Stack based page description language (PDL) developed by Adobe in the mid 80's and based on a language called "Interpress" that was originally developed at Xerox. Inspired by GEM3 the Adobe company developed a version of PostScript that could be used to both describe printed pages and to control computer displays, called simply Display PostScript but the only customer for that was NeXT and they quietly dropped that version around 1990 due to lack of sales.

Tools

Interpreters
  • Ghostscript
Document viewers
  • Magus PageTurner
Text editors with PostScript support
  • jEdit - Java based editor - PostScript syntax highlighting built in

Publications

  • Adobe Systems Inc.: PostScript Language Tutorial and Cookbook - Addison Wesley 1985, ISBN 0-201-10179-3
  • Ross Smith: Learning PostScript: A Visual Approach - Peachpit Press 1990, ISBN 0-938151-12-6
  • Adobe Systems Inc.: PostScript Language Reference Manual (2nd Edition) - Addison Wesley 1990, ISBN 0-201-18127-4
  • Adobe Systems Inc.: PostScript Language Reference Manual (3rd Edition) - Addison Wesley 1999, ISBN 0-201-37922-8 [1]

Links