-
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
Printing looks different after cleanup #5006
Comments
I can reproduce this using Windows 7 x64, Firefox Nightly 33.0a1 (64-bit, HWA on) and the latest PDF.js development version. |
this might even be a firefox bug. what i can see is that the canvas.context font is set correctly, but the requested font is not used when setting the text. |
just to add: cleanup is not the root cause. If we would not render any page to the screen, the font would be broken as well. |
Evidence: built-in Firefox viewer (looks like modified) has no this problem. |
Closing as (most likely) fixed by #7694. |
can be at least reproduced with several PDFs on FF 32a on my Mac .
Load the PDF, print (to pdf) - the PDF will look good quite identical.
Reload
Load the same PDF, wait 45 seconds, print (to pdf) - the PDF will look different. In most cases fonts which were bold are no longer bold.
one example: http://www.postgis.us/downloads/postgis21_cheatsheet.pdf
The text was updated successfully, but these errors were encountered: