You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a static PDF you want to generate, then having the file on the server-side is a great option.
I have a react form that users would fill out and sign and submit, at this point I want to generate a PDF file with standard form text, and users filled in the information and send it across in an API call. Trying to figure out a way to do this with @react-pdf/renderer.
I have integrated the user data with the form, I have a react component ready in the front end, how do I send it across to the backend.
I see that you have the mydocument.js file on the server-side, but in my case, MyDocument is going to be generated dynamically, multiple forms with different user enterable fields. So, I should be able to send them across to the server.
Any ideas would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
If you have a static PDF you want to generate, then having the file on the server-side is a great option.
I have a react form that users would fill out and sign and submit, at this point I want to generate a PDF file with standard form text, and users filled in the information and send it across in an API call. Trying to figure out a way to do this with @react-pdf/renderer.
I have integrated the user data with the form, I have a react component ready in the front end, how do I send it across to the backend.
I see that you have the mydocument.js file on the server-side, but in my case, MyDocument is going to be generated dynamically, multiple forms with different user enterable fields. So, I should be able to send them across to the server.
Any ideas would be greatly appreciated.
The text was updated successfully, but these errors were encountered: