Aspose::Pdf::Plugins::ConversionMode enum

ConversionMode enum

Defines conversion mode of the output document.

enum class ConversionMode

Values

NameValueDescription
TextBox0
Flow1Full 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.
EnhancedFlow2An alternative Flow mode that supports the recognition of tables.

See Also