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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Export to image API?

Hi !

In Qlik Sense 2.1.1 you can rightclick on a chart and export to image (and also PDF). Which API can I use to be able to do this? I have searched in the Qlik Sense API-explorer in developer-hub but I can not find it. I have also tried to search then developer help but I have not found an API that I can use.

Best regards

Peter

qs01.png

6 Replies
Francis_Kabinoff
Former Employee
Former Employee

Hi Peter,

The way I've done it is just turn a dom element into a blob, then manage it from there. If you're comfortable with javascript, you may be able to make use of this for your needs.

Capturing Image of Qlik Sense Objects in Mashups

simondachstr
Specialist III
Specialist III

Will it work with extensions not using canvas?

Not applicable
Author

Hello,

I'm using Qlik Sense API (Engine API) and I'm trying to get a chart, but in image format. I didn't find some method to do this. Could you help me?

Best Regards,

Julyano

subaru
Partner - Contributor II
Partner - Contributor II

Commenting on a very old thread but did anyone  get solution for export to image using engine API call?

Thanks,

DBIT
Contributor III
Contributor III

Reviving this again. Surely someone has done this by now? I'm also looking for a solution to this if anyone has it available? I'm using C# Qliksense .Net SDK and Qliksense Web API.

Øystein_Kolsrud
Employee
Employee

The printing APIs for the client managed solution are not public. This still holds:

https://community.qlik.com/t5/Integration-Extension-APIs/Getting-image-and-PDF-using-QlikSense-APIs/...

Only way to do this is to try to reverse engineer what the client is doing.