UNPKG

@ckhordiasma/pdfjs-dist

Version:

Generic build of Mozilla's PDF.js library, with additional access to XFA information through API

10 lines (9 loc) 234 B
export class Metadata { constructor(data: any); _metadataMap: Map<any, any>; _repair(data: any): any; _parse(xmlDocument: any): void; get(name: any): any; getAll(): any; has(name: any): boolean; }