Code: Select all
$img = new Imagick($pdf_file."[0]");
Code: Select all
exception 'ImagickException' with message 'Postscript delegate failed...
- Reinstalled gs and ImageMagick (currently imagick is giving me a bizarre make error due to the fact that I am using the RC rather than the stable)
- Added the extension to php.ini (imagick.so)
- Re-configured the ImageMagick installation to include --with-gslib (gs is added to the list)
- Dynamically linked /usr/bin's
- A few other things (yes, they are all available and installed).
The convert command DOES work, I have tested and confirmed it's usage with the following line which runs fine with no errors. The resulting PDF displays perfectly.
Code: Select all
convert test.pdf test2.pdf