Aspose::Pdf::Facades::PdfExtractor::GetNextPageText method
PdfExtractor::GetNextPageText(const System::SharedPtr<System::IO::Stream>&) method
Saves one page’s text to stream.
void Aspose::Pdf::Facades::PdfExtractor::GetNextPageText(const System::SharedPtr<System::IO::Stream> &outputStream)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the text. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PdfExtractor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfExtractor::GetNextPageText(const System::String&) method
Saves one page’s text to file.
void Aspose::Pdf::Facades::PdfExtractor::GetNextPageText(const System::String &outputFile)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file path and name to save the text. |
See Also
- Class String
- Class PdfExtractor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++