I wrote some jQuery to create a survey that outputs a somewhat complex report. The report is a mix of scores grabbed from variables and also content that I have appended to HTML elements (using jQuery).
The report displays nicely on my website. Now, I want to allow users to download it to a PDF. I'm on a wordpress site, so I've tried just about every plugin out there that converts a page to PDF file, yet they always look terrible and never grab my jQuery variables or appended content.
Is there some sort of simple script I can write that also grabs the variables/appended content and adds it to a PDF or Email?