WORD to PDF format deformation

One of my Word documents is converted to PDF by using ASPOSE, the height of the table changes, and the last row of the content is directly to the next page. There is no problem with the export PDF function of Word, may I ask how to handle it without changing Word.

2.docx (43.0 KB)

2.pdf (41.1 KB)

@liegroup The problem on your side might occur because the fonts used in your input document are not available on the machine where document is processed. The fonts are required to build document layout. If Aspose.Words cannot find the font used in the document, the font is substituted. This might lead into fonts mismatch and document layout differences due to the different fonts metrics. You can implement IWarningCallback to get notifications when font substitution is performed.
Please see our documentation to learn where Aspose.Words looks for fonts:
https://docs.aspose.com/words/net/specifying-truetype-fonts-location/

In the following example, I use all numbers and Arial font. Do I have any problem with format conversion?

3.docx (43.3 KB)

3.pdf (25.2 KB)

Arial font is available on all the computers I use, and it can still be deformed without conversion. In my example 3.docx, I used Arial font

Can you convert this 3.docx to PDF sample on your computer for me to see? Thank you

@liegroup
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-27358

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.