convert pdf to jpeg problem ??

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
User avatar
PHPycho
Forum Contributor
Posts: 336
Joined: Fri Jan 06, 2006 12:37 pm

convert pdf to jpeg problem ??

Post by PHPycho »

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.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: convert pdf to jpeg problem ??

Post by Christopher »

Doesn't sound like you have actually gotten to the problem stage yet. ;)

http://www.google.com/search?hl=en&q=pd ... gle+Search
(#10850)
bbnj23
Forum Newbie
Posts: 6
Joined: Thu Mar 13, 2008 5:53 pm
Location: newark, california usa

Re: convert pdf to jpeg problem ??

Post by bbnj23 »

hi,

'am not sure what your objective in converting these files for but yes it is possible to convert pdf to jpeg. You can do so inside a full-blown acrobat professional application and hit "save as" and choose jpeg extension. Each page converts to single jpeg files.

:D
Post Reply