Convert all files in a folder from PDF to PCL with Ghostscript

Alavaros picture Alavaros · Sep 20, 2013 · Viewed 7.1k times · Source

I'm trying to use Ghostscript to convert my files in PDF to PCL. I'm able to convert one file with this command:

gswin64c -dBATCH -dNOPAUSE -dSAFER -sDEVICE=pxlcolor -sOutputFile=[PCLPath].pcl [PDFPath].pdf

It works fine, I think, if you see anything wrong or not needed please say me.

The question is to convert all files in a folder, I don't know how to change the command line to do that, or what I have to do, maybe a script file??

Other question is if there is someway to accelerate the process, with any options in the command line, or using Linux instead Windows, whatever.

Thanks in advance!

Greetings.

Answer

HABJAN picture HABJAN · Sep 20, 2013

You can use Ghostscript Studio to do that.

See the image below:

enter image description here