【发布时间】:2016-07-12 14:51:56
【问题描述】:
当我将 pdf 嵌入到 html 页面时,我希望它具有自定义标题,而不是 pdf 文档的名称。而且由于shadow DOM,我无法用JS访问它。
<embed src="pdfFiles/interfaces.pdf" width="600" height="500" alt="pdf" pluginspage="http://www.adobe.com/products/acrobat/readstep2.html">
【问题讨论】:
标签: javascript html shadow-dom