Aspose::Pdf::Facades::PdfExtractor::GetText metod

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

Sparar text till ström. se även:ExtractText

void Aspose::Pdf::Facades::PdfExtractor::GetText(const System::SharedPtr<System::IO::Stream> &outputStream)
ParameterTypBeskrivning
outputStreamconst System::SharedPtr<System::IO::Stream>&Strömmen för att spara texten.

Se även

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

Sparar text till ström. se även:ExtractText

void Aspose::Pdf::Facades::PdfExtractor::GetText(const System::SharedPtr<System::IO::Stream> &outputStream, bool filterNotAscii)
ParameterTypBeskrivning
outputStreamconst System::SharedPtr<System::IO::Stream>&Strömmen för att spara texten.
filterNotAsciiboolOm den här parametern är sann kommer alla icke-ASCII-symboler att tas bort

Se även

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

Sparar text till fil. se även:ExtractText

void Aspose::Pdf::Facades::PdfExtractor::GetText(const System::String &outputFile)
ParameterTypBeskrivning
outputFileconst System::String&Filens sökväg och namn för att spara texten.

Se även