I am trying to convert word document into pdf using Aspose.Word(version 21.12.0) package, converted pdf file is having margin and image enlarge issues in header and footer section.
My C# code is below .
License license = new License();
license.SetLicense("Aspose.Words.NET.lic");
Document doc = new Document("Sample.docx");
doc.Save("Output.pdf");
Kindly assist me to fix these issues
Thanks
Capture.JPG (79.3 KB)
Output.pdf (146.2 KB)
Sample.docx (51.3 KB)