Images overlapping when pdf conversion

Hi,

Our customer noticed that images are overlapping to one page while word to pdf conversion. It is related the table in the header.
The attached is an example document: ImageOverLap.docx (104.5 KB)

Thank you

@M-Files_Support Unfortunately, I cannot reproduce the problem on my side using the latest 23.9 version of Aspose.Words and the following simple code:

Document doc = new Document(@"C:\Temp\in.docx");
doc.Save(@"C:\Temp\out.pdf");

Here are PDF documents produced from your DOCX document using Aspose.Words and MS Word 2019:
aspose.pdf (47.3 KB)
ms.pdf (31.7 KB)

Please try using the latest 23.9 version on your side and let us know if the problem still persists.

Ah, looks like so, it is fixed recently. Thank you for your time.

1 Like