Extract Text using TextAbsorber and TextDevice in Aspose.PDF for .NET - Comparison

The user guide mentions several ways to get text from a PDF page. 1) TextAbsorber, 2) TextAbsober with TextDevice and 3) Facade

Can I get some recommendation on which class/method to use? Where is TextDevice better vs where is TextAborber more suitable?

@speridian

Thanks for contacting support.

Please note that Aspose.Pdf (DOM) approach is always recommended to use and TextDevice/TextAbsorber are offered by it. In case you want to extract text from Page (OR convert particular pages to text), you can use TextDevice and TextAbsorber Class can help you while extracting text from entire PDF, single page or XForm. It is more universal.