重新加载 DIV 中的嵌入 PDF(空 Accrobat Reader 错误弹出窗口)
我有一个用 C#/ASP.NET 编码的 Web 应用程序。当用户单击“保存”时,该应用程序基本上会导出 PDF 文件。然后它重新加载一个 DIV,将 EMBED(src 指向新生成的 pdf 文件)放入其中。有时嵌入区域会变黑,我会从 Acrobat Reader 中看到此窗口: http:// img180.imageshack.us/img180/3359/acreader.jpg。这是什么意思?有人见过这个吗?
I have a web application coded in C#/ASP.NET. The application basically exports a PDF file when the user click on Save. It then reloads a DIV, putting the EMBED (with the src pointing to the newly generated pdf file) in it. Sometimes the embed area just gets black and I get this window from Acrobat Reader: http://img180.imageshack.us/img180/3359/acreader.jpg. What does it mean? Has anyone ever see this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
总的来说,在网页中嵌入 PDF 是相当垃圾的。尝试使用开源 lib FlexPaper 代替;
http://flexpaper.devaldi.com
embedding PDF's in web pages is pretty rubbish overall. Try using the open source lib FlexPaper instead;
http://flexpaper.devaldi.com