Skip to content

expose TextOutputDev rawOrderA flag to page text_list function in the C++ API

Daniel Kelleher requested to merge danielkelleher/poppler:master into master

TextOutputDev raw order flag is an important configuration option and may be beneficial to expose to the page text_list function in the C++ API. text_list currently has an overload that exposes a flag for enabling font info. The raw order flag can be added to this overload while still leaving the parameterless overload as is.

Merge request reports