How to convert HTML to PDF in Javascript?

1

I need to convert an HTML made in TinyMCE to PDF editor. It turns out that text written in the editor will contain tags that will be exchanged for database record values, such as a mail merge. I was able to do this using HtmlToPDF, but it did not render the image. I switched to jsPDF, but it does not render CSS markups.

Does anyone have a suggestion?

    
asked by anonymous 05.06.2017 / 22:30

0 answers