How to generate a PDF of dynamic HTML content?
Posted
by
chris Frisina
on Stack Overflow
See other posts from Stack Overflow
or by chris Frisina
Published on 2012-06-17T14:55:13Z
Indexed on
2012/06/17
15:16 UTC
Read the original article
Hit count: 173
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>
.
© Stack Overflow or respective owner