Hello,
I am looking for a solution where 3rd party products can print documents to our print driver (which generates a PS file) and want to convert internally PS to PDF file and if it's an image format, would be an OCR version of PDF file so it's readable.
Which component or product of yours can do this for us? We are looking at a windows workstation solution that can be converted locally.
If you see a different way of doing the same thing, please suggest what we can evaluate.
Thank you,
Customer
----------------------------------------
Thanks for your message, you can use two of our products to finish this task,
1. You can use "Postscript to PDF Converter Command Line" software to convert from Postscript files to PDF files first,
https://www.verydoc.com/ps-to-pdf.html
You can run following command line to convert from Postscript files to PDF files directly,
ps2pdf.exe C:\input.ps C:\output.pdf
2. You can use "VeryPDF OCR to Any Converter Command Line" to convert from image based PDF files to OCRed PDF files,
https://www.verypdf.com/app/ocr-to-any-converter-cmd/try-and-buy.html
You can run following command lines to convert from image based PDF files to OCRed PDF files directly,
ocr2any.exe -ocr -ocrmode 1 test_multi_columns.pdf _test\_test_multi_columns_mode1.pdf
ocr2any.exe -ocr -ocrmode 2 test_multi_columns.pdf _test\_test_multi_columns_mode2.pdf
ocr2any.exe -ocr -ocrmode 3 test_multi_columns.pdf _test\_test_multi_columns_mode3.pdf
ocr2any.exe -ocr -ocrmode 4 test_multi_columns.pdf _test\_test_multi_columns_mode4.pdf
If you have any question for these products, please feel free to let us know, we are glad to assist you asap.