You can use MuPDF or Poppler libraries, though both are GPL licensed. Cheers
On Feb 29, 6:15 pm, Jags <[email protected]> wrote: > hi all, i am trying to read a pdf file in my android app. i realised, > unlike safari in iphone android webview does not render pdf file as a > local url . > > hence i am exploring itextpdf. i followed following > tutorialhttp://www.vogella.de/articles/JavaPDF/article.html#installation > > while reading file, the author is trying to create a file using > PDFWriter. he also uses writer to get a page as in Image. My question > is, is it essential to use a writer ? cant we use only reader to > extract entire page as an image ? > > what i plan here, is get all pages as an image and put them in a > scroll view. > > thanks in advance > jags -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

