Aspose::Page::EPS::PsDocument::ExtractText method

PsDocument::ExtractText method

Extract text from PS file. The text can be extracted only if it is written with Type 42 (TrueType) font or Type 0 font with Type 42 fonts in its Vector Map.

System::String Aspose::Page::EPS::PsDocument::ExtractText(System::SharedPtr<SaveOptions> options, int32_t startPage=0, int32_t endPage=0)
ParameterTypeDescription
optionsSystem::SharedPtr<SaveOptions>The save options.
startPageint32_tThe page from which to begin to extract text. This parameter is usefull for multi-paged documents.
endPageint32_tThe page till which to finish to extract text. This parameter is usefull for multi-paged documents.

ReturnValue

The extracted text.

See Also