Hello,
When converting a PDF to PDF/A the text isn’t aligned anymore.
We’ve inspected our documents and discovered that it happens when the document contains the “€” character.
This is our code (where convertToPdfa is a boolean) :
Document pdfDoc = new Document(“testmail.pdf”);
if (convertToPdfa) {
pdfDoc.convert(“logfile.xml”, PdfFormat.PDF_A_1B, ConvertErrorAction.Delete);
}
pdfDoc.save(“testmail_pdfAcompliance”);
Using :
Aspose PDF 11.2.0
Aspose E-mail 6.1.0
JDK 1.7
Could you be kind looking into this issue?
Thank you for your time
Hi Samnang,
Thanks for using our API’s.
I have tested the scenario and I am able to
notice the same problem. For the sake of correction, I have logged this problem
as PDFNEWJAVA-35655 in our issue tracking system. We will
further look into the details of this problem and will keep you updated on the
status of correction. Please be patient and spare us little time. We are sorry
for this inconvenience.
Hi,
Can we get an update on this please?
What is the current progress on this issue?
Kind Regards,
Hello,
Is it possible to get a update concerning this issue?
Hi Samnang,
The team started investigating earlier reported issue but I am afraid due to some technical limitations, the problem is not yet resolved. However I have intimated the product team to share the current status and as soon as we have some further updates, we will let you know.
Hi Samnang,
Thanks for your patience.
We are pleased to share that the issue reported earlier is resolved in latest release of Aspose.Pdf for Java 11.9.0. Please try using the latest release and in the event of any further query, please feel free to contact.
Hello,
The package Aspose-pdf 11.9.0 is missing important resources (package aspose.pdf),
which seems to cause a lot of broken code.
Could you please look into this.
I’ve provided a screenshot of the library difference between 11.8.0 and 11.9.0
Samnang
Hi Samnang,
Thanks for contacting support.
In earlier release versions, we had three packages com.aspose.pdf, aspose.pdf and com.aspose.pdf.facades packaged in single jar file. However recently we have received a requirement from some of the customers to separate legacy aspose.pdf package from JAR (in order to have reduced size JAR), so that customers only using new DOM do not need to include legacy package in their solution. So starting this new release of Aspose.Pdf for Java 11.9.0, you can find two .jar files under lib folder i.e. One for legacy aspose.pdf and other for com.aspose.pdf and com.aspose.pdf.facades packages.
Hi Samnang,
Adding more to my previous reply, we are working on updating the Maven repository to include legacy aspose.pdf package and its been logged as PDFJAVA-36172 in our issue tracking system. We will further look into the details of this problem and will keep you updated 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 PDFNEWJAVA-35655) have been fixed in Aspose.Pdf for Java 12.0.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.