It is easy to send raw postscript files to a postscript printer on most computers. First bring up one of those old black DOS windows. Then only the command below is required:
/* COMMENT- send a file out to a PS printer on the LP1 port */
copy file.ps LPT1
If you happen to have a network printer in another room the process is more
complicated. Again all these commands are done in the DOS window. You
must use the 'net' command. In this example my printer's name is
'\\KPRPS083A1\KPR-BW-A195':
/* COMMENT- remove any previous printer net link */
net use LPT1 /delete
/* COMMENT- link LPT1 to my network B&W printer */
net use LPT1 \\KPRPS083A1\KPR-BW-A195
/* COMMENT- send a file out to a PS printer on the network */
copy file.ps LPT1
A PostScript color wheel Obtain this
file and send it to your color PostScript printer, and see how good it
really is! Click on image for higher resolution.
A PostScript color tile Obtain this
file and send it to your color PostScript printer, and see how good it
really is! Click on image for higher resolution.
A PostScript printer performance test Obtain this file and send it to a PostScript printer!
A PostScript sundial Obtain this
file and send it to a PostScript printer! Cut it out and make a
sundial. Edit the file to YOUR latitude, and choose Roman numerals
or Arabic. Postscript adjusts the print to make a different sundial for different
latitudes. Click on image for higher resolution.
A PostScript sliderule Obtain this
file and send it to a PostScript printer! You can print it onto stiff
paper and make a very nice sliderule like the one pictured below.
Click on image for higher resolution.
HOME