Plot to file is not device independent, it plots the files in the same format as if it was plotting to the printer, but just sends the data to a file instead of directly through the wire to the printer.
So if you install the same driver setup at site 1 as at site 2, the file will be compatible with the printer.
Once at site 2, in a DOS window, do someting like (if plotter in on LPT1) :
COPY MYFILE.PRN >LPT1
Main Topics
Browse All Topics





by: mark876543Posted on 2004-10-04 at 11:38:43ID: 12219911
I worked around it by printing to Distiller and making a pdf file. It worked ok, but the goal of this question is to explore the .plt file method.