Conversion-FAQ
I have a Postscript file. How can I convert it to PDF with Ghostscript ? | I have a Postscript file. How can I convert it to PDF with Ghostscript ? |
|
|
|
| Tuesday, 04 July 2006 | |
|
An Windows simply call Ghostscript like: gswin32c.exe -sDEVICE="pdfwrite" -dNOPAUSE -dBATCH -dSAFER -dQUIET -sOUTPUTFILE="yourpdffile.pdf" "yourpostscriptfile.ps" If you want it as an tiff image: gswin32c.exe -sDEVICE="tiff24nc" -dNOPAUSE -dBATCH -dSAFER -dQUIET -sOUTPUTFILE="yourpdffile.tif" "yourpostscriptfile.ps" This produces a 24 Bit non compressed Tiff file. On Linux platforms ghostscript runs with the command gs. Ghostscript also install some interesting batch files. For example ps2pdf simply converts Postscript to PDF: ps2pdf infile.ps out.pdf On Windows the filename is ps2pdf.bat. |
|
| Last Updated ( Wednesday, 12 July 2006 ) |
| < Prev | Next > |
|---|