0

I'm trying to use droidText Link here to convert an PDF page to an Image (to show in ImageView! However, I can't find any solution for this with droidText lib after 2 day of google searching! So I want to ask for a help to solve this problem? Anyone does it before? Can you show me some examples? Thanks!

Kingfisher Phuoc
  • 8,052
  • 9
  • 46
  • 86
  • hold on!!! u want to convert a pdf page to image or an view(in android) to image? just clarify... if second one then yes I have done and made pdf successfully using droidtext. – MGDroid Jan 03 '13 at 06:55
  • try this: http://stackoverflow.com/a/16294833/2027232 – string.Empty Apr 30 '13 at 07:59

1 Answers1

0

I Foud a Link (it is not related to droitext), you can use it to build your solution

http://www.jpedal.org/gplSrc/org/jpedal/examples/images/ConvertPagesToImages.java.html?_hstc=123926613.cadb52490e653b75bf4281c606218039.1356089256893.1356089256893.1356089256893.1&_hssc=123926613.1.1356089256893]

you can have a look on the function extractPageAsImage

Vincent
  • 9
  • 1