I’m using the following code to convert from a doc to pdf file (v15.12.0.0 of Apose.Words), see attached source and output files:
Aspose.Words.Document doc = new Aspose.Words.Document(@“D:\DOWNLOAD\TestDocs\02390040 - Permit - 2002-10-28.docx”);
doc.Save(@“D:\DOWNLOAD\TestDocs\Aspose 02390040 - Permit - 2002-10-28.pdf”);
The header and footer are not output correctly in the pdf for page 2. Could you please let me know if this is a bug and when it will be fixed?