开发者

Blackberry - How to render PDF document?

开发者 https://www.devze.com 2023-01-24 22:40 出处:网络
How can I read .pdf f开发者_如何学编程ile in BlackBerry through your own application?There is no API, nor lib to do such thing in blackberry.

How can I read .pdf f开发者_如何学编程ile in BlackBerry through your own application?


There is no API, nor lib to do such thing in blackberry.

However you can try to integrate Google Docs or www.docspal.com or other server side rendering service.


use google viewer inside your Browserfield, that will do the trick! =D!

public ScrLoad()
{     
String url = "http://docs.google.com/gview?embedded=true&url=http://prueba.agenciareforma.com/appiphone/android/elnorte.pdf";                
    add(new BrowserField(url));        
}

Google Docs Viewer http://docs.google.com/gview

0

精彩评论

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