Aspose::Pdf::Plugins::TextExtractorOptions::TextFormattingMode enum
TextFormattingMode enum
Defines different modes which can be used while converting a PDF document into text. See TextExtractorOptions class.
enum class TextFormattingMode
Values
| Name | Value | Description |
|---|---|---|
| Pure | 0 | Represents PDF text content with a few formatting routines. This includes taking into account relative positions and adding extra spaces to align text to the width of the page. |
| Raw | 1 | Represents PDF content as is, i.e. without formatting. |
| Plain | 2 | Represents PDF text content taking into account the relative positioning of text fragments but without adding extra spaces. |
See Also
- Class TextExtractorOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++