ol-th / pdf-img-convert.js

Simple node package to convert a PDF into images.
MIT License
161 stars 38 forks source link

Added viewport scale to conversion config - Fixes #22 #23

Closed sahilnarain closed 1 year ago

ol-th commented 1 year ago

Hi, sorry for the delay on this. This all looks good, one small thing. It looks like you've added the canvas-aws-prebuilt dependency but don't use it (going off the project, it looks like you need to require('canvas-aws-prebuilt'). Could you use it / remove it? Thanks for the contribution :)