-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Font Not loading Correctly #13907
Comments
When opening an issue, please provide all of the information requested in https://github.com/mozilla/pdf.js/blob/master/.github/ISSUE_TEMPLATE.md since as-is this is unfortunately missing every single piece of information required to be actionable/valid. |
thanks , just update the issue and add missing info |
No, unfortunately you haven't since the first and most important piece is still missing here:
Furthermore, please see https://github.com/mozilla/pdf.js/blob/master/.github/CONTRIBUTING.md (emphasis mine):
|
Sorry for that , file Uploaded ! |
WFM, when testing with PDF.js version Most likely this was fixed by PR #12726, which was first released in https://github.com/mozilla/pdf.js/releases/tag/v2.10.377 |
after more investigation , it was issue related to direction of html. |
I'm running into issues that font not loaded correctly .
i use disableFontFace = false
like below:
let loadingTask = pdfjsLib.getDocument({
data: this.pdfBase64string,
disableFontFace: false
});
when using disableFontFace = true the file content not loaded.
Attach (recommended) or Link to PDF file here:
pdf.pdf
Configuration:
Web browser and its version: chrome Version 92.0.4515.131
Operating system and its version: Windows 10
PDF.js version: 2.9.359
Is a browser extension: no
Thank you.
The text was updated successfully, but these errors were encountered: