Search found 3 matches
- 2012-10-08T14:59:32-07:00
- Forum: IMagick
- Topic: Postscript Delegate Failed, many fixes tried
- Replies: 5
- Views: 12997
Re: Postscript Delegate Failed, many fixes tried
If your pdf file is not a multilayer, multipage file and you are not trying to extract the first [0] layer/page, then what is [0] doing following a period in your command. The pdf is a multilayer multipage pdf that we are extracting the first page of. It displays the first page of the pdf on the ...
- 2012-10-08T08:58:44-07:00
- Forum: IMagick
- Topic: Postscript Delegate Failed, many fixes tried
- Replies: 5
- Views: 12997
Re: Postscript Delegate Failed, many fixes tried
Thanks for the advice, but the code isn't the issue. pdf_file is not an array, so your edit won't change anything.fmw42 wrote:I am not an expert on Imagick, but try
$img = new Imagick("$pdf_file[0]");
Any other thoughts? Would love to get this resolved
- 2012-10-07T18:04:31-07:00
- Forum: IMagick
- Topic: Postscript Delegate Failed, many fixes tried
- Replies: 5
- Views: 12997
Postscript Delegate Failed, many fixes tried
I am looking to get ImageMagick working with gs and imagick. I am trying to execute the line of code: $img = new Imagick($pdf_file."[0]"); When I do, I get this error: exception 'ImagickException' with message 'Postscript delegate failed... I have done quite a bit of Googling / attempts to fix this ...