prepare Text Info
Prepare information about all characters in a page. Application must call FPDFText_ClosePage to release the text page information.
Return
A handle to the text page information structure. NULL if something goes wrong.
Parameters
page Index
index of page.
Prepare information about all characters in a range of pages. Application must call FPDFText_ClosePage to release the text page information.
Return
list of handles to the text page information structure. NULL if something goes wrong.
Parameters
from Index
start index of page.
to Index
end index of page.