UNPKG

pdf-to-img

Version:

📃📸 Converts PDFs to images in nodejs

2 lines (1 loc) • 118 B
export declare function parseInput(input: string | Uint8Array | Buffer | NodeJS.ReadableStream): Promise<Uint8Array>;