PdfPage
class PdfPage
Lightweight page descriptor. It does not keep a native PDFium page open.
Properties
Functions
Link copied to clipboard
Returns the page text, or only the slice described by range when it is non-null.
Link copied to clipboard
Returns the page geometry: size, rotation, and bounding box.
Link copied to clipboard
Renders the full page into a new bitmap following request.
Link copied to clipboard
suspend fun search(query: String, options: PdfSearchOptions = PdfSearchOptions()): List<PdfSearchMatch>
Returns every match of query on this page, ordered by position.
Link copied to clipboard
Returns the page text with per-character geometry.
Link copied to clipboard
Returns the embedded thumbnail scaled to fit maximumSize, or null when the page has none.