UNPKG

pdf2pic

Version:

A utility for converting pdf to image formats. Supports different outputs: directly to file, base64 or buffer.

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;