[texworks] Batch Converting Postscript files to PDF files without leaving the windows open

Reinhard Kotucha reinhard.kotucha at web.de
Sun Apr 6 17:12:03 CEST 2014


On 2014-04-06 at 14:21:20 +1200, eSage Techie wrote:

 > With Mac OS 10.7.5 I need to convert about 13,800 PostScript files
 > to PDF and find that of the apps that use Ghostscript and Apple's
 > own distiller (Such as Preview or the PS-to-PDF app), only
 > Ghostscript will work. I have tried the Ghostscript app Pstill, but
 > it doesn't do a good job in my case.

On the command line:

  for f in *.ps; do echo $f; ps2pdf $f; done
 
Regards,
  Reinhard

-- 
----------------------------------------------------------------------------
Reinhard Kotucha                                      Phone: +49-511-3373112
Marschnerstr. 25
D-30167 Hannover                              mailto:reinhard.kotucha at web.de
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------



More information about the texworks mailing list