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ámetro | Tipo | Descripción |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | El flujo para guardar el texto. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class PdfExtractor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| outputFile | const System::String& | La ruta y el nombre del archivo para guardar el texto. |
Ver también
- Class String
- Class PdfExtractor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++