Search found 2 matches
- 2011-05-04T03:53:10-07:00
- Forum: IMagick
- Topic: Conversion from PDF to PNG under Imagick
- Replies: 9
- Views: 30310
Re: Conversion from PDF to PNG under Imagick
Notice that $image in an image sequence, not a single image. You have to loop through the sequence and pull out the page you want or in your case, use imageWrite() to write each image. I'm guessing that by "truncated document" you mean that you got just the first page . I tried to run your script ...
- 2011-05-03T17:16:53-07:00
- Forum: IMagick
- Topic: Conversion from PDF to PNG under Imagick
- Replies: 9
- Views: 30310
Conversion from PDF to PNG under Imagick
On my server I have the latest versions of GhostScript Image Magick and the Imagick extension installed. On the command line I can convert PDFs to PNGs(or any other image file) without a problem. However when I tried to achieve this through the Imagick plugin I get no such luck. in fact when I try ...