Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdimai666/pdf2png


https://github.com/mdimai666/pdf2png

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Overview

Example to demonstrate converting a PDF file to a PNG image using the PDF.js library.

## Getting started

Install the dependencies and build the PDF.js library:

$ npm install
$ gulp dist-install

Install the Node canvas library and run the example to convert the first page of a
PDF file to a PNG image:

$ npm install canvas
$ cd examples/node/pdf2png
$ node pdf2png.js