Skip to content Skip to sidebar Skip to footer

Pdf In Android Without Other Applications

I want to show pdf file in android, but this must work without Internet connection and other appliacation. Can I show pdf file in webView or other view?

Solution 1:

Yes you can show your PDF to your custom view. For, this you've to use one External Jar file for that. I've already answered like similar to your question. Just check it out.

Hope this helps you.

Solution 2:

Using another app to display your PDFs is a really nice way to do it. Unless you have superiors forcing you to avoid other apps, I'd do it that way. There are good, free pdf viewing apps available so it won't cost your users anything.

The transition when opening a pdf in another app is pretty seamless and it's not always obvious that another app is being used.

The alternative, as SpK said, is to use a jar and write the extra pdf viewing functionality that you need. This is a much harder way to do it.

Post a Comment for "Pdf In Android Without Other Applications"