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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to export image with dimension parameters?

Right now i'm exporting images of graphs with this command



ActiveDocument.GetSheetObject(charts2(j).getobjectid).maximize
ActiveDocument.GetSheetObject(charts2(j).getobjectid).ExportBitmapToFile npi_path & "1_2_" & j &".png"
ActiveDocument.GetSheetObject(charts2(j).getobjectid).minimize


But i was wondering how to specify the width and height of the output file. I want the file to be in 1080p resolution when output instead of being re-sampled to 1080p resolution afterwards. I looked at the API but the file that comes with qlikview isn't very user friendly.

thanks.

0 Replies