How to generate a PDF of dynamic HTML content?
- by chris Frisina
I am trying to be able to allow users to generate content dynamically, and have that information be in a , and then allow that specific to be exportable to a pdf. I have got Joomla up and running (with the appropriate mySQL and ANT) locally with the Web2PDF extension, but how would I get those running on my domain (hosted by Dreamhost). Are there any other approaches you might recommend. The content is generated by JS and JQuery, and formatted with CSS and HTML.
Other considerations:
Web2PDF generates a PDF on the entire content, (pulling the entire page's HTML, not just the specific <div>.