Postscript (.PS) to PDF conversion

We have an urgent need to generate PDF files from various file formats, adding a header or footer with predefined text. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Here are the basic requirements-

    • Ability to generate PDF files from each of the following native file formats:

MS Word, Excel, Powerpoint (various MS versions)
Postscript PS (various versions)
PDF (various versions)

    • Ability to add a header or footer with predefined text (which is extracted from our PDM system via API written by our PDM vendor)

    • Run as a single instance, on Solaris 10 O/S, Java JDK (jdk 1.5)

    • Approximate volume 4k - 6k files per month

Aspose.Total looks like it can meet these requirements, other than conversion of PS files.
It appears that there is no Aspose solution for conversion of Postscript .PS files to PDF.

What solution(s) can you offer to convert PS to PDF files?

Hello Dale,


The query is answered in your other thread at 251401. In case yo have any further query, please feel free to contact.

We apologize for your inconvenience.

Hi Dale,


Thanks for your patience.

The feature requested earlier as PostScript to PDF is logged with new ID as PDFNEWJAVA-34279 and product team is working on investigating the details regarding its implement. As soon as we have some definite updates regarding its implementation, we will let you know.

Your patience and comprehension is greatly appreciated in this regard.

Hi, Do you support Postscript (.ps) to PDF file conversion yet?

@pkp8888,

It is supported. Please try the code as follows:
C#

Document doc = new Document(dataDir + "input.ps", new PsLoadOptions());
doc.Save("output.pdf");

Java

Document doc = new Document(dataDir + "input.ps", new PsLoadOptions());
doc.save("output.pdf");

Please to the download links:
Download Aspose.PDF for .NET API 18.4.1
Download Aspose.PDF for Java API 18.3