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)