Dirk Laurie wrote: > Try > > gswin32c -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=myfile.pdf -f > myfile.ps
While I think it's very useful to know the switches to gswin32c (especially for concatenating several .ps files into one single .pdf file)... > Better, make a batch file for that. ... don't ever do that with GhostScript installed: add the lib subdirectory of GhostScript to your PATH as this contains comprehensive batch scripts for converting .ps to .pdf (including ps2pdf). Much better to make your build script/procedure rely on generic commands like ps2pdf as that means they'll work if you're on a system which isn't Windows GhostScript based (the command is gs on UNIX, for example) or which renames gswin32c (such as MiKTeX) as ps2pdf is still exported there. David > Best, install Context from TUG. It's got a 'pstopdf' script that gives > you plenty of options. > > Dirk > ------------------------------- > [email protected] mailing list > If you want to unsubscribe or look at the archives, go to > http://tug.org/mailman/listinfo/tex-music ------------------------------- [email protected] mailing list If you want to unsubscribe or look at the archives, go to http://tug.org/mailman/listinfo/tex-music

