Convert docx to pdf - Blank Page

I00306-201902-DRH.zip (192.2 KB)

Hi,

When converting a .docx file to a .pdf file using Aspose.Words, I noticed an extra blank page is produced.

I’ve attached the test files for your reference.

I’m using version 19.3.0.0.

My code:
dim stream = New MemoryStream(Attachment.Binary)
dim doc = New Aspose.Words.Document(stream)
doc.Save(myfilelocation, Aspose.Words.SaveFormat.Pdf)

@filedoc

We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-18261. You will be notified via this forum thread once this issue is resolved.

The issues you have found earlier (filed as WORDSNET-18261) have been fixed in this Aspose.Words for .NET 20.9 update and this Aspose.Words for Java 20.9 update.