ExportPPT from HyperView using tcl

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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 ?

 

 

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "tinh"
    Altair Community Member
    Updated by tinh

    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

     

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

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

    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hi @jcd

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

    There are some example codes there