Skip to content

Office output Options

Table 1. DOCX Output Options

FeatureOptionsIDDescription
Page layoutNo LayoutPageLayout::NoLayoutThe layout of the input pages is not preserved and all elements are written as body text in reading order.
FlowingPageLayout::FlowingThe layout of the input pages is reproduced as closely as possible with body text and page columns, using frames only for elements outside the body text.
EditablePageLayout::EditableDetected elements are placed in frames to ensure that the layout of the input document is accurately reproduced; graphic elements are also created so that the layout can be easily modified.
ExactPageLayout::ExactThe detected text is placed in frames to ensure that the layout of the input document is accurately reproduced; then the full input image is placed in the background to ensure maximum similarity to the original, at the cost of a less easily editable document.

Table 2. XLSX Output Options

FeatureOptionsIDDescription
Spreadsheet layoutTables onlySpreadsheetLayout::TablesOnlyCreate a worksheet for each detected table and link them into a summary sheet. Text outside the tables and graphics is not written.
Tables and textSpreadsheetLayout::TablesAndTextWrite the detected tables and the text outside the tables in the reading order, without trying to keep the layout of the original image.
Recreate inputSpreadsheetLayout::RecreateInputReproduce the layout of the input document as closely as possible.