Skip to main content
Announcements
Qlik Community Office Hours - Bring your Ideation questions- May 15th, 11 AM ET: 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