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?
Asked
Active
Viewed 9,934 times
5
1 Answers
7
Try:
ps2pdf file.ps
It converts file.ps to file.pdf
More information about ps2pdf: https://www.ps2pdf.com/
muru
- 207,970
-
I don't find a ps2pdf package, is there a package in 16.04 for this program? – userDepth Oct 06 '17 at 14:01
-
ps2pdf? – muru Jun 15 '16 at 05:10