I'm trying to find a method of converting a PDF to high quality JPG previews on a linux box.
I'm currently using ImageMagicK + GhostScript but I have to supersample the images so much to get readable quality that it takes forever to process (30+ seconds on my box for one page).
Does anyone know of a better method where I can achieve high quality previews without having to supersample so much?
Thanks!
I found pdftoppm installed on my Ubuntu Linux box.
pdftoppm -f 1 -l 1 -scale-to 1024 -png input-file.pdf output-file
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With