是否无法隐藏pdf pop上的保存选项

时间:2018-02-21 05:47:11

标签: c# jquery css asp.net

我有一个通过embed标签显示的pdf。在显示pdf时会弹出一个保存它,打印它。我可以通过文档属性禁用打印和内容复制。但是我怎么能禁用保存选项?似乎这个问题无法解决。有没有办法通过javascript或css禁用它?请帮忙。我使用了以下代码,但在回发后也无法使用

string embed = "<object data=\"{0}{1}#toolbar=0&navpanes=0\" type=\"application/pdf\" width=\"855px\" style='padding-left:20px;' height=\"700px\">";
embed += "</object>";
ltEmbed.Text = string.Format(embed, ResolveUrl("~/admin/ShowPdf.ashx?Id=1&FilePath="), strFilePath);

1 个答案:

答案 0 :(得分:0)

删除它可以帮助你

ResolveUrl("~/admin/ShowPdf.ashx?Id=1&FilePath="), strFilePath