Converting PDF to PCL5 on Windows?
Posted
by Hein du Plessis
on Stack Overflow
See other posts from Stack Overflow
or by Hein du Plessis
Published on 2010-05-18T08:04:01Z
Indexed on
2010/05/18
8:20 UTC
Read the original article
Hit count: 230
In my application, I need to convert PDF docs to PCL5 generic files to send to FTP PCL capable printers. Printing to file would be a last resort, I would prefer a small-footprint command line tool or API that will do the job.
I've seen some mention of doing this on Linux using Ghostscript, but I've got no idea how to replicate this on windows.
Many thanks
© Stack Overflow or respective owner