yakovmeister / pdf2image

A utility for converting pdf to image and base64 format.
MIT License
434 stars 141 forks source link

More info about params #160

Closed hilmanski closed 1 year ago

hilmanski commented 1 year ago

Hi anyone have more information about these three options: quality, density as well as compression

What's the value range and how we should use it (not how to code, but in general)

Thanks

Zirafnik commented 1 year ago

The density doesn't seem to do anything...

mskec commented 1 year ago

Hi @hilmanski

pdf2pic is using GraphicsMagick and passing those params. You can find more info about those params in their docs:

I will add those links to the README.