-
-
Notifications
You must be signed in to change notification settings - Fork 908
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
Some PDFs not rendering correctly on Chrome 92 and up #819
Comments
Confirmed fixed by #818. Please try v5.4.0-beta.2. |
@wojtekmaj I have the same issue with v5.4.0-beta.2. Sorry, but this fix doesn't work for my case. |
@wojtekmaj I created a small example for you with a similar issue in another file. https://codesandbox.io/s/react-pdf-with-crome-92-ybvzv I upload two identical files with different pdf versions. |
@mashaod : Can you please confirm if the issue is fixed with react-pdf version v5.4.0-beta.2 , as I am also facing the same issue. |
@AgnesFrancis You could check this issue example https://codesandbox.io/s/react-pdf-with-crome-92-ybvzv with v5.4.0-beta.2. This version doesn't help in my case. I guess the problem is in the file parameters. |
@mashaod we fixed the issue by removing the webpack worker syntax and going back to the standard setup. |
@mashaod I had the same issue and by using version |
Thanks a lot. I fixed the issue with a new version of react-pdf. |
Closed in v5.4.0-beta.3 |
Yesterday we updated Chrome to 92.0.4515.107 and found a broken file in our pdf viewer. We checked it again with the older Chrome version and everything is ok. It happens with a specific pdf file (I attached it below).
There are screens from our pdf viewer.
How it should look.
How it actually looks.
Steps to reproduce the behavior:
Expected behavior:
Environment
The text was updated successfully, but these errors were encountered: