|
Posted by C. (http://symcbean.blogspot.com/) on 02/01/08 13:14
On 1 Feb, 06:06, "laredotorn...@zipmail.com"
<laredotorn...@zipmail.com> wrote:
> Hi,
>
> I'm using PHP 4.4.4 (but can upgrade if that's the answer to this
> question). Given a PDF file, I want to be able to generate a JPG of
> each page. I have no idea where to start but sure this is a problem
> someone has tackled before.
>
> Anything out there you would recommend? - Dave
ghostscript:
gs -sDEVICE=jpeg -sOutputFile=foo.jpg foo.pdf
Should work
C.
Navigation:
[Reply to this message]
|