使用 HTML 和 javascript 检索 PDF 坐标

问题描述

我需要帮助。

我有使用 PDFOBJECT 选择 pdf 文件和预览 pdf 的表单输入

$('#inputFile').change(function (event) {
    var tmppath = URL.createObjectURL(event.target.files[0]);

    PDFObject.embed(tmppath,"#pdfViewer");

});
<input type="file" name="inputFile" id="inputFile">

<div id="pdfViewer" style="position: relative;height: 100vh"></div>
                                                        

我的问题是,如何在鼠标点击特定页面时获得 pdf 坐标?

有我可以使用的图书馆吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)