Forum Moderators: coopster

Message Too Old, No Replies

convert pdf to jpeg problem ?

         

PHPycho

5:03 am on Mar 13, 2008 (gmt 0)

10+ Year Member



Hello forums !
I have one question regarding pdf to jpeg conversion.
Is it possible to convert pdf file(with 'x' no of pages) to jpeg files(corresponding to 'x' no of pdf pages) ?
ie every pdf page should result a single jpeg image.
How this can be accomplished using php4/php5 ?
Any suggestion n tips would be very greatful.
Thank you.

deMorte

7:56 am on Mar 13, 2008 (gmt 0)

10+ Year Member



Hello.

There seems to be another thread about the subject and it has a link to the following address:
[answers.google.com...]

Apparently you need to have GhostScript and ImageMagick installed on your server and then execute GhostScript 'convert'. You can find more info on the address above, if it isn't edited out.