-
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
Certain PDF fonts do not show if "Allow pages to choose their own fonts, instead of your selections above" is disabled #9885
Comments
This appears to be a duplicate of issue #7549. |
In the case I present here, though, this is more than just a corruption: the pages containing the fonts in question refuse to display outright (the load indicator continues to appear on those pages). |
While the symptoms may appear slightly different, that doesn't really change the fact that it's a duplicate of the aforementioned issue :-)
That's unrelated to the rest of the issue, however a work-around for the "perpetual loading" problem was implemented in PR #9809 (which should be included in Firefox 62). |
Fine, this issue is closed. |
Starting in Firefox version 61 (at least on Windows 10), when a PDF contains a font given by name, but the box "Allow pages to choose their own fonts, instead of your selections above" is disabled in preferences, text in such fonts in the PDF refuses to show. The Developer Tools shows a warning, "Web fonts are disabled: unable to use embedded PDF fonts", and may show errors like the following: "Error: requesting object that isn't resolved yet Times_path_1". In situations like this, maybe pdf.js should implement a fallback mechanism of some kind.
This issue involves the pdf.js version included in Firefox 61, not an external extension.
The text was updated successfully, but these errors were encountered: