Load and Save PDF failed

Hello,

if i load the attached PDF with new Document(“Doc.pdf”) and save it, an error will be shown.
I can see that the PDF has a strange PDF/A conformance, maybe this is the problem.
Nevertheless the document should be saveable without errors.

Kind regards,
Andy

Please note the privacy policy, as this document contains sensitive data!!

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PDFNET-53580

You can obtain Paid Support services if you need support on a priority basis, along with the direct access to our Paid Support management team.

The problem is reproduced, the task is opened.
Thank you for writing to us.
I removed the attached file from your post.

1 Like

The issues you have found earlier (filed as PDFNET-53580) have been fixed in Aspose.PDF for .NET 23.6.

Hello,

with the current Aspose.PDP version the problem still exists.
Its enough to load and save the PDF
Doc.pdf (189,0 KB)

with Aspose.Pdf.

AsposeDocument = new Aspose.Pdf.Document(InputPdf);
AsposeDocument.Save(“c:\_data\pdf.pdf”);

Error see
2023-12-18 09_18_58-.png (6,1 KB)

Kind Regards,
Andy

@AStelzner
I checked on Windows 10, .Net 6 with version 23.11.1 package - there is no exception.
Please write in what environment you are running the code.
Does the application have normal access to ““c:_data\”?

1 Like

With the very latest package it works, thanks!!