ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

free batch conversion ps to pdf?

(1/1)

urlwolf:
Is there anything free that can do batch conversion of ps to pdf?
Thanks

mouser:
This is just my normal plug that if you can find a commandline tool that does it, you could use Drag+Drop Robot to give you nice batch support:

https://www.donationcoder.com/Software/Mouser/dragdrop/index.html

Jimdoria:
Ghostscript can do PS to PDF conversion. It's free & open source.
http://www.ghostscript.com/awki/Ghostscript

Edit: Actually, this link might be more helpful:
http://pages.cs.wisc.edu/~ghost/

Edvard:
OK
After you download and install Ghostscript 8.54 into C:\Program Files
AND copy your PS files into C:\temp\ps
AND they are all letter size
AND you don't mind that the pdf's will all be named [yourfilename].ps.pdf
Do this:

--- ---for %i in (c:\temp\ps) do C:\progra~1\gs\gs8.54\bin\gswin32c -q -dSAFER -dNOPAUSE -dBATCH -sPAPERSIZE=letter -sOutputFile=%i.pdf  -sDEVICE=pdfwrite -c .setpdfwrite -f %iOK?

Navigation

[0] Message Index

Go to full version