[android-developers] Re: reading pdf
ok, somehow i could compile and make it run and it is giving me
correct number of pages. Now, if you look at Vogella blog code, it
gets an Image instance for 2nd page. but when i try to make it
BitmapFactory.GetBitmap(instance.getRawBytes()) i get byte[] as null.
getOriginalBytes also return Null ! what could be the reason ?
On Feb 29, 6:14 pm, Jags <jag...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home