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

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

Guarda el texto de una página en un flujo.

void Aspose::Pdf::Facades::PdfExtractor::GetNextPageText(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::GetNextPageText(const System::String&) method

Guarda el texto de una página en un archivo.

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

Ver también