Tag: ImageMagick
Solved: PHP Imagick ‘unable to open image’ PDF
October 29th, 2015I've recently stumbled across an issue where PHP Imagick can't open a PDF file despite the file being there and readable. This is using Mac OSX El Capitan with Homebrewed PHP5, Imagemagick, Ghostscript and the PHP55-imagick module. After a bit of searching I found the fix.
How To Create A Multi-Page PDF From Images
January 14th, 2020Recently I needed to send someone a PDF of a bunch of scanned documents. Here's how I did it