Search found 7 matches
- 2012-11-01T04:15:31-07:00
- Forum: MagickWand for PHP
- Topic: PDF to image conversion not working in php
- Replies: 9
- Views: 145771
Re: PDF to image conversion not working in php
So i partially solved the problem by instaling the 32b version of the ghoscript and i can at least make it work from exec command line. But there is new problem which popped up, i updated my php to 5.4.8 version and my php_imagick.dll extension is not working anymore and i can't seem to be able to ...
- 2012-10-30T10:50:10-07:00
- Forum: MagickWand for PHP
- Topic: PDF to image conversion not working in php
- Replies: 9
- Views: 145771
Re: PDF to image conversion not working in php
I used this installer http://www.imagemagick.org/download/binaries/ImageMagick-6.8.0-3-Q16-windows-x64-dll.exe and this one for ghostscript (Ghostscript 9.06 for Windows (64 bit) ) http://downloads.ghostscript.com/public/gs906w64.exe i installed them into their default paths. But if imagick can't ...
- 2012-10-30T10:37:39-07:00
- Forum: MagickWand for PHP
- Topic: PDF to image conversion not working in php
- Replies: 9
- Views: 145771
Re: PDF to image conversion not working in php
I don't think so Name Value ----------------------------------------------------------------------------- CC vs10 COPYRIGHT Copyright (C) 1999-2012 ImageMagick Studio LLC DELEGATES bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib FEATURES OpenMP HOST Windows LIB_VERSION 0x680 LIB_VERSION ...
- 2012-10-30T02:59:13-07:00
- Forum: MagickWand for PHP
- Topic: PDF to image conversion not working in php
- Replies: 9
- Views: 145771
PDF to image conversion not working in php
Hello, i formated my server with w7 64 and did clean imagick and ghostscript install, both latest 64b versions. When i try to load up new image with "new imagick('image.jpg')" it works no problem, but when i try to load pdf file i get exception 'ImagickException' with message ...
- 2010-10-07T04:49:59-07:00
- Forum: IMagick
- Topic: How to make pdf work with imagick?
- Replies: 7
- Views: 22047
Re: How to make pdf work with imagick?
Well its just, i have adobe installed for work with pdfs and i don't need to work with pdfs in imagick all that much, so its seems such a waste install second pdf reader Can imagick also convert images INTO pdf with ghostscript? That would be sweet.
- 2010-10-07T04:00:06-07:00
- Forum: IMagick
- Topic: How to make pdf work with imagick?
- Replies: 7
- Views: 22047
Re: How to make pdf work with imagick?
And does it has to be ghostscript? Can't i make it work with adobe reader?
- 2010-10-06T02:18:35-07:00
- Forum: IMagick
- Topic: How to make pdf work with imagick?
- Replies: 7
- Views: 22047
How to make pdf work with imagick?
Hi, i installed imagick, imagemagick and php on my win 7 apache webserver and imagick works just fine with images, but when i try to work with PDF file it says: "Postscript delegate failed blah blah". I googled something about ghostscript, does it mean i need to instal it too, or it does come with ...