Aspose::Pdf::Plugins::PdfToDocOptions::get_ConversionMode method

PdfToDocOptions::get_ConversionMode method

Allows to control how a PDF document is converted into a word processing document.

Aspose::Pdf::Plugins::ConversionMode Aspose::Pdf::Plugins::PdfToDocOptions::get_ConversionMode() const

Remarks

Use the ConversionMode::TextBox mode when the resulting document is not going to be heavily edited further. Textboxes are easy to modify when there is not a lot to do.

Use the ConversionMode::Flow mode when the output document needs further editing. Paragraphs and text lines in the flow mode allow easy modification of text, but unsupported formatting objects will look worse than in the ConversionMode::TextBox mode.

See Also