Pdf.js 解决电子印章问题(最新)
pdf.js
PDF Reader in JavaScript
项目地址:https://gitcode.com/gh_mirrors/pd/pdf.js
免费下载资源
·
找到pdf.worker.js里面的一段代码
注释掉if判断,不让它返回false。
第5285行。
var parent = Annotation.prototype;
Util.inherit(WidgetAnnotation, Annotation, {
isViewable: function WidgetAnnotation_isViewable() {
/* if (this.data.fieldType === 'Sig') {
warn('unimplemented annotation type: Widget signature');
return false;
}*/
return parent.isViewable.call(this);
}
});
GitHub 加速计划 / pd / pdf.js
47.48 K
9.86 K
下载
PDF Reader in JavaScript
最近提交(Master分支:3 个月前 )
18284815
[Editor] Update the disclaimer string in the new alt-text dialog (bug 1911738) 3 个月前
fc602c65
And tweak the css in order to take into account that disclaimer can be on two (or more lines).
3 个月前
更多推荐
已为社区贡献1条内容
所有评论(0)