PDF to Image

2007-06-07 Thread Mark Lewis
Hi, I am trying to convert the front page of a PDF doc to an image. My target server is Coldfusion 5 but if necessary Colfusion mx 7 can be used. Is it possible for this to be done, if so could I have some directions on how to do this. Thank You Mark

Re: PDF to Image

2007-06-07 Thread Jim Wright
On 6/7/07, Mark Lewis [EMAIL PROTECTED] wrote: Hi, I am trying to convert the front page of a PDF doc to an image. My target server is Coldfusion 5 but if necessary Colfusion mx 7 can be used. Is it possible for this to be done, if so could I have some directions on how to do this. I

Re: PDF to Image

2007-06-07 Thread Pete Jordan
that, we don't actually *use* ColdFusion for this as such, as all our image processing, including PDF and MS-Word page snapshots, is done by a mod_perl Apache translation handler. -- Regards, Pete Jordan Horus Web Engineering Ltd http://www.webhorus.net/ phone: +44 1275 543971 mobile: +44 7973 725120

Re: PDF to Image

2007-06-07 Thread Jerry Johnson
in whatever size c. required) as ImageMagick's conversion is bereft of configurability and has been known to disappear up its own fundament. Having said that, we don't actually *use* ColdFusion for this as such, as all our image processing, including PDF and MS-Word page snapshots, is done

Re: PDF to Image

2007-06-07 Thread Mark Lewis
Thank you all for your responses, Imagemagick is great and ive got my files converted and resized using the following cfexecute tag cfexecute name=directory\convert.exe arguments=file1.pdf[0] -resize 200x300 file1.jpg /cfexecute Had a few problems to start with as I didnt realise you