Blank page getting added while converting docx to pdf

651045772122722111706126.pdf (133.8 KB)
FIA-1181 (SC).docx (70.7 KB)

@bhanu410 Unfortunately, I cannot reproduce the problem on my side using the latest 22.12 version of Aspose.Words for .NET. Please try using the latest version:
https://www.nuget.org/packages/Aspose.Words

Hi @alexey.noskov I tried with latest version and still getting the same issue and apart from that I am seeing "evaluation only651045772122822052030716.pdf (154.4 KB)
" message on PDF

@bhanu410 It looks like content is pushed down by the evaluation message at the beginning of the document. You can request a temporary 30-days license to test Aspose.Words without evaluation version limitations.

@alexey.noskov we already have a license, 22.05 is working fine. do we need to get new license if we upgrade to latest version?

@bhanu410 Every Aspose license provides a 1-year subscription for free upgrades to any new Aspose.Words version that comes out. You can update to any Aspose.Words version released before the subscription expiry date.

You can check when your subscription expires, just open the license file in Notepad (but take care not to modify and save the license file or it will no longer work) and see the SubscriptionExpiry field.

<SubscriptionExpiry>20220218</SubscriptionExpiry>

It means that you can free upgrade to version of Aspose.Words published before 02/18/2022.

There is still an issue even after using latest version. please check the attached651045772011223091202669.pdf (145.4 KB)
HRA-174f (SC).docx (76.7 KB)

@bhanu410 It looks like the problem on your side occurs because lack of the fonts required to render the document:


Aspose.Words needs the fonts used in the document to build document layout upon conversion to PDF. 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. You can implement IWarningCallback to get notifications when font substitution is performed.