jsPDF server side (node.js) usage using node-jspdf

前端 未结 5 533
眼角桃花
眼角桃花 2020-12-10 16:38

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).

5条回答
  •  臣服心动
    2020-12-10 17:07

    I am able to install node-jspdf in Windows.

    1. As suggested download jspdf-master.zip and extract it.
    2. Now use the command:

      npm install 
      

    After that you can use npm list to see the installation success.

提交回复
热议问题