We are using Spire.doc for .NET (version 9.10.9 for .Net Framework 4.0) to convert docx files to pdf.
Below the snippet used:
Spire.Doc.Document doc = new Spire.Doc.Document(pathDocx, Spire.Doc.FileFormat.Docx);
//Save to .docx file
doc.SaveToFile(pathPdf, Spire.Doc.FileFormat.PDF);
We found a strange behavior converting a word document having different header and footer in first page.
In particular in produced PDF File, text has been moved up.
We tried to change the word document applying same header and footer in all pages and conversion worked fine.
In attachments you'll find original docx file and produced PDF to show the issue (please check 1st and 2nd page)
Hi support
Could you please help us to solve this issue?