Hi
When I open the attached word document and save it as PDF, the Title “Angebot” is moved above the address (“Ingenias AG […]”). How can I preserve the original order?
MovedElement.docx (80.2 KB)
@simplyfile Unfortunately, I cannot reproduce the problem on my side using the latest 23.12 version of Aspose.Words and the following simple code:
Document doc = new Document("C:\\Temp\\in.docx");
doc.Save(@"C:\Temp\out.pdf");
Here is the output produced on my side: out.pdf (68.0 KB)
Please try using the latest version of Aspose.Words on your side. If the problem still persist, please attach PDF document produced on your side here for our reference.