I have a customer detail form page in which customer will enter his/her detail and click submit button. After clicking, data is submitting in mongodb using node.js. Now I want to generate the PDF file of the entered data at the same time when click on submit button.
Can anyone suggest me how to generate PDF file when click on button.