Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
rbartley
Specialist II
Specialist II

PrintToPdf Extension - ReferenceError: jsPDF is not defined

Hello everyone,

When I include the Print2PDF/Screenshot to PDF extension in an app and view this through QlikSense this does not generate an error, but when I include it in my mashup using:

  

app.getObject('cmdPDF','rXWjvT').then( function( vizModel ) {  });

It generates an error:

Print2PDF Errors.PNG

Does anyone know how to overcome this?  I have tried using if(typeof.jsPDF == 'undefined')....., but this does not make any difference.

Thanks in advance.

0 Replies