Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good morning 😊,
I created a mashup with the Dev Hub.
I want to export it to PDF, to a button I created.
All objects are native Qlik graphics.
Only, one does not appear on the pdf: Radar Chart (Qlik Visualization bundle).
Here is my export code:
(document). on('click','#capture',function convert_HTML(){
let pdf = new jsPDF('l', 'mm', [250, 297]);
let section=$('#test');
let page= function() {
pdf.save('Mission_Value_Assessment.pdf');
};
pdf.addHTML(section,0,0, page);
Capture is the button id in html
test is the id of the body.
Qlik Visualization Bundle can be exported in jpg or png format but not in PDF.
Do you know what I can do please?
Thank You!
If you’re using Qlik Sense Enterprise for Windows, you can try with NPrinting, which allows more customization options.
Unfortunately, nothing more to suggest.
Have a nice day