Hi,
When converting a DOCX to PDF using Aspose.Words. I noticed the last row of a page was moved to the beginning of the next page, causing messed up layout and extra pages.
Code:
var Document = new Document(@".\test…...Code: var document = new Document(@".\test.docx"); document.LayoutOptions...HarfBuzzTextShaperFa.Instance; document.Save(@".\out.pdf"); I’ve attached...