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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
sergiogiogio
Contributor III
Contributor III

Export entire sheet to png?

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. 

Labels (2)
5 Replies
Clever_Anjos
Employee
Employee

Just in case PDF attends your needs, you can use this https://qlik.dev/apis/rest/reports#%23%2Fentries%2Fv1%2Freports-post 

sergiogiogio
Contributor III
Contributor III
Author

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)

DBIT
Contributor III
Contributor III

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. 

sergiogiogio
Contributor III
Contributor III
Author

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!

DBIT
Contributor III
Contributor III

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.