Convert from PDF to Image very slow
Posted: 2018-04-08T04:38:28-07:00
Hi,
i use this command to convert pdf files to image files
but thats extremely slow compared to the windows tool PDFXChange Viewer that i used so far. it takes 2 or 3 minutes until the program starts writing the image files. is this normal? is there something wrong with the command?
i'm on ubuntu 16.04, imagemagick version is 6.8.9-9. my system is a gigabyte p55-ud3, intel i5-760 with 8gb ram.
i use this command to convert pdf files to image files
Code: Select all
convert -density 600x600 -units pixelsperinch input -background white -alpha background -alpha off -scene 1 -resize 50% -compress jpeg +adjoin output
i'm on ubuntu 16.04, imagemagick version is 6.8.9-9. my system is a gigabyte p55-ud3, intel i5-760 with 8gb ram.