I'm really hoping someone can help as I'm tearing my hair out!!! I have imagmagick installed fine, version 6.7.0-9 and ghostscript 8.71 on my ubuntu server. I'm not great at ssh stuff but I'm learning and have been doing ok!! I'm trying to convert PDF to PNG using php and shell_exec. This all worked absolutely fine and then suddenly stopped working. Yesterday was a day full of googling and reinstalling and editing delegates.xml etc. etc. but nothings worked!!!
If I run
Code: Select all
convert -list configure
Code: Select all
convert http://my.domain.com/test.pdf test.png 2>&1
Code: Select all
convert: no decode delegate for this image format `//my.domain.com/test.pdf' @ error/constitute.c/ReadImage/532.
convert: missing an image filename `test.png' @ error/convert.c/ConvertImageCommand/3015.
Thanks! (In advance, hopefully!)