UNPKG

@tomatrow/pdf-to-png-converter

Version:

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

4 lines (3 loc) 170 B
export { pdfToPng } from './pdf.to.png'; export type { PdfToPngOptions } from './types/pdf.to.png.options'; export type { PngPageOutput } from './types/png.page.output';