Questions regarding @react-pdf/renderer #1344
Unanswered
mohnish-saini
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey! This sometimes happens because a page cannot be broken in several pages. Do you have a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am using @react-pdf/renderer package for my enterprise application. It is used for creating the pdf. Following is the one issue I am getting:
But when I enter few lines in those text boxes, there is a problem and browser Chrome or Edge both becomes not responding.
this line of code is breaking and not able to create blob:
const blob = await asPdf.toBlob();
Please let me know how to fix this issue. It's very urgent from my end and I request you to provide assistance.
Thanks
Mohnish Saini
Beta Was this translation helpful? Give feedback.
All reactions