

Select PDF as the the format you want to convert your PS file to. "Channels" is a tool that will create pdf for selected channels set by the user. Choose the PS file that you want to convert. The user will have to set/deal with plotting options such as titles, legends, curves per plot, plots per page, etc. Distiller can also run from the command line, therefore it can be called by the same application that called PSSPLT, and convert the ps file to pdf as part of a loop process.Ī second option is to use python to extract data from the *.out files and plot them using matplotlib, saving the picture to pdf format. Additional code would move the pdf files to the final folder destination. You can set watch folders that when a ps file 'arrives' (save folder used by PSSPLT), it gets converted to pdf automatically, avoiding user intervention. PSSPLT creates the *.ps file and distiller grab the ps filename to create a pdf file. One other method is to use Distiller, an application that comes with Adobe Acrobat Standard or the Pro version.
#Ps to pdf windows install#
Install the desktop app to quickly edit PDFs, create fillable forms, and securely store your documents in the cloud. Get a powerful PDF editor for your Mac or Windows PC.
#Ps to pdf windows how to#
Ps2pdf has been reported as problematic under windows. How to use PS to PDF To use Ps2PDF with the included PS-to-PDF Converter to convert a PS file to PDF. The doct for the "ps2pdf" utility is here :

In Python, you could use something like n() to run the cmd, or make a buch of cmd strings, write them into a temp CMD/BAT file then use Python to run that temp file and delete it after finish. There is quite a good tutorial here : How To Convert PostScript (eps/ps) to PDF with Ghostscript on Windows 10

Use the cmd line: "ps2pdf input.ps output.pdf".After adding to "PATH" (assuming Windows and enough user right), open a cmd window in your target PS file folder.
#Ps to pdf windows full#
If you do not add the paths, you can still call the utility by using the full path. This makes the cmd able to find the utility we need to use later.
