如何从iframe中的viewer-pdf-toolbar中删除标题?

时间:2017-11-27 09:21:57

标签: javascript c# jquery asp.net-mvc-4

我的文件夹中有一些pdf文件。当我点击pdf时,我将在iframe中获取文件预览。但是viewer-pdf-toolbar显示了方法的标题。如何清空标题。

   $("#document").html('<iframe src="@Url.Action("PreviewSelectedFile", "PDFForm", new { fileUrl = "_FilePath" }) "'.replace("_FilePath", documentName) + 'id="documentViewIframe" onload="LoadLoader();" frameborder="0" allowfullscreen style="overflow: auto;min-height: 550px;height: 700px;width: 100%;" ></iframe>');

并且预览在mozilla中不起作用。它提供了一个弹出窗口来保存或打开文件。 请解决我的问题。

0 个答案:

没有答案