I'm running a batch PDF to JPG conversion on Mint Linux using Version: ImageMagick 6.5.7-8 2012-08-17 Q16.
I've tried it using :
mogrify -format pdf *.jpg
as well as using a shell script:
for i in `ls *.jpg`; do convert "$i" "$i".pdf;
done
Some of the jpegs get converted, but others create ...
Search found 1 match
- 2012-10-14T18:33:55-07:00
- Forum: Bugs
- Topic: JPG to PDF conversion failing for some files
- Replies: 1
- Views: 3493