Our software product produces PCL files. We're looking for a way to convert them to GDI and send them to a specified printer (via command line). I've looked through your products, but have gotten confused. Do you have anything that does this?
Thanks,
Customer
------------------------------------------
Yes, we have PCL to GDI Converter software, you can by following steps to convert from PCL to GDI,
1. You can use PCL to PDF Converter to convert from PCL file PDF file first,
VeryPDF PCL Converter GUI,
https://www.verypdf.com/app/pcl-converter/try-and-buy.html
https://www.verypdf.com/order_pcl2pdf_end.html
https://www.verypdf.com/pcltools/pcl-converter.exe
You can run following command line to convert PCL file to PDF file,
pcltool.exe D:\test.pcl D:\out.pdf
2. You can convert from PDF file to EMF file or Print the PDF file to Windows printer directly,
You can use PDF2Vector to convert from PDF file to EMF file,
http://www.verydoc.com/pdf-to-vector.html
http://www.verydoc.com/pdf2vec_cmd.zip
http://www.verydoc.com/order_pdf2vec_server.htm
You can run following command line to convert from PDF file to EMF file,
pdf2vec.exe D:\test.pdf D:\out.emf
You can use PDFPrint Command Line to print the PDF file to Windows Printer,
https://www.verypdf.com/app/pdf-print-cmd/try-and-buy.html#buy
https://www.verypdf.com/pdfprint/pdfprint_cmd.zip
You can run following command line to print the PDF file,
pdfprint.exe D:\test.pdf
These products are all Command Line products for Windows system, you can call these command lines from your script to do the batch conversion easily.