Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to Convert PDF file into image ?

807588Jun 30 2009 — edited Apr 19 2013
Hi All

I want to convert PDF file into image in java. My PDF file will contain maximum of 3 pages, or it can be a single page or a two page PDF.

If 1 page: should get only one image
If 2 pages : should return two images (page1Image. page2Image)
If 3 pages : should return three images (page1Image. page2Image, page3Image)


Is this possible to do with java? Your help is greatly appreciated
Thanks in advance
Madumm
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 17 2013
Added on Jun 30 2009
7 comments
1,323 views