Some PDF files are unable to conevrt properly.
Some words got merger together.
unable to convert PDF file
-
- Posts: 3
- Joined: 2012-08-14T10:33:19-07:00
- Authentication code: 67789
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: unable to convert PDF file
Please identify your platform and IM version. Then post a link to one of your pdf files (and bad output images) that is having trouble and explain what the error is or what is wrong with your output. Also identify your exact IM command line.
Please review http://studio.imagemagick.org/discourse ... f=1&t=9620
Please review http://studio.imagemagick.org/discourse ... f=1&t=9620
-
- Posts: 3
- Joined: 2012-08-14T10:33:19-07:00
- Authentication code: 67789
Re: unable to convert PDF file
Please see the follow dropbox link.
https://www.dropbox.com/s/t47o4r0ejzuel ... fter.pdf?m
The system is window XP,
ImageMagick-6.7.8-Q16
https://www.dropbox.com/s/t47o4r0ejzuel ... fter.pdf?m
The system is window XP,
ImageMagick-6.7.8-Q16
-
- Posts: 3
- Joined: 2012-08-14T10:33:19-07:00
- Authentication code: 67789
Re: unable to convert PDF file
please advise how to resolve this issue.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: unable to convert PDF file
what format are you trying to convert them to?
These commands (using supersampling) work perfectly fine to convert to png for me on IM 6.7.9.4 Q16 Mac OSX Snow Leopard
convert -density 288 before_after.pdf[0] -resize 25% before_after0.png
convert -density 288 before_after.pdf[2] -resize 25% before_after2.png
These commands (using supersampling) work perfectly fine to convert to png for me on IM 6.7.9.4 Q16 Mac OSX Snow Leopard
convert -density 288 before_after.pdf[0] -resize 25% before_after0.png
convert -density 288 before_after.pdf[2] -resize 25% before_after2.png