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…...Flate; // Adjust compression if needed // Save the document...