
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to export qlik sense object as pdf from iframe.
I am using a bar chart and pie chart qlik objects in my html page inside iframe.
I need to export the qlik sense objects as pdf.
How can I do this from my application?
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Willfin,
The functionality to export to PDF is only built in directly to the Qlik Sense client, meaning not when embedded into another site or portal. If you require this in an iframe, then this functionality (in my view) will need to be added manually via code within the HTML code, if at all possible.
I hope this answers your question. If so, please mark this answer as helpful and as answered


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Willfin,
The functionality to export to PDF is only built in directly to the Qlik Sense client, meaning not when embedded into another site or portal. If you require this in an iframe, then this functionality (in my view) will need to be added manually via code within the HTML code, if at all possible.
I hope this answers your question. If so, please mark this answer as helpful and as answered

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I know this is an old thread, but for those that are using qlik sense > v2
With Qlik sense > 2.x, you can export when you right qlik on your embedded qlik app, but you need to expose your app, like so:
<iframe id="masterlist-iframe" src="<qlik.host.url>/sense/app/<qlik app id>/sheet/<qlik sheet id>/state/analysis/options/clearselections" style="border:none; height: 100%; width: 100%;"></iframe>
Then you can right click on your chart/table --> ... --> export.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I know this is an even older thread now, but doing it that way means exposing the whole qlik sheet. The problem is the lack of support for the right click context menu with the Single Configurator - I haven't yet seen any solutions unfortunately.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello ,
I have the same problem as you ..
Did you found a solution ? if yes 🙂 could you please share it with me .
thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can export objects in Qlik Sense to pdf, you need to add the following option to the URL of the iframe:
&opt=ctxmenu&
