Aspose::Pdf::Facades::PdfExtractor::GetNextPageText method

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

Saves one page’s text to stream.

void Aspose::Pdf::Facades::PdfExtractor::GetNextPageText(System::SharedPtr<System::IO::Stream> outputStream)
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The stream to save the text.

See Also

PdfExtractor::GetNextPageText(System::String) method

Saves one page’s text to file.

void Aspose::Pdf::Facades::PdfExtractor::GetNextPageText(System::String outputFile)
ParameterTypeDescription
outputFileSystem::StringThe file path and name to save the text.

See Also