A unique ID to identify a PDF. Not guaranteed to be unique. [jbaldwin: haha what]
Total number of pages the PDF contains.
TODO: return type of Promise<???> A promise that is resolved when the document's data is loaded.
True if embedded document fonts are in use. Will be set during rendering of the pages.
boolean
A promise that is resolved with Uint8Array that has the raw PDF data.
TODO: return type of Promise<???> A promise that is resolved with a lookup table for mapping named destinations to reference numbers.
A promise that is resolved with an array of all the JavaScript strings in the name tree.
A promise that is resolved with the info and metadata of the PDF.
A promise that is resolved with an array that is a tree outline (if it has one) of the PDF. @see PDFTreeNode
The page number to get. The first page is 1.
A promise that is resolved with a PDFPageProxy.
Is the PDF encrypted?