Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.
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.
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)