Replies: 1 comment
-
Can't tell for sure, especially without reproducible example, but you may experiment with maxImageSize passed to options prop. It looks from the error message like it crashes on the image so this could, at least in theory, prevent the crash. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an app that converts some files to PDF. When I open the file in Chrome or Edge, it loads, albeit slowly. In Abode Acrobat Reader, it loads the file but truncated. The reason Acrobat truncates the PDF is likely because of the limit of 200 inches on either side of a page.
However, the file does not load correctly since that the pages are blank in with a React-PDF viewer, likely due to the same limitation. Is there anything I can do about this inside of React-PDF?
The errors are as follows:
Beta Was this translation helpful? Give feedback.
All reactions