Name
pdf.GetPageLen -- get number of characters on page (V1.1)
Synopsis
len = pdf.GetPageLen(id, page)
Function
This function can be used to get the number of characters on the page specified by the page argument. This must be a number in the range of 1 to the total number of pages in the document and the page must have been previously loaded using pdf.LoadPage() with the text argument set to True. The PDF document specified by id must have been previously opened using pdf.OpenDocument().

Inputs
id
identifier of the PDF document to use
page
page number to use (starting from 1)
Results
len
number of characters on page

Show TOC