Like Mark said, Android doesn't come with PDF functionality built-in. So, your best bet is to find some Java library that provides PDF reading capabilities and include it with your application. Maybe something like: http://www.jpedal.org/
-- PJ On Nov 20, 12:58 am, Moon Technolabs <[email protected]> wrote: > Thanks 4 reply ! > > @ PJ : > > I want to load my own PDF file from Asset folder.. I know that there are > application for that which loads PDF... n they also have use some methods > for that.. > > I want to create my own PDF reader.. > > > > On Fri, Nov 20, 2009 at 1:16 AM, PJ <[email protected]> wrote: > > There are PDF Reader applications on the Market. > > > But... what are you trying to accomplish? > > > -- PJ > > > On Nov 19, 9:32 am, Mark Murphy <[email protected]> wrote: > > > xu haojie wrote: > > > > As I know, there isn't one function now, which can show PDF or DOC. > > > > > On Nov 18, 4:28 pm, Moon Technolabs <[email protected]> > > > > wrote: > > > >> Is there any inbuilt function to load PDF or DOC file.. > > > >> Tried using Webview but content was not displayed... > > > > Some devices may ship with PDF or Microsoft Office document > > > viewers/editors, but Android as a whole does not. > > > > -- > > > Mark Murphy (a Commons Guy)http://commonsware.com| > >http://twitter.com/commonsguy > > > > _The Busy Coder's Guide to *Advanced* Android Development_ > > > Version 1.2 Available! > > > -- > > 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]<android-developers%2bunsubs[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en- Hide quoted text - > > - Show quoted text - -- 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

