Image in header not OK when conversion PDF

We have a docx which we try to save as PDF.
The code we use to do this is as follows:

doc = new Document(word.getAbsolutePath());
PdfSaveOptions options = new PdfSaveOptions();
options.setCompliance(PdfCompliance.PDF_A_1_B);
options.setTextCompression(PdfTextCompression.FLATE);
options.setEmbedFullFonts(true);
options.setUseHighQualityRendering(true);
doc.save(“C:\Temp\output.pdf”, options);

When looking at the result PDF, the image (logo) in the header is not correct on page 2 and 3. On the first page, the image is correct.

What are we missing in our code ?



Hi,

Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 11.8.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The issue ID is WORDSNET-7114. Your request has been linked to this issue and you will be notified as soon as it is resolved.

Sorry for the inconvenience.

Best Regards,

The issues you have found earlier (filed as WORDSNET-7114) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.