UNPKG

@diegoooo/pdf2pic

Version:

Fork of pdf2pic with proper DPI metadata (PixelsPerInch)

3 lines (2 loc) 125 B
import { ReadStream } from 'fs'; export declare function convertToStream(source: string, file: string | Buffer): ReadStream;