Layout issue when converting DOCX with footer to PDF

I use Aspose.Words for .NET (23.9.0) to convert attached .docx (source_document.docx) to PDF using the default options. In the converted PDF, the layout differs from the source document and the title clashes with the footer (see Aspose_Pdf.pdf). I would expect the converted PDF to look like the attached expected_pdf.pdf.

var doc = new Aspose.Words.Document(localFilePath);
_ = doc.Save(localPdfFilePath);

Aspose_Pdf.pdf (91.0 KB)
expected_Pdf.pdf (74.9 KB)
source_document.docx (73.7 KB)

@mvDev
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-25905

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like