PDF未在java swt浏览器中显示

时间:2016-03-03 06:29:43

标签: java pdf swt pdf-viewer

我使用java swt浏览器进行java单页面应用程序。在浏览器中,网页成功显示PDF,但在swt浏览器中,PDF格式未正确显示 我使用<object/>标记来显示PDF。

 $(document).on('click', 'input[type=button]', function(){
               var datas =  '<object data="files/Documents/'+$(this).attr('class')+'#page=1&zoom=130" type="application/pdf" width="100%" height="100%"></object>';
              $('#custom-size-dialogBox').dialogBox({

                width: screen.width-100,
                height: screen.height-100,
                                hasMask: true,
                                title: 'View Details',
                hasClose: true,
                content: datas

                            });
});

1 个答案:

答案 0 :(得分:2)

如果您可以假设安装了system-pdf viewer,则可以通过设置以下HTML来使用“浏览器”小部件

Comparator<NamedItem>

对于本地文件,embed标记的src必须指向所需的pdf:file://myPath /../ test.pdf