Aspose::Page::EPS::PsDocument::ExtractText method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
options | System::SharedPtr<SaveOptions> | The save options. |
startPage | int32_t | The page from which to begin to extract text. This parameter is usefull for multi-paged documents. |
endPage | int32_t | The page till which to finish to extract text. This parameter is usefull for multi-paged documents. |
ReturnValue
The extracted text.
See Also
- Class String
- Typedef SharedPtr
- Class SaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++