- Posts: 28
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
html2pdf().from(element).toPdf().output('datauristring').then(function (pdfAsString) { // The PDF has been converted to a Data URI string and passed to this function. // Use pdfAsString however you like (send as email, etc)! For instance: console.log(pdfAsString); });
Best is to test : pdfReport is done torickanderson wrote: I would like to know if there is email functionality within LimeSurvey to enable the attachment of this to an email being sent to the user-supplied email address? Wasn't sure from your link if pdfReport would add this capability.
.