问题描述
你好,
我正在使用Itext创建PDF.我想在PDF中有可选的打印按钮.我已经尝试了很多东西,但是没有一个对我有用.
我尝试使用以下代码,但这不是完整的解决方案.
iFramePdfReport.Attributes ["src"] ="ShowReportPDF.aspx#navpanes = 0& toolbar = 0";
当我们右键单击时,出现在PDF上的上下文菜单显示也不应该出现的打印选项.
请帮帮我.
谢谢.
Hello,
I am using Itext for creating PDF. I want to have optional print button in PDF. I have tried lots of things but none of them are working fine for me.
I have tried using following code but this is not complete solution.
iFramePdfReport.Attributes["src"] = "ShowReportPDF.aspx#navpanes=0&toolbar=0";
Context Menu which appears on PDF when we right clicks shows print option that should also not come.
Please help me out.
Thanks.
推荐答案
Check These Link
http://www.pdfonline.com/easypdf/sdk/usermanual/index.htm
http://www.datadynamics.com/Help/ActiveReports6/ActiveReports.PdfExport~DataDynamics.ActiveReports.Export.Pdf.PdfPermissions.html
http://www.datadynamics.com/Help/ActiveReports6/ActiveReports.PdfExport~DataDynamics.ActiveReports.Export.Pdf.PdfSecurity.html
These Links Can help You
这篇关于禁用PDF中的打印按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!