ExportPPT from HyperView using tcl
Altair Forum User
Altair Employee
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 ?
0
Answers
-
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
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
0