PDF to PDF/A 1b conversion issue with Barcodes/Images

Dear Aspose Team,


with since version 11.3.0 of Aspose.PDF for Java, we are facing strange behavior in some PDF/A documents after they are converted from PDF.

The included Barcode(-image) is extensively grown over the whole page and overlapping most of the remaining content.

This is unfortunately blocker for using the latest version - which would solve other problems.

Could you please have a look and give a hint, if this is related to the example document itself and - if so - how we could mitigate the issue?

Coding used for the conversion:

Document doc = new Document(pdffilepath);
boolean isSuccess = doc.convert(convertLogfile1, PdfFormat.PDF_A_1B, ConvertErrorAction.None);
doc.save(workDir + “pdfa1b.pdf”);

Please find attached the test document as well as its PDF/A representation.


Thanks and kind regards
Wolfgang

Hi Wolfgang,


Thanks for contacting support.

I have tested the scenario and have managed to reproduce same problem. For the sake of correction, I have logged it as PDFNEWJAVA-35856 in our issue tracking system. We will further look into the details of this problem and will keep you posted on the status of correction. Please be patient and spare us little time. We are sorry for this inconvenience.

The issues you have found earlier (filed as PDFJAVA-35856) have been fixed in Aspose.Pdf for Java 17.4.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.