
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. Ps2pdf has been reported as problematic under windows. 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.
CONVERTING .PS TO PDF HOW TO
There is quite a good tutorial here : How To Convert PostScript (eps/ps) to PDF with Ghostscript on Windows 10


After adding to "PATH" (assuming Windows and enough user right), open a cmd window in your target PS file folder.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. Add the "bin" and the "lib" folder of the installed GhostScript to the "PATH" environmental variable.Download and install it from the official web : GhostScript.It can also convert SVG to EMF (inkScape can also do it), helps when you have to use MS Word.Ī simpler way is to just use GhostScript (the command line is simpler and it's free also, like ImageMagick and inkScape). One of then is ImageMagick, which you can run in command line.

Is PS Post Script? If it is then there are a lot of options.
