Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

API to generate image?

I'm looking for a way to export an object as an image and I have found that Right Click > Export as Image is requesting the url:

http://localhost:9902/printing/export/object/image

What is the preferred way to utilizing this printing service when building mashups?

Best regard

Anders

1 Reply
Francis_Kabinoff
Former Employee
Former Employee

Hi Anders,

The way I found to do it was to simply turn a dom element into a blob, and then manage it from there. If you're comfortable with javascript, you may be able to make use of this to fill your needs.

Capturing Image of Qlik Sense Objects in Mashups