在 Acrobat 9.1.2 中捕获页面时出现 sIFR 错误
使用 Adobe Acrobat Standard 9.1.2 及其内置网站抓取器时,我最终在 PDF 中出现以下错误:“使用 sIFR 3 渲染,修订版 436”。
是否有办法强制 Acrobat 渲染纯文本或使 sIFR 与 Acrobat 网站抓取器兼容的方法?
请注意,该网站在 Firefox 3.5 和 IE7 中显示良好。其他论坛帖子表明浏览器中的此类错误表明 sIFR 和 javascript 版本不匹配。
When using Adobe Acrobat Standard 9.1.2 and its built in Web site grabber, I end up with the following error in the PDF, “Rendered with sIFR 3, revision 436."
Is there a way to force Acrobat to render the plain text instead of the flash test? Or a way to make sIFR compatible with the Acrobat site grabber?
Note the site displays fine in Firefox 3.5 and IE7. Other forum posts have indicated this sort of error in a browser indicates a mismatch in sIFR and javascript versions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不熟悉 Acrobat 捕获网页的方式,但听起来它试图直接捕获(或嵌入,谁知道)Flash 影片,但失败了。 您也许能够通过用户代理字符串检测 Acrobat,并在它查看页面时禁用 sIFR,但否则我会认为这是 Acrobat 问题。
I'm unfamiliar with the way Acrobat captures web pages, but it sounds like it's trying to capture (or embed, who knows) the Flash movie directly, and failing. You might be able to detect Acrobat through a user agent string, and disable sIFR if it's looking at the page, but otherwise I'd consider this an Acrobat issue.