Aspose::Pdf::Facades::PdfExtractor::GetText method

PdfExtractor::GetText(const System::SharedPtr<System::IO::Stream>&) method

Saves text to stream. see also:ExtractText

void Aspose::Pdf::Facades::PdfExtractor::GetText(const System::SharedPtr<System::IO::Stream> &outputStream)
ParameterTypeDescription
outputStreamconst System::SharedPtr<System::IO::Stream>&The stream to save the text.

See Also

PdfExtractor::GetText(const System::SharedPtr<System::IO::Stream>&, bool) method

Saves text to stream. see also:ExtractText

void Aspose::Pdf::Facades::PdfExtractor::GetText(const System::SharedPtr<System::IO::Stream> &outputStream, bool filterNotAscii)
ParameterTypeDescription
outputStreamconst System::SharedPtr<System::IO::Stream>&The stream to save the text.
filterNotAsciiboolIf this parameter is true all Not ASCII symbols will be removed

See Also

PdfExtractor::GetText(const System::String&) method

Saves text to file. see also:ExtractText

void Aspose::Pdf::Facades::PdfExtractor::GetText(const System::String &outputFile)
ParameterTypeDescription
outputFileconst System::String&The file path and name to save the text.

See Also