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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
mnero
Partner - Contributor
Partner - Contributor

Export PDF Qlik Sense Enterprise using NebulaJS / EnigmaJS

I'm trying to figure out how to export a visualization to PDF using the NebulaJS and/or EnigmaJS Libraries for a Qlik Sense Enterprise instance. 

I can only find results for the Visualization API (Capabilities) or the Reports API (QlikCloud?). 

Is there a way to do this?

Labels (2)
1 Solution

Accepted Solutions
alex_colombo
Employee
Employee

Hi @mnero there is no way for exporting a chart in PDF with enigma.js. You have to use Capability APIs or Reports API which are available behind the scenes on QSE version as well. Keep in mind that they are not documentad for this version so maybe the used is not supported. Indeed if we inspect what Capability APIs does when you export pdf, you notice that they are using Report APIs behind the scenes.

View solution in original post

2 Replies
alex_colombo
Employee
Employee

Hi @mnero there is no way for exporting a chart in PDF with enigma.js. You have to use Capability APIs or Reports API which are available behind the scenes on QSE version as well. Keep in mind that they are not documentad for this version so maybe the used is not supported. Indeed if we inspect what Capability APIs does when you export pdf, you notice that they are using Report APIs behind the scenes.

mnero
Partner - Contributor
Partner - Contributor
Author

Thanks for your response Alex!

I initially tried to use the Reports API with no luck, but I will check again and see if I missed a step (like security or authentication)