Search found 2 matches

by randomstuff
2016-10-31T05:31:16-07:00
Forum: Magick++
Topic: Read one page from pdf
Replies: 11
Views: 31736

Re: Read one page from pdf

'i am sorry, i thought it would be better for google search results (i found this thread by googling my problem)

i am using php wrapper command

Code: Select all

$imagick = new Imagick();
$imagick->readImage('path_to_pdf/pdf.pdf');
by randomstuff
2016-10-30T06:18:37-07:00
Forum: Magick++
Topic: Read one page from pdf
Replies: 11
Views: 31736

Re: Read one page from pdf

what if that doesn't work? i am getting "unable to read file" message when trying to access a specific page like that on my server:( what imagemagick verrsion introduced this? edit: it seems my php imagemagick wrapper doesn't want to read no pdf file, not just a specific page. it seems tha...