Checkout the example in playground
Popular WYSIWYG CKEDITOR works well with jsreport and it can be very nicely used together with html-with-browser-client recipe and self printing exporting reports.
Imagine you often need to create a pdf document like an invoice. This document includes some of your inputs but also inputs from a customer. So you need to ask the customer for these information every time. Then you may need to send the filled document back to the customer but he requires changes so he sends it back to you to update the document and this goes on and on.
Lets AUTOMATE it!
Integrating CKEDITOR is actually pretty easy:
contenteditable="true"
attribute to the element you want to have editableCheckout the example in playground