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,885 times
1 Answers
7
Try:
ps2pdf file.ps
It converts file.ps to file.pdf
More information about ps2pdf: https://www.ps2pdf.com/
muru
- 207,228