Postscript to pdf: blank page

We are opening postscript files with Aspose.PDF and want to save them as PDF files. But Aspose.PDF generates blank PDF files.

PsLoadOptions psLoadOptions = new PsLoadOptions();
Document document = new Document(postScriptfileName, psLoadOptions);
document.save(pdfFileName);

We are using Aspose.PDF 18.7. The reason might be related to this thread, as the postscript generating engine is the same.

sample files.zip (115.7 KB)

@fbu

Thank you for contacting support.

We have worked with the data shared by you and have been able to reproduce the issue in our environment. A ticket with ID PDFJAVA-38125 has been logged in our issue management system for further investigation and resolution. The ticket ID has been linked with this thread so that you will receive notification as soon as the ticket is resolved.

We are sorry for the inconvenience.