i want to use image magick to convert pdf files into images, one image for each page. i tried this command:
Code: Select all
convert -density 600x600 -units pixelsperinch aaa.pdf -background white -alpha background -alpha off -scene 1 -resize 50% -compress jpeg +adjoin "neuer"_%02d.tif
what is wrong woth the command line?
edit
i tried it with an other pdf file with a lower resolution, here it converts the first five pages and there is an error:
Code: Select all
convert-im6.q16: DistributedPixelCache '127.0.0.1' @ error/distribute-cache.c/ConnectPixelCacheServer/244.
convert-im6.q16: cache resources exhausted `/tmp/magick-6892fkK6Ueon7ldI6' @ error/cache.c/OpenPixelCache/3984.