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)