0

在我的网页中有一个 Iframe,在这个 Iframe 中,pdf 是由 birt UI 工具生成的,并且工作正常。但问题是当我右键单击 pdf 并将其另存为 html 而不是 pdf 时。

圆顶元件的结构是这样的

<iframe>
 #document
 <html>
  <embed ..... ></embed>
 </html>
</iframe>

实际上这个链接正在被触发,它给出了一个表格,在填写表格并提交之后,pdf文件就来了

链接是http://localhost:9090/ui_dashboard/frameset?__report=reports/RPT5008.rptdesign&__format=pdf&

这给出了一个表单,然后在提交它之后生成 pdf 运行时。

因此,在此嵌入中,pdf 正在生成并进入浏览器。但是当我右键单击时,它会将其视为 html 元素而不是 pdf。

请帮忙

4

0 回答 0