TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Another potential solution to printing PostScript files comes
with many network software packages in the form of a "print file"
utility. At my last employer we used Sun's PC-NFS network
software (aka Solarnet), and this package included an application
called LPR QuickPrint which would send any arbitrary file to any
network printer. I used this all the time to print proof copies
of PostScript files on a networked HP LaserJet 4 printer before
emailing the files to our print service house for volume
production on a Xerox Docutech system.
<snip>
> The solution = Instead of printing the file to your PostScript
> printer, try to copy it with the DOS command COPY. If e.g. your
> file is c:\mydir\myfile.eps and your postscript printer is
> connected to LPT1:, use the DOS command
> COPY c:\mydir\myfile.eps LPT1:
> The printer will then print the file.