Aspose::Pdf::Facades::PdfExtractor::GetText método

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

Guarda texto en el flujo. ver también:ExtractText

void Aspose::Pdf::Facades::PdfExtractor::GetText(const System::SharedPtr<System::IO::Stream> &outputStream)
ParámetroTipoDescripción
outputStreamconst System::SharedPtr<System::IO::Stream>&El flujo para guardar el texto.

Ver también

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

Guarda texto en el flujo. ver también:ExtractText

void Aspose::Pdf::Facades::PdfExtractor::GetText(const System::SharedPtr<System::IO::Stream> &outputStream, bool filterNotAscii)
ParámetroTipoDescripción
outputStreamconst System::SharedPtr<System::IO::Stream>&El flujo para guardar el texto.
filterNotAsciiboolSi este parámetro es verdadero, todos los símbolos No ASCII serán eliminados

Ver también

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

Guarda texto en un archivo. ver también:ExtractText

void Aspose::Pdf::Facades::PdfExtractor::GetText(const System::String &outputFile)
ParámetroTipoDescripción
outputFileconst System::String&La ruta y el nombre del archivo para guardar el texto.

Ver también