Suraj Sakhare
Suraj Sakhare

Reputation: 363

getting error Uncaught ReferenceError: jsPDF is not defined

Hi i followed following link but still getting error Uncaught ReferenceError: jsPDF is not defined How to properly use jsPDF library I have copied all data and run on my xampp but still getting same error in console. Could anyone please help me to solve this issue.

enter image description here

Upvotes: 0

Views: 12431

Answers (1)

Beckham_Vinoth
Beckham_Vinoth

Reputation: 721

1.Download jspdf.min.js file and add that in your program, and locate that path as below,

 <script src="this file path/jspdf.min.js">
 </script> <script src="this file path/jspdf.plugin.autotable.js"></script> (<---If needed)

Upvotes: 2

Related Questions