我正在使用PDFObject在网页上嵌入pdf。得到的标记是:
<object data="http://www.example.com/myexample.pdf#view=fitH"
type="application/pdf" width="100%" height="471px"></object>
我需要在pdf实际完成加载时运行一些javascript,但onload
,onloadeddata
,onreadystatechange
事件和readyState
属性都不可用于此所有浏览器。 PDFObject似乎也没有为此提供任何跨浏览器事件。 如何知道PDF何时完成加载?
答案 0 :(得分:0)
PDF文档的对象标签在整个浏览器和设备中通常不可靠且一致。请参阅以下有关替代方案的答案:
Is there a way to remove the Adobe border from an embedded PDF object?