Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In qlik sense there are user options to export visualizations as png or pdf, and sheets as pdf. Is there any way via UI or API to export sheets as png as well? It would seem the capability should be there but I could not find the option anywhere.
Just in case PDF attends your needs, you can use this https://qlik.dev/apis/rest/reports#%23%2Fentries%2Fv1%2Freports-post
Thanks - I am ok with the layout in the PDF output but I would prefer to have a PNG output instead for easier integration with our internal systems. I could convert PDF to PNG but this requires an extra step in the workflow that I would like to avoid especially since qlik sense does seem to have the capability to export PNG natively (at lead for individual visualizations)
Did you ever find the solution for this? I'm writing in C# and really need to do something similar with our Qlik app charts.
Hello @DBIT , we just download the PDF and use pdftopng.exe for the conversion. Not ideal but good enough for our purposes I guess. Good luck!
Dang it. I was really hoping there was something that could be done programmatically to convert them or just pull a png. I don't know why the Javascript visualisation API functionality can't be added to the C# SDK...
Thanks for responding, I appreciate it.