I am trying to develop an android app which is capable of rendering pdf files. How can i render pdf files in my android app? are there any libraries for this?

Can any one suggest me some good open source libraries for android to create a pdf viewer in my app? If possible please give me some sample tutorial links to achieve this.

any help will be appreciated greate

Thanks

sathish

link|improve this question

67% accept rate
feedback

1 Answer

up vote 0 down vote accepted

search in code.google.com

http://code.google.com/p/apv/

http://sourceforge.net/projects/andpdf/

http://code.google.com/p/apdfviewer/

lot of pdf viewers are there select one of them based on your requirement

Thanks.

link|improve this answer
Hi Ganapathy, thanks for your quick reply. i followed what you have suggested just now. But i am unable to find any sample app for my reference in developing new one. Could you please send any sample if you have already done on this same? thanks, sathish – sathish May 11 '11 at 7:12
these are all open source oly – Ganapathy May 11 '11 at 7:34
But iam unable to downlaod any sample from those links? – sathish May 11 '11 at 8:06
you have use checkout to download these files. – Ganapathy May 11 '11 at 9:32
1  
Hi Ganapathy, finally i downloaded Android.mk,Core.mk,Application.mk,mupdf.c,ThirdParty.mk files and created a jni folder in my android app and copied them into this folder, also i downloaded MuPDFActivity.java,MuPDFCore.java and PixmapView.java files and created new android app , but after this i am unable to run this app in emulator , when deployed it get installed fine,but when try to open activity it is showing error that, "Library mupdf not found". Can you help me in this? – sathish May 11 '11 at 10:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.