如何在iframe中读取和更改PDF的x/y坐标,我的iframe如下:<iframe id="pdf-interface" class="pdf-interface" src=path></iframe>
,其中path
是PDF文件的本地路径
到目前为止,我尝试过的所有尝试都失败了,并显示错误消息:Uncaught DOMException: Blocked a frame with origin "http://127.0.0.1:8080" from accessing a cross-origin frame
有什么方法可以解决这个问题或其他方法吗?
您不能直接访问跨源iframe。
阅读更多关于昆汀的答案https://stackoverflow.com/a/66139466/7942242
Willy Wonka的回答可能也会引起你的兴趣https://stackoverflow.com/a/39685594/7942242这对如何绕过同源政策有一定的借鉴意义。