Re: [PHP] PDF Thumbnails

2005-10-02 Thread [EMAIL PROTECTED]
;.round($total_time/60,2)." > $minutes (AVG: ".round($total_time/$total_files,2)."s)\n\n"); > > ?> > > [/code] > > [EMAIL PROTECTED] wrote: > > >You would haven't happen to have an example? I am new to imagemagick. Any > >help would be

Re: [PHP] PDF Thumbnails

2005-09-29 Thread Matt Darby
appen to have an example? I am new to imagemagick. Any help would be greatly appreciated. On 9/26/05, Jim Moseby <[EMAIL PROTECTED]> wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 1:43 AM To: php-general@lists.php.ne

RE: [PHP] PDF Thumbnails

2005-09-26 Thread Jim Moseby
> You would haven't happen to have an example? I am new to imagemagick. > Any help would be greatly appreciated. Sure! 'convert -size 85x110 -raise 10x10 rebate.pdf -resize 85x110 rebate.jpg' Assuming you have ImageMagick loaded, the above will take rebate.pdf and create an 85x110 thu

Re: [PHP] PDF Thumbnails

2005-09-26 Thread [EMAIL PROTECTED]
eptember 26, 2005 1:43 AM > > To: php-general@lists.php.net > > Subject: [PHP] PDF Thumbnails > > > > > > I give my users an option to upload pdf files to my site and > > would like them > > to see a thumbnail view of the file once uploaded. Has any

RE: [PHP] PDF Thumbnails

2005-09-26 Thread Jim Moseby
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, September 26, 2005 1:43 AM > To: php-general@lists.php.net > Subject: [PHP] PDF Thumbnails > > > I give my users an option to upload pdf files to my site and > would lik

Re: [PHP] PDF Thumbnails

2005-09-26 Thread Frank Arensmeier
Hi. I've tried some different kinds of setups to do this. And my recommendation for you would be Ghostscript, maybe together with ImageMagick. Have a look at: http://www.imagemagick.org/script/index.php http://www.cs.wisc.edu/~ghost/ regards, frank 2005-09-26 kl. 07.42 skrev [EMAIL PROTECTED

[PHP] PDF Thumbnails

2005-09-25 Thread [EMAIL PROTECTED]
I give my users an option to upload pdf files to my site and would like them to see a thumbnail view of the file once uploaded. Has anyone heard of a way how to do this?