[xep-support] printing with XEP2.7

Bill Cleveland WCleveland at Ameritech.Net
Tue May 21 08:18:50 PDT 2002


I've never done this with .Pdf, but you can print a PostScript file by copying it to the printer.  For a local printer, you would use "copy /b test.ps lpt1" (the /b means binary, with no end of file marker, because PostScript tries to process the end of file character as a command).

PCL works the same way, if you do a print-to-file from an application.  From the command line, you can similarly use "copy test.prn lpt1".

I didn't know there were any printers that directly handled .Pdf, but I would expect it to work the same way.


-------------------
By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list