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: 
Not applicable

PDF export in mashups

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?

2 Replies
Not applicable
Author

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.

dogvilegr13
Contributor II
Contributor II

Hi christian

I am trying to use your code but I cannot understand how to connect (like extension?).

I also created another topic here .