HTML to PDF Resources

by John H
~1 minute

I'm looking for some options to convert html to PDF.  There are a few reasons to do this.  The main reason is that I want a pretty print version of a report that can be easily printed off.  A few projects I'm working on have this need.  There are also a few ways to handle this.  Since most of my projects are PHP based, the obvious choice is to send my HTML to PDF using PHP.  There are some concerns however doing this since the process can be a resource hog.  If there are many requests to send HTML to PHP then it can really slow down my website for other users.  That isn't good!  Another option is to have javascript handle the conversion - this shifts the process to the user's computer and keeps my server resources available.  It is good to have options.  Below are the resources I've found over the subject.

Related Articles

Node.js resources

From Wikipedia: Node.js is a software platform that is used to build scalable network (especially...

John H John H
~1 minute

Knockout JS Resources

https://channel9.msdn.com/Events/MIX/MIX11/FRM08...

John H John H
~1 minute

JWT authentication and resources

So much to look at. Where to Store your JWTs – Cookies vs HTML5 Web Storage...

John H John H
~1 minute