pdfjs-dist
Version:
Generic build of Mozilla's PDF.js library.
9 lines (8 loc) • 314 B
TypeScript
export function docProperties(pdfDocument: any): Promise<any>;
export class GenericScripting {
constructor(sandboxBundleSrc: any, wasmUrl: any);
_ready: Promise<any>;
createSandbox(data: any): Promise<void>;
dispatchEventInSandbox(event: any): Promise<void>;
destroySandbox(): Promise<void>;
}