I'm using ImageMagick 6.7.7-10 with Ghostscript 9.10 on Ubuntu 14.04.1 LTS, I've installed the gsfonts gsfonts-other packages.
Which version on Ghostscript do you have, on which platform are you running ?
Search found 2 matches
- 2014-09-05T09:55:00-07:00
- Forum: Users
- Topic: Special character not rendered when converting PDF to image
- Replies: 4
- Views: 2324
- 2014-09-05T07:32:52-07:00
- Forum: Users
- Topic: Special character not rendered when converting PDF to image
- Replies: 4
- Views: 2324
Special character not rendered when converting PDF to image
Hi, I'm using the following command to convert (the first page of) a PDF file to an image. convert '/path/to/file.pdf[0]' -alpha off -resize '1024x1024' -quality '75' '/tmp/file.jpg' This work well, except when using a PDF file containing special characters such as é or ô. My understanding is that I ...