Aspose::Pdf::Facades::PdfExtractor::GetNextPageText метод

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

Сохраняет текст одной страницы в поток.

void Aspose::Pdf::Facades::PdfExtractor::GetNextPageText(const System::SharedPtr<System::IO::Stream> &outputStream)
ПараметрТипОписание
outputStreamconst System::SharedPtr<System::IO::Stream>&Поток для сохранения текста.

См. также

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

Сохраняет текст одной страницы в файл.

void Aspose::Pdf::Facades::PdfExtractor::GetNextPageText(const System::String &outputFile)
ПараметрТипОписание
outputFileconst System::String&Путь к файлу и его имя для сохранения текста.

См. также