UNPKG

@iqx-limited/quick-pdf

Version:

Converting PDFs to images (📃 to 📸)

9 lines (8 loc) • 241 B
type Options = { header?: string; footer?: string; fontSize?: number; closeBrowser?: boolean; }; export declare const img2pdf: (input: Buffer | string | URL, options?: Options) => Promise<Buffer<ArrayBufferLike>>; export {};