A program to recognize and reward our most engaged community members
Similar to the ExportHTMLReport command for a session variable in HyperView, is there a corresponding ExportPPTReport tcl command for a HyperView session variable as well ?
I think there is it.
because I saw 'PowerPoint' in menu File>Publish
if you cannot find the method then wrap it from GUI commands:
[lindex [info commands [. cget -menu].file*.publish*] 0] invoke 0
And how could we write a similar command to publish an HTML or a PDF for a HyperView session using a tcl script ? Thanks
Hi @jcd
Please refer to reference help for hwISession with methods ExportHTMLReport and PublishSession
There are some example codes there