Aspose::Pdf::Plugins::PdfToDocOptions::set_ConversionMode method
PdfToDocOptions::set_ConversionMode method
Allows to control how a PDF document is converted into a word processing document.
void Aspose::Pdf::Plugins::PdfToDocOptions::set_ConversionMode(Aspose::Pdf::Plugins::ConversionMode value)
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
- Enum ConversionMode
- Class PdfToDocOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++