MCPcopy
hub / github.com/501351981/vue-office / JsPdfPreview

Interface JsPdfPreview

core/packages/js-pdf/index.d.ts:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface JsPdfPreview {
19 preview: (src: string | ArrayBuffer | Blob) => Promise<any>;
20 rerender: () => Promise<any>;
21 save: (fileName?: string) => void;
22 setOptions: (options: Options) => void;
23 setRequestOptions: (requestOptions?: any) => void;
24 destroy: ()=> void;
25}
26declare const jsPreviewPdf: {
27 init: (container: HTMLElement, options?: Options, requestOptions?: any) => JsPdfPreview;
28};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected