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

Announcements
Search may be unavailable 11:30 PM on Aug 24 to 1:30 AM on Aug 25. Thank you for your patience.
cancel
Showing results for 
Search instead for 
Did you mean: 
chavanqlik
Partner - Contributor III
Partner - Contributor III

Export PDF option (Keep Current Size)

Hello Qlikers,

I'm trying to create Qlik pdf Export option using Qlik API, it works for the default mode, but I'm trying to get all the dimension info like Aspect Ratio Option: Keep Current Size, but I couldn't able to get, could anyone please help me to resolve the issue.

 

var settings = { documentSize: 'a4', aspectRatio: 0, orientation: "landscape",objectSize: {height: 600, width: 400} };

vis.exportPdf(settings).then(function(link) {})

 

Thanks,

Santosh

Labels (1)
  • API

0 Replies