A blank page is added when converting a Word document to PDF

When converting this file to PDF using Aspose version 25.2.0 or v. 23.10.0, a blank page is added.
ТК на производство 10 мг, в. 4 РД3_согл.docx (61,6 КБ)

Possibly, when converting with Aspose, the horizontal scaling of some formulas increases by 10%, others by 17%, while some formulas remain unchanged. How can the issue of a blank page being added to the PDF be resolved?

static byte[] GetPdfFile(string wordBase64)
{
    byte[] fileWordContent = Convert.FromBase64String(wordBase64);
    byte[]? result = null;

    using (MemoryStream memoryStream = new MemoryStream(fileWordContent))
    using (MemoryStream newMemoryStream = new MemoryStream())
    {
        Aspose.Words.Document document = new Aspose.Words.Document(memoryStream);
        document.WarningCallback = new FontWarningHandler();
        document.AcceptAllRevisions();
        document.Save(newMemoryStream, Aspose.Words.SaveFormat.Pdf);
        result = newMemoryStream.ToArray();
    }

    return result;
}

ТК на производство 10 мг, в. 4 РД3_согл.docx (61.6 KB)

@asddsa.asddsa2012
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-28255

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.