UNPKG

pdf2pic

Version:

A utility for converting pdf to image and base64 format.

11 lines (10 loc) 227 B
export declare type Options = { quality?: number; format?: string; width?: number; height?: number; density?: number; savePath?: string; saveFilename?: string; compression?: string; };