UNPKG

@diegoooo/pdf2pic

Version:

Fork of pdf2pic with proper DPI metadata (PixelsPerInch)

12 lines (11 loc) 244 B
export type Options = { quality?: number; format?: string; width?: number; height?: number; preserveAspectRatio?: boolean; density?: number; savePath?: string; saveFilename?: string; compression?: string; };