getting error Uncaught ReferenceError: jsPDF is not defined

getting error Uncaught ReferenceError: jsPDF is not defined

嗨,我关注了 link 但仍然收到错误 Uncaught ReferenceError: jsPDF is not defined How to properly use jsPDF library 我已将所有数据和 运行 复制到我的 xampp 上,但在控制台中仍然出现相同的错误。谁能帮我解决这个问题。

1.Download jspdf.min.js 文件并将其添加到您的程序中,然后找到该路径,如下所示,

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