pdf to jpg conversion using php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
babarabbas
Forum Newbie
Posts: 1
Joined: Wed Aug 09, 2006 7:11 am

pdf to jpg conversion using php

Post by babarabbas »

I am new to this forum but not to php.

I am working on a magazine application where I
need to convert pdf files to jpg images.

I have done this by using imagemagick, ghostscript and magick wand in php.

Well I have to do it without any support of a 3rd party, just using pdf and gd libraries.

Is there any one who can help me on this, guidelines, anything.

Regards.
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post by Stoker »

without gs? afaik there is no pdf output stuff available in native php libraries

although, gs runs on pretty much any platform and you shouldnt need root access to throw one on to that account on the server?
Post Reply