Slide's Text Is Distorted when Converted to PDF/A-1B

Hi

When we convert the document attached to PDF/A-1B, the “pilotage” word gets distorted in the result.
We’re using Aspose.Slides for Java 14.6.0.

Here is our basic code:

Presentation pptPresentation = new Presentation(inFilePath);
PdfOptions options = new PdfOptions();
options.setCompliance(PdfCompliance.PdfA1b);
pptPresentation.save(outFilePath, SaveFormat.Pdf, options);

Could you investigate?
Thanks.


Kind regards,

Bart Maes
Docbyte

Hi Bart,

Thank you for sharing the files.

I am able to reproduce your mentioned issue after an initial test. Your issue has been registered in our issue tracking system under normal support with issue id: SLIDESJAVA-34594. You will be notified via this forum thread once the issue gets resolved.

Thanks & Regards,

The issues you have found earlier (filed as SLIDESJAVA-34594) have been fixed in this update.