`
thierry.xing
  • 浏览: 658018 次
  • 性别: Icon_minigender_1
  • 来自: 北京
博客专栏
580fa9c1-4a0c-3f40-a55a-c9256ce73302
Sencha Touch中...
浏览量:0
社区版块
存档分类
最新评论

Sencha Touch解析PDF

 
阅读更多

在Sencha Touch内部渲染PDF,需要使用这个插件,效果还可以:

 

Github Project

https://github.com/SunboX/st2_pdf_panel

 

用法:

Ext.application({

    views : [
        'Ext.ux.panel.PDF'
    ],
    
    launch: function() {
        
        Ext.Viewport.add({
            xtype     : 'pdfpanel',
            fullscreen: true,
            layout    : 'fit',
            src       : 'http://cdn.mozilla.net/pdfjs/tracemonkey.pdf', // URL to the PDF - Same Domain or Server with CORS Support
        });
    }
});

 

Demo地址:http://SunboX.github.com/st2_pdf_pan.../SimpleViewer/

1
4
分享到:
评论
2 楼 thierry.xing 2013-12-31  
kevin123de 写道
请问您用这个插件的时候遇到过跨域的问题吗?

我在Mac下用Safari调试的,没有遇到跨域问题
1 楼 kevin123de 2013-12-26  
请问您用这个插件的时候遇到过跨域的问题吗?

相关推荐

Global site tag (gtag.js) - Google Analytics