1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Example for converting PDF to PNG using the Node canvas library

This commit is contained in:
Mukul Mishra 2017-03-03 01:48:33 +05:30 committed by Tim van der Meij
parent b6bf1a3eb8
commit f885e98d20
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
3 changed files with 106 additions and 0 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ tags
Makefile
node_modules/
examples/node/svgdump/
examples/node/pdf2png/*.png