Hello,
We’ve recently updated Aspose.PDF.Drawing to version 25.3.0 coming from 24.10.0 and have came across a PDF that cannot be saved after a successful conversion to PDF_A_2A.
This issue occurs on:
Both Aspose.PDF …...PDF_A_2A; using var stream = new MemoryStream(documentData); using...document = new Document(stream); using var reportStream = new MemoryStream();...