Aspose::Pdf::Plugins::ConversionMode enum
ConversionMode enum
Defines conversion mode of the output document.
enum class ConversionMode
Values
| Name | Value | Description |
|---|---|---|
| TextBox | 0 | |
| Flow | 1 | Full recognition mode, the engine performs grouping and multi-level analysis to restore the original document author’s intent and produce a maximally editable document. The downside is that the output document might look different from the original PDF file. |
| EnhancedFlow | 2 | An alternative Flow mode that supports the recognition of tables. |
See Also
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++