7
I am developing a didactic material in web language, and within it, there are some exercises where the user has to answer some questions, writing a brief dissertation within a Text Area.
After finishing the exercise, I would like a PDF to be generated with this text he wrote, so that he can download it on his computer. As you can see, the solution may be client-side.
It doesn’t need to be generated from scratch. In this case, I can develop a PDF template, already with style, fonts, colors, tags etc. and a field, which will be filled by this user input.
I ask this question because the procedure is really quite simple, it is not a complete form, the PDF will not have multiple pages, Javascript will not necessarily need to style the PDF...
However, I can’t find simple solutions, jsPDF seemed a little complicated for my request...
Why do you find jsPDF a little complicated?
– Dherik