Word Header

Hi,
While we use your aspose function. Word header wasn’t seen. But we printed doc. it was seen. We tested your last version.
What can we do?

Hi Ahmet,

Thanks for your inquiry. I have tested the scenario and have not found the header issue while printing the document. The header is visible in Word document and printed document. Could you please share some more detail about header issue? We will then provide you more information about your query.

Hi,
Sorry about information.
We use Aspose.Word 14.5.0 and Aspose.PDF 9.3.0.0 in our project.
i convert word doc(attached as original_doc) to pdf with Aspose.Save() method.
After convertion we can not see header and footer area in pdf.
i attached converted file as converted_pdf.
Thanks,

Hi Ahmet,

Thanks for sharing the document. I have converted the shared Word document to Pdf using following code example and have not found the shared issue. I have attached the output document with this post.

Document doc = new Document(MyDir + "original_doc.doc");
doc.Save(MyDir + "Out.pdf");

Could you please share the code related to Aspose.Pdf? It would be great if you please create a standalone/runnable simple application (for example a Console Application Project) that demonstrates the code you used to generate your output Pdf. As soon as you get these pieces of information to us we’ll start our investigation into your issue.

Hi Tahir,

Our problem solved.

Thanks.

Hi Ahmet,

Thanks for your feedback. It
is nice to hear from you that your problem has been solved. Please feel
free to ask if you have any question about Aspose.Words, we will be
happy to help you.