开发者

Displaying a pdf file located on a http server from mobile phone

开发者 https://www.devze.com 2022-12-26 11:33 出处:网络
I have some pdf files located on a http server: Like: 开发者_运维问答 http://domain.com/files/file1.pdf

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消