Header offset in pdf when i gave 2 pages of content in word document?

i have 2 pages of content in word document…when iam converting word to pdf iam getting conflict in pdf in header part …pls see attachment…pls helpme out…iam not getting whts the prob…

Hi,


Thanks for your inquiry.

Firstly, I haven’t found any kind of Headers or Footers in your input document. Secondly, while using the latest version of Aspose.Words i.e. 10.7.0, I was unable to reproduce this issue on my side. I used the following simple code:

Document
doc = new Document(@“C:\test\word+template.docx”);
doc.Save(@“C:\test\word+template_out.pdf”);

Moreover, I would suggest you to please visit the following link for downloading and using the latest version of Aspose.Words i.e. 10.7.0:
http://www.aspose.com/community/files/51/.net-components/aspose.words-for-.net/default.aspx

If we can help you with anything else, please feel free to ask.

Best Regards,