ExportPPT from HyperView using tcl

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

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 ?

 

 

Answers

  • tinh
    tinh Altair Community Member
    edited April 2017

    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

     

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited May 2017

    And how could we write a similar command to publish an HTML or a PDF for a HyperView session using a tcl script ? Thanks

  • tinh
    tinh Altair Community Member
    edited July 2017

    Hi @jcd

    Please refer to reference help for hwISession with methods ExportHTMLReport and PublishSession

    There are some example codes there