Ubuntu – Convert PostScript to PDF

command lineconversionpdfpostscript

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?

Best Answer

Try:

ps2pdf file.ps

It converts file.ps to file.pdf

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