Hi,
When converting a DOCX to PDF, an extra page was created.
Code:
var doc = new Document(@".\test.docx");
doc.LayoutOptions.TextShaperFactory = Aspose.Words.Shaping.HarfBuzz.HarfBuzzTextShaperFactory.Instance;
doc.Save(@".\test.pdf");
I’ve attached the test files for your reference. You can notice a blank page 2 was created in the PDF.
test.zip (192.4 KB)
Could you please help me take a look?
Thanks,