Graphs are broken after pdf->pdfa conversion

Hi,

graphs are broken after pdf->pdf/a-1b convesrion.

pdf-correct.pdf (98.1 KB)
pdfa-wrong.pdf (97.9 KB)

@uaprogrammer

Thanks for contacting support.

We were able to replicate the issue while using Aspose.PDF for .NET 18.4 and following code snippet. Hence we have logged an issue as PDFNET-44599 in our issue tracking system, for the sake of correction.

Document pdfDocument = new Document(dataDir + "pdf-correct.pdf");
// Convert 
pdfDocument.Convert(dataDir + "log.xml", PdfFormat.PDF_A_1B, ConvertErrorAction.Delete);
// Save output document
pdfDocument.Save(dataDir + "pdf-correct_out.pdf");

Moreover, we have also observed that output PDF document did not pass the compliance validation test for PDF/A-1B format. For that we have logged a separate issue as PDFNET-44600 in our issue tracking system. We will further investigate both issues and keep you posted in case of any further updates. Please be patient and spare us little time.

We are sorry for the inconvenience.

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

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