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)
ParameterTypeDescription
outputStreamconst System::SharedPtr<System::IO::Stream>&The stream to save the text.

See Also

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

Saves one page’s text to file.

void Aspose::Pdf::Facades::PdfExtractor::GetNextPageText(const System::String &outputFile)
ParameterTypeDescription
outputFileconst System::String&The file path and name to save the text.

See Also