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

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

Saves text to stream. see also:ExtractText

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

See Also

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

Saves text to stream. see also:ExtractText

void Aspose::Pdf::Facades::PdfExtractor::GetText(System::SharedPtr<System::IO::Stream> outputStream, bool filterNotAscii)
ParameterTypeDescription
outputStreamSystem::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(System::String) method

Saves text to file. see also:ExtractText

void Aspose::Pdf::Facades::PdfExtractor::GetText(System::String outputFile)
ParameterTypeDescription
outputFileSystem::StringThe file path and name to save the text.

See Also