Search found 1 match
- 2017-11-13T09:55:18-07:00
- Forum: Users
- Topic: Cannot convert pdf file to jpg thumbnail
- Replies: 0
- Views: 14125
Cannot convert pdf file to jpg thumbnail
I am using ImageMagick 6.7.7-10 2017-07-31 Q16 on Ubuntu 14.04, through Wand 0.4.4, Python 3.4.3 and Django 1.11. I am trying to create a jpg thumbnail of a pdf file. On the command line, I can do this with no errors: convert -thumbnail x300 -background white -alpha remove Lucy.pdf[0] output ...