Flex Alive PDF - 打印对话框未在 MAC 中打开
我们在flex(flash builder 4)中有一个需求,我们需要打印组件并生成pdf文档并打开打印对话框。
为了从 Flex 生成 pdf,我使用了 AlivePDF 库。在库本身中,我们有一个选项
pdf.addJavaScript("this.print();");
当我们添加上面的代码时,我可以在所有浏览器(IE,Firefox,chrome)中看到Windows机器中的对话框。但是当我在 Mac(safari 或 Firefox)中测试它时,我无法看到对话框打开。
请告诉我,是否有解决上述问题的方法。
提前致谢,
问候
斯里尼
We had a requirement in flex (flash builder 4), where we need print the component and generate the pdf document and open up the print dialog box.
For generating pdf from flex i used AlivePDF library. In the library itself we have a option
pdf.addJavaScript("this.print();");
When we added the above code, i can see the dialog box in windows machine in all the browsers (IE, Firefox, chrome). But when i test it in Mac (safari or Firefox), iam not able to see the dialog box opening.
Please let me know, is there any workaround for the above problem.
Thanks in Advance,
Regards
Srini
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论