Braincramp1 wrote:
> Yes, it prints, the same gobbledy-gook (is that what postscript means?)
>
> Braincramp
>
Postscript is a high level language. It is used by printers, and
a version called Display Postscript is used by some computers (Sun Microsystems)
for rendering images on the screen.
Free language manual.
http://partners.adobe.com/public/dev...en/ps/PLRM.pdf
To view what a Postscript file looks like, there is free viewer software.
*******
http://pages.cs.wisc.edu/~ghost/
You can get gs853w32.exe (i386) from here. That installs the Ghostscript interpreter (low level).
http://sourceforge.net/project/showf...ease_id=617197
GSView provides a nice GUI to Ghostscript. You install it second.
http://www.tex.ac.uk/tex-archive/sup...m/gsv49w32.exe
*******
There are other printer languages as well, like PCL. The
printer prints gobbledy-gook, if the wrong language
is sent to it - that is because they think the user
has decided to sent them vanilla text and the printer
is attempting to print the result as a simple text output.
http://en.wikipedia.org/wiki/Printer_Command_Language
Paul