Is there any possible way to convert a pdf into image and show them on a image view?
Asked
Active
Viewed 3,884 times
4
-
2Yes you can do this: http://andpdf.sourceforge.net Download it and in the code it has Bitmap of PDF. you just need to show it in ImageView. – Sujit May 09 '11 at 11:31
-
Hi **Sujit** Do u have any sample code on converting PDF Page into image in Android 2.2. If so please post it i am searching for this from long time I have all libraries but doen't know what exactly to do to convert PDF page into image ... You would be very helpful to a team of 7 members if you does this small favor. – KK_07k11A0585 Dec 22 '11 at 09:40
-
try this: http://stackoverflow.com/a/16294833/2027232 – string.Empty Apr 30 '13 at 07:57
1 Answers
-1
PDF isn't made up of images, they're vectors.
Tcouple open-source java PDF to Image converters though like:

Karthi
- 13,624
- 10
- 53
- 76