I'm developing a web-based teaching material, and within it, there are some exercises where the user has to answer some questions by writing a brief dissertation within a Text Area.
After completing the exercise, I would like a PDF to be generated with this text that it has written, so that it can be downloaded to your computer. As you can see, the solution can be client-side.
It does not need to be generated from scratch. In this case, I can develop a PDF template, with style, fonts, colors, marks etc. and a field, which will be populated by this user input.
I ask this question because the procedure is really simple, it is not a complete form, the PDF will not have multiple pages, JavaScript will not necessarily have to stylize the PDF ...
However, I can not find simple solutions, jsPDF seemed a bit complicated for my request ...