I have one an application that generates “.pcl” files. Once generated they are saved on a folder on my Windows 7.
How do I send these files to the printer (either network printer or USB connected printer) for printing?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To send a PCL file to an HP printer when the version of the PCL in the file matches the capabilities of the printer you need to send the file as raw data.
RAWPRN
In earlier versions of Windows you could use Microsoft
RAWPRN.EXEutility to send PostScript or PCL directly to a printer capable of interpreting it.This utility is described in Microsoft KB138594 article.
LPR
Apparently Windows also provides a simple
LPRutility.Here
LaserPrinter1is the name of the printer, “-o l” indicates raw data stream andcad_drawing.pclis the name of the PCL file.This utility is described in the Windows Server command line reference.