I am actually trying to include jspdf in server side and then use it for simple pdf generation(simply the text \"Hello world!\")(Go to the url- get the pdf localhost:8080).
Node-jspdf mainly uses library jsPDF as the core library to render PDF file
Node-jspdf
but node-jspdf can only be installed on *unix system therefore you can download and install jsPDF manually by following steps in this file
node-jspdf
*unix
jsPDF
I think you only need to install jsPDF to work with PDF file.