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)