Search found 7 matches
- 2012-09-05T14:02:58-07:00
- Forum: IMagick
- Topic: PDF to PNG conversion with good quality.
- Replies: 3
- Views: 10461
Re: PDF to PNG conversion with good quality.
But what about with the imagick extension? I really don't know how to work my way around that extension...
- 2012-09-05T04:31:54-07:00
- Forum: Users
- Topic: PDF to PNG conversion with good quality. (with imagick)
- Replies: 1
- Views: 2898
PDF to PNG conversion with good quality. (with imagick)
I've been searching around for a while and still can't find a way to use imagick to convert a pdf file to a png file with good original quality. I'm in need of converting pdf documents containing text as well as images to png files, in such a way that image/text is sharp and clear. Is there a way to ...
- 2012-09-05T04:30:46-07:00
- Forum: IMagick
- Topic: PDF to PNG conversion with good quality.
- Replies: 3
- Views: 10461
PDF to PNG conversion with good quality.
I've been searching around for a while and still can't find a way to use imagick to convert a pdf file to a png file with good original quality. I'm in need of converting pdf documents containing text as well as images to png files, in such a way that image/text is sharp and clear. Is there a way to ...
- 2012-09-04T02:48:08-07:00
- Forum: IMagick
- Topic: Weird Errors with PDFs.
- Replies: 7
- Views: 16910
Re: Weird Errors with PDFs.
I've found the solution!!! The problem was in the error message itself, it WAS a permissions error. I found out that when image magick uses a delegate like ghost script, it needs to create a temporary file, and it either uses the default temporary file path TMPDIR or if you've set one, it uses ...
- 2012-09-03T13:13:01-07:00
- Forum: IMagick
- Topic: Weird Errors with PDFs.
- Replies: 7
- Views: 16910
Re: Weird Errors with PDFs.
any ideas as to how to fix this?
- 2012-09-03T12:05:15-07:00
- Forum: IMagick
- Topic: Weird Errors with PDFs.
- Replies: 7
- Views: 16910
Re: Weird Errors with PDFs.
I am no expert on this, but it looks like a PHP permission problem possibly with the file or folder where it is going. The other more likely possibility is that PHP does not know where ghostscript resides or where the ghostscript fonts reside. But I cannot tell you how to check or tell it where ...
- 2012-09-03T10:33:32-07:00
- Forum: IMagick
- Topic: Weird Errors with PDFs.
- Replies: 7
- Views: 16910
Weird Errors with PDFs.
Hey guys. I have image magic and ghostscript installed through macports, and have installed imagick and it's all working fine with images. pdf to jpg and vice versa works fine from the command line but it's not working when I try to run it through exec() from php. It creates a pdf file but it's not ...