Hello everyone,
I'm been looking for a fully frontend solution to take our generated html to PDF. I've come across jsPDF with html2canvas to sidestep the limitation of jsPDF fromHTML method that does not take CSS into consideration, but have come blank.
Has anyone out there been able to find a fully frontend solution to html-to-pdf generation that includes CSS styles?