How to Convert PDF file into image ?
807588Jun 30 2009 — edited Apr 19 2013Hi 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