Extract Text from PDF - Facades
Contents
[
Hide
]
Extract Text from all Pages of the Document
In order to extract text from all pages of the PDF document, Aspose.PDF for C++ offers PdfExtractor class under Facades namespace. You can extract all text from PDF document, save into MemoryStream object and get as a string, in case you want to use it for further manipulations. Following code snippet will show you, how to use PdfExtractor class to extract text from all pages of PDF document.