UNPKG

@diegoooo/pdf2pic

Version:

Fork of pdf2pic with proper DPI metadata (PixelsPerInch)

4 lines (3 loc) 200 B
import type { Convert } from './types/convert'; import type { Options } from './types/options'; export declare function pdf2picCore(source: string, data: string | Buffer, options?: Options): Convert;