在Google Chrome中查看pdfs时,DOM的结构非常相似。总是有一个带有'stream-url'属性的embed元素,其值如下:'blob:chrome-extension:// abunchofrandomnumbersandletterswithdashes'
例如:
摘自:http://www.mathworks.com/moler/random.pdf
<embed id="plugin" type="application/x-google-chrome-pdf" src="http://www.mathworks.com/moler/random.pdf" stream-url="blob:chrome-extension://mhjfbmdgcfjbbpaeojofohoefgiehjai/95301F67-C250-4082-B5C0-6BDBB077B63C" headers="Accept-Ranges: bytes
Content-Length: 111906
Content-Type: application/pdf
Date: Fri, 13 May 2016 03:53:17 GMT
ETag: "1b522-4e738e204e8c0"
Last-Modified: Wed, 25 Sep 2013 17:50:03 GMT
Server: Apache/2.4.6 (CentOS)
" background-color="0xFF525659" top-toolbar-height="56" full-frame="">
我唯一注意到的是,如果重新打开选项卡,值会发生变化。非常感谢!
答案 0 :(得分:-1)
在地址栏中输入chrome://plugins
,您会发现有一个名为&#34; Chrome PDF Viewer&#34;的插件,其ID为mhjfbmdgcfjbbpaeojofohoefgiehjai
,就是它。
答案 1 :(得分:-1)
什么是stream-url?
我认为stream-url的工作方式与URL of a media stream的概念类似。这是Chrome插件streams your pdf file。
的地方