Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Export Qlik Visualization Bundle to PDF (Mashup)

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!

Labels (1)
1 Reply
F_B
Specialist II
Specialist II

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