Hi Team,
In output file header is not rendered properly from page no 30 to page 33.
From pages 1 to 30 are in A4 size and header appears correctly. From page 30, we see header is seen to be shifted left.
I tried the below code to transform the file.
String fileName = "C:\\Input\\WI-000436655 (2).docx";
com.aspose.words.Document document = new com.aspose.words.Document(fileName);
document.save("C:\\output\\WI-000436655 (2).pdf");
I have attached the aspose output file as well office output file in zip.files.zip (6.9 MB)
Thanks,
Arvind