Convert word to pdf blank page

Hello. We use convector word to pdf and we have multipage word document (5 pages). 3 st page is blank. After convertation we have pdf, but it have only 4 page. I have tried difirent version of convector, but result was same. Could you help me?

@greatom,

Please ZIP and attach your input Word document and Aspose.Words generated output PDF document showing the undesired behavior here for testing. We will then investigate the issue on our end and provide you more information.

23160.zip (313.5 KB)

@greatom,

We are working on your query and will get back to you soon.

@greatom,

After an initial test with the latest version of Aspose.Words for .NET i.e. 18.12, we were unable to reproduce this issue on our end. We would suggest you please upgrade to the latest version of Aspose.Words. We used the following simple code on our end for testing:

Document doc = new Document("D:\\temp\\test.docx");
doc.Save("D:\\temp\\18.12.pdf");

Please see outputs of following attachments are same:

msw-2016.pdf (273.4 KB): This file was generated via MS Word 2016 by using “Save As”
18.12.pdf (100.5 KB): This file was converted by using Aspose.Words for .NET 18.12.