Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdf无法展示全 #1

Closed
sparGuan opened this issue May 27, 2020 · 2 comments
Closed

pdf无法展示全 #1

sparGuan opened this issue May 27, 2020 · 2 comments

Comments

@sparGuan
Copy link

2-2020年5月26日语文周测试卷.pdf

@xxlllq
Copy link
Owner

xxlllq commented Jun 1, 2020

2-2020年5月26日语文周测试卷.pdf

已经修复,并已经将代码更新到项目中。原因是pdf.js不能识别文档中的某些特殊字体。
通过加入如下代码即可以解决:
PDFJS.cMapUrl = 'https://cdn.jsdelivr.net/npm/pdfjs-dist@2.0.288/cmaps/';
PDFJS.cMapPacked = true;

可参考:mozilla/pdf.js#9380

@sparGuan
Copy link
Author

sparGuan commented Jun 1, 2020 via email

@xxlllq xxlllq closed this as completed Jun 2, 2020
@xxlllq xxlllq reopened this Jun 2, 2020
@xxlllq xxlllq closed this as completed Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants