I have some pdf files located on a http server:
Like:
开发者_运维问答http://domain.com/files/file1.pdf
http://domain.com/files/file1.pdf
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 ?
Unless you have something can interpret the PDF on the phone, you may need to convert the PDF to images on the server for display purposes.
精彩评论