Hi Pals,
I am new to imageMagick , I need to create the image of my first page of PDF for the purpose of PREVIEW.
I got a fantastic stuff from URL : http://www.webvamp.co.uk/blog/webvamp/h ... omment-691.But I have not exec() function access in my server . without that How can I implement same thing , waiting your reply
any one can advise me and reply at : anes(dot)pa(@)gmail(dot)com
Thankfully
Anes P.A
How to use imageMagic to make preview of PDF without exec()
Re: How to use imageMagic to make preview of PDF without exe
Hi Friends ,
I got the solution for my problem , We can use that following code :
ok thanks for your support.
Bye Anes
I got the solution for my problem , We can use that following code :
Code: Select all
$myurl = 'pdf-test.pdf[0]';
$image = new Imagick($myurl);
$image->setResolution( 300, 300 );
$image->setImageFormat( "png" );
$image->writeImage('newfilename.png');
Bye Anes
Re: How to use imageMagic to make preview of PDF without exe
hi flipmedia
how to creat pdf thumbnail from pdf url ?
thanks.
how to creat pdf thumbnail from pdf url ?
thanks.