Category:PostScript: Difference between revisions

Content deleted Content added
Rahul (talk | contribs)
Rahul (talk | contribs)
Add ghostscript.
Line 9:
*[http://code.google.com/p/postcanvas/ postcanvas - Open-source PostScript interpreter written in JavaScript]
*[http://pages.cs.wisc.edu/~ghost/ Ghostscript opensource postscript interpreter with a lot of extensions. ]
 
==Library==
Here is a library of functions tested in ghostscript. It is assumed to be loaded before startup with a command line such as
<lang>
ghostscript -q -dOSTACKPRINT -dESTACKPRINT -dNODISPLAY -c '(initlib.ps) run'
</lang>