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

Announcements
Meet Qlik's New CEO. The Future Is Bright — Here's What to Expect
cancel
Showing results for 
Search instead for 
Did you mean: 
RajDubey
Contributor II
Contributor II

Mashup - Multi Pge Export functionality via Qlik Embed Technology

Hi Team,

We have a Qlik mashup which we have developed and there is an export button though which we are exporting table to PDF. Currently it is exporting single page pdf. There is a requirement to generate multi page export (new feature for export to pdf in SaaS Straight tables). We are using Qlik Embed technology. Has someone implemented multi page export to pdf? Can you please share reference code.

Labels (3)
3 Replies
vighnesh_gawad
Partner - Creator II
Partner - Creator II

Hi @RajDubey ,

Which export button are you using to export PDFs? Is it the native Qlik export or custom extension? If it's a custom extension, you may be able to modify it to call exportPdf() for each visualization.

As far as I know, exportPdf() exports one QVisualization at a time, so if your requirement is a single multi-page PDF containing multiple objects, you'll likely need to build a custom solution to generate and merge the PDFs.

If you're using the native Qlik export, I'm not aware of a way to achieve this through Qlik Embed at the moment.

Regards, Vighnesh Gawad
Connect with me on vighneshgawad.com | LinkedIn | GitHub
RajDubey
Contributor II
Contributor II
Author

Our requirement is a single multi-page PDF containing Single Object. Let me know if you have any working code. We have one but we have to try it if it works in Mashup.

Dave_Channon
Employee
Employee

If you're creating a fixed output, it's this: https://qlik.dev/embed/reports/qlik-api-export-data/ but then with that payload you've already defined.

The APIs for this service are the same as we use in automate, so if you can mock the flow in automate for the objects you need, you should be able to create this from the API spec at https://qlik.dev/apis/rest/reports/#post-api-v1-reports