把包引用到项目中。 预览地址: http://localhost:8022/showofd/showofd.html?file=http://localhost:8022/ofdViewer/ofd/0004.ofd 如果提示打开失败,在IIS上MIME类型中添加 文件扩展名:.ofd MIME类型:application/ofd
2022-11-10 17:08:55 2.16MB ofd ofd文件预览 ofd.js
1
ofd.js 在使用ofd.js前请务必悉知 目前方案采用:svg及canvas渲染实现,百分百纯前端渲染 效果: Usage with npm npm i ofd.js import {parseOfdDocument, renderOfd} from "ofd.js"; 其中ofd传入的file支持本地文件、二进制或者url、screenWidth为屏幕宽度 parseOfdDocument({ ofd: file, success(res) { //输出ofd每页的div const divs = renderOfd(screenWidth, res); //获取签章div的信息, 具体看demo for(let ele of document.getElementsBy
2021-10-25 22:19:04 28.99MB js ofd ofd2svg ofd2html
1
开发ofd在线预览功能
2021-10-13 21:06:28 1.12MB javascript
1