php script which can convert pdf to image

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
rahulephp
Forum Commoner
Posts: 28
Joined: Mon Oct 05, 2009 11:05 am

php script which can convert pdf to image

Post by rahulephp »

hi all,
I wanted such a php script which can convert pdf to image (jpg or png or gif)
I searched a lot but couldn't able to find any simple ready-made script for this.

Can anybody please hold my hand and walk me through it ??
M2tM
Forum Commoner
Posts: 41
Joined: Sat Feb 27, 2010 12:35 pm

Re: php script which can convert pdf to image

Post by M2tM »

Hand holding here.

The top 5 or so results all cover the topic. This isn't something you can just hack out easily, you do need to get a library built for doing that.
Post Reply