Hi,
When converting a DOCX file to PDF using Aspose.Words, I noticed extra text appears at page 2.
Code:
var doc = new Document(@".\test.docx");
doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance…...related to out-of-bound text boxes or other elements in the document...it seems to stem from a text box in the footer. Solution To resolve...