Saturday, 15 May 2010

alternative format to PDF format for Android development -



alternative format to PDF format for Android development -

i developing android application works text documents. i'm using pdf format. total size of documents leads 25-30mb, much app. app required open text documents , allow features zoom, search, etc. considered pdf viewing library, increasing size of app.

we have considered redirecting pdf's open in default apps in phones. there text documents need viewed through our own app. pdf viewing library isnt best solution due huge size.

my question : is there alternative format pdf format used in android application allows file compressibility without loss of quality?

and does not require 3rd party library open text documents.

also , able zoom in on text?

is there alternative format pdf format used in android application allows file compressibility without loss of quality?

html.

does not require 3rd party library open text documents

the webview widget in android can render html.

will able zoom in on text?

you developer can command zoom level of webview, , users may able utilize pinch-to-zoom gestures, depending on content , webview size.

android pdf text webview android-support-library

No comments:

Post a Comment