Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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.
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