OptionalfingerprintsAn array of document fingerprint strings provided by PDF.js. Useful for caching, de-duplication or identifying a document across runs.
OptionalinfoThe PDF 'Info' dictionary. Typical fields include title, author, subject, Creator, Producer and Creation/Modification dates. The exact structure is determined by the PDF and as returned by PDF.js.
OptionalmetadataOptionaloutlineOptional document outline (bookmarks). When present this is the hierarchical navigation structure which viewers use for quick access.
OptionalpermissionPermission flags for the document as returned by PDF.js (or null). These flags indicate capabilities such as printing, copying and other restrictions imposed by the PDF security settings.
Aggregated information about a PDF document returned by getInfo(). The object contains high-level metadata, outline/bookmark structure, per-page extracted hyperlinks and utility helpers for parsing dates.