PDF page number

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
umid

PDF page number

Post by umid »

Hi there,

Is there anyway to get PDF page number in ImageMagick?

Any help will be highly appreciated!

Thanks,

Umid.
cyklop
Posts: 7
Joined: 2010-06-10T22:20:58-07:00
Authentication code: 8675308

Re: PDF page number

Post by cyklop »

Code: Select all

$objImage = new Imagick('test.pdf[5]');
will load page nr.6
Post Reply