Search found 1 match
- 2014-03-31T12:58:41-07:00
- Forum: Users
- Topic: Can't convert a pdf to jpg images
- Replies: 1
- Views: 2283
Can't convert a pdf to jpg images
Hello, I'm using a command to convert a pdf file to jpg images like this. `convert -quality 80 -density 300 -resize "x1200>" foo.pdf "/tmp/foo/%02d.jpg"` Sometimes it fails if this `foo.pdf` is too big. It happened with 36 MB pdf, but another file that is over 40 MB was converted no problem. If I ...