Unsupported maximum profile version

Hi all

I’m using Aspose.PDF for .Net to open a postscript file generated by the Windows PScript5 library and Aspose is throwing an exception with an error message I can find no explanation for. The code is:

PsLoadOptions opts = new PsLoadOptions();
opts.FontsFolders = new[] { "C:\\Windows\\Fonts" };
FileStream fs = new FileStream(PostscriptPath, FileMode.Open);
Aspose.Pdf.Document d = new Aspose.Pdf.Document(fs, opts);

at this point a NotSupportedExeception is thrown with the exception message “Unsupported maximum profile version”. Is anybody able to explain what this means? Any pointers in the right direction greatly appreciated!

Thanks

Jeff

@jeffbelcherpaperpost

Would you please share your sample source file with us in .zip format. We will test the scenario in our environment and address it accordingly.

Hi Asad,

Here’s an example .ps file showing the problem.

Thanks

Jeff

d5b70a6c-a4d2-49ff-b074-c5f5a549e5d9.zip (58.2 KB)

@jeffbelcherpaperpost

We were able to replicate the similar issue in our environment while using Aspose.PDF for .NET 20.11. Therefore, we have logged it as PDFNET-49033 in our issue management system. We will further look into its details and keep you posted with the status of its correction. Please be patient and spare us some time.

We are sorry for the inconvenience.