4

I have multiple postscript files that I'd like to convert to PDF using a script. I'm not looking for script assistance, but rather assistance with what program would/could I use to make the conversion via command line?

muru
  • 207,228
Jonathan
  • 125

1 Answers1

7

Try:

ps2pdf file.ps

It converts file.ps to file.pdf

More information about ps2pdf: https://www.ps2pdf.com/

muru
  • 207,228