pdfSetTextSimpleLayoutMode

Set text extraction mode to "simple layout".
void pdfSetTextSimpleLayoutMode(int simpleLayout)
If simpleLayout is non-zero, sets the text extraction mode to "simple layout". This is similar to physical layout mode (see pdfSetTextPhysicalLayoutMode), but optimized for pages with one column of text and relatively simple layout (no embedded figures, etc.).

Only one mode, from pdfSetTextReadingOrderMode, pdfSetTextPhysicalLayoutMode, pdfSetTextSimpleLayoutMode, pdfSetTextSimple2LayoutMode, pdfSetTextTableLayoutMode, pdfSetTextLinePrinterMode, or pdfSetTextRawMode can be selected.

This setting is global - it applies to all PDF handles.

C:
pdfSetTextSimpleLayoutMode(1);
pdfSetTextReadingOrderMode
pdfSetTextSimple2LayoutMode
pdfSetTextPhysicalLayoutMode
pdfSetTextTableLayoutMode
pdfSetTextLinePrinterMode
pdfSetTextRawMode