Migrated repository
Go to file
2020-09-19 16:59:31 +08:00
.github Create FUNDING.yml 2020-09-17 19:19:41 +08:00
public init 2020-09-09 18:46:28 +08:00
src 放大缩小逻辑 2020-09-19 16:59:31 +08:00
.gitignore readme 2020-09-11 13:28:21 +08:00
babel.config.js init 2020-09-09 18:46:28 +08:00
LICENSE 协议 2020-09-10 15:45:18 +08:00
ofd.jpg . 2020-09-10 15:39:26 +08:00
package.json 新增了signedvalue.dat的验签功能并显示结果(xml中的ref的摘要检查待补充) 2020-09-18 18:45:20 +08:00
README.md 更新readme,新增接口 2020-09-15 18:00:01 +08:00
vue.config.js path 2020-09-11 14:08:33 +08:00

ofd.js

- license

目前方案采用svg及canvas渲染实现百分百纯前端渲染

效果: 示例

体验地址

接口使用(暂时提供)

其中ofd传入的file支持本地文件或二进制、screenWidth为屏幕宽度
parseOfdDocument({
        ofd: file,
        success(res) {
          //输出ofd每页的div
          const divs = renderOfd(screenWidth, res);
          
        },
        fail(error) {
          console.log(error)
        }
      });

愿景

希望能做到pdf.js的高度

ofd推荐项目

OFD Reader & Writer

参与贡献

发挥人人为我我为人人的优良传统多做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

See Configuration Reference.

项目关注度

项目获得 Star曲线

Stargazers over time