grafik.png (5.8 KB)
Hello Aspose,
in the screen shot above, you see not rendered characters in the PDF.
Is there a way to find such holes, e.g. with the TextAbsorber?
Regards
Gerd...Load the PDF document var document = new Document(inputFile);...absorber to process the document pages document.Pages.Accept(textAbsorber);...