cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger PDF export from SAC Application Designer

0 Kudos

Hi,

Is i possible to call on the "Export Story to PDF" function (that we can use under File->Save->Export) from a script in SAC application designer? Not able to find a command that seems relevant. Would like to make the export to PDF functionality more visible by creating a "Export to PDF button" in the application.

View Entire Topic

Hi Martin,

You need to add the export to pdf object in the analytics designer.

then you can use the following API to export the viewing screen as a pdf.

ExportToPDF_1.exportView();

Please note that currently the export pdf can export only the current viewing screen as pdf.

Best Regards,

Tharun

(www.techgenius.in)