"Object reference not set to an instance of an object." when converting PS to PDF

Using 21.10.1

Aspose.Pdf.Document doc = new Aspose.Pdf.Document(@"C:\Concierge\foo.ps", new Aspose.Pdf.PsLoadOptions());
var options = new PdfSaveOptions
{
};

doc.Save(@"C:\Concierge\foo.pdf", options);

We’re getting this exception:

image.png (23.2 KB)

Example file:

linktowetransfer.zip (164 Bytes)

@nielsbosma

We were able to notice the issue in our environment while using Aspose.PDF for .NET 21.10. Hence, an issue as PDFNET-50857 has been logged in our issue management system. We will further look into its details and keep you posted with the status of its rectification. Please be patient and spare us some time.

We are sorry for the inconvenience.