kc-wpc-ofd
v0.2.6
Published
ofd渲染
Downloads
1
Readme
ofd.js
目前方案采用wasm实现ofd解析、渲染、验签,不支持IE
另外可以提供各平台(Android及iOS)静态\动态库、wasm
效果:
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.getElementsByName('seal_img_div')) {
this.addEventOnSealDiv(ele, JSON.parse(ele.dataset.sesSignature), JSON.parse(ele.dataset.signedInfo));
}
},
fail(error) {
console.log(error)
}
});
愿景
希望能做到pdf.js的高度
关于内置字体方案
目前开源版本并没有解决内置字体的渲染问题,效果如下,可以看到内容排版跟正常OFD显示是不一致,甚至也有乱码的出现
采取freetype进行对内置字体进一步处理后即解决,此方案不支持IE浏览器
获取帮助
如需获取帮助可以扫码加微信或者知识星球
微信小程序体验OFD
ofd推荐项目
参与贡献
发挥人人为我,我为人人的优良传统,多做pr~~~
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Customize configuration
项目关注度
项目获得 Star曲线