Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to replicate the right click pdf export functionality from Qlik sense desktop in a mashup, and I was wondering how can I do it?
I've been looking in the Qlik sense desktop code and the client.js posts a request to http://localhost:9902/printing/export/object/image?requestId= like this guy says. Why couldn't I do it from a mashup too?
I tried solving it in two ways, here's the code: GitHub - cristiandan/qlik-export
With some code from this post: https://community.qlik.com/inbox?objectType=38&objectID=4519
No exactly like the native export, but works.
Hi christian
I am trying to use your code but I cannot understand how to connect (like extension?).
I also created another topic here .