pdfSetTableLayoutTextMode

Set physical layout mode for text extraction.
void pdfSetTableLayoutTextMode(PDFViewerHandle viewer)
Set the text extraction mode to "table layout". Table mode is similar to physical layout mode, but optimized for tabular data, with the goal of keeping rows and columns aligned (at the expense of inserting extra whitespace).
C:
pdfSetTableLayoutTextMode(viewer);
pdfSetPhysicalLayoutTextMode