I want to create and download multiple pdfs
I tried react-pdfs but I think it will be best if handle on the backend side and I cant download multiples with it
5 Replies
don't think so
If you generate pdf with a data from your database (without client input), better to handle it on the backend.
I need client input, they will select some checkboxes and then print an pdf invoice
I'm in the same boat. Need to create a pdf with user input after the user goes through a build process of a vehicle. Any insight would be appreciated!
Never handle that case before.
Just in case you don't find a workaround, you could send the user input to the server, generate that pdf there, and send the generated pdf to the client to download/ preview.