Hi all, I am looking for a jquery plugin to turn a rtf or docx template with variables into docx or pdf, with the variables filled from my application. The goal is to send the pdf to a esignature application to get it signed.
I would like to use an rtf or word template as basis. My customer can do the maintenance of the template themselves.
That sounds like something that has to done server-side and not with jQuery/JavaScript.
JavaScript doesn’t have access to the file system, so it doesn’t seem like this is going to be possible to do on the front end only. I think you’re going to need some kind of server-side script to take the variables and create the documents.
Members
Online