UNPKG

@tomatrow/pdf-to-png-converter

Version:

Node.js utility to convert PDF file/buffer pages to PNG files/buffers with no native dependencies.

9 lines (8 loc) 153 B
export type PngPageOutput = { pageNumber: number; name: string; content: Buffer; path: string; width: number; height: number; };