Displaying a pdf file located on a http server from mobile phone
Posted
by JCasso
on Stack Overflow
See other posts from Stack Overflow
or by JCasso
Published on 2010-04-09T09:27:33Z
Indexed on
2010/04/09
9:33 UTC
Read the original article
Hit count: 464
I have some pdf files located on a http server:
Like:
http://domain.com/files/file1.pdf
I need to display these files on a mobile application using java me.
I tried to display them by opening Google Docs Viewer with platformRequest
. However it seems Google Docs Viewer uses ajax and many mobile browsers does not support it.
Is there an alternative for "Google Docs Viewer" for mobile devices ? Or is there a better solution for this problem ?
© Stack Overflow or respective owner