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
Ghostscript is available also for windows. You can test It with opening a command window and using the gswin32c command. You can build a shell script that send the "gswin32c" command with all the options needed.
This could help you find the right sequence of flag and otpions