pdfjs-serverless
Version:
PDF.js redistributed as a single bundle for edge and serverless runtimes
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>;
}