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