UNPKG

pdf2pic

Version:

A utility for converting pdf to image and base64 format.

5 lines (4 loc) 231 B
/// <reference types="node" /> import { Options } from "../types/options"; import { Convert } from "../types/convert"; export declare function pdf2picCore(source: string, filePath: string | Buffer, options?: Options): Convert;