Save Secured Page as PDF
I have a page that has a good deal of XHTMl, CSS and Javascript on it, and I need to get a PDF version of it (it is generating a chart on the page along with some text).
All the websites and bookmarklets I have founds don't work on a secured page开发者_开发技巧 (understandably).
PDF Generation tools such as tcpdf allow javascript, but I think that throwing in the entire Rafael library + some Javascript is a bit much, though I will do it if necessary.
I am looking for some simple scripts that will turn the page being viewed into a PDF for our users. It can be Flash, Adobe Adobe Air, Microsoft Silverlight, Javascript, PHP or anything of that nature.
Anyone have a suggestion?
精彩评论