ol-th / pdf-img-convert.js

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

PDF Resolution (PPI) #35

Closed daviss92 closed 1 year ago

daviss92 commented 1 year ago

How does this handle PDF Resolution? My best guess is its defaulting to 96 PPI? E.g. what if I wanted to process the PDF and convert with a resolution of 300 PPI 3in x 3in.

There can be some pretty high detailed print-ready pdf documents that can lose detail if we can't control the resolution.

ol-th commented 1 year ago

Hi @daviss92, this is a duplicate of #22. There was some work to add a scale parameter in #23 but there are some outstanding issues with the PR.