On Mon, Aug 20, 2012 at 7:43 AM, surya pavan <[email protected]> wrote: > hai all , > I am doing a project in which i want my application should read pdf/ms- > office file in offline mode. > Plz help...........
You can use an Intent to invoke an external reader, like QuickOffice, SoftMaker Office or Adobe Reader. None of them is available on Android by default, however. Another option would be linking your app with some external library, like Adobe's RMSDK or Artifex MuPDF. This would give you more control but the development cost would be much higher. -- "The flames are all long gone, but the pain lingers on" -- 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

