Jspdf: Uncaught ReferenceError: jsPDF is not defined from_html.js

Created on 28 Apr 2016  路  1Comment  路  Source: MrRio/jsPDF

I'm having this error , I heard that is the order of the bundle.

I use this order:

<script type="text/javascript" src="~/App/Main/views/prints/js/jspdf.js">
<script type="text/javascript" src="~/App/Main/views/prints/js/prevent_scale_to_fit.js">
<script type="text/javascript" src="~/App/Main/views/prints/js/html2canvas.js">
<script type="text/javascript" src="~/App/Main/views/prints/js/split_text_to_size.js">
<script type="text/javascript" src="~/App/Main/views/prints/js/standard_fonts_metrics.js">
<script type="text/javascript" src="~/App/Main/views/prints/js/from_html.js"></script>

If I remove the file " from_html.js " or remove the reference the fromhtml stop working.

>All comments

Resolved

Was this page helpful?
0 / 5 - 0 ratings