Hi,
I know that it is possible to publish to PPTs in Hyperview.
I want to do a similar thing in HyperMesh.
My process is:
- Take a screenshot in Hypermesh.
- Open a new Powerpoint presentation and put the picture from screenshot into it by using TCl.
I got some trouble in using TCL to start PowerPoint and modify an existed ppt file.
Below is the code I have tried but it doesn't work. It kept telling me that the path could not be found.
Could anyone please help me with this
package require twapi set ppt [::twapi::comobj PowerPoint.Application] $ppt DisplayAlerts [expr 0] set present [$ppt Presentations] $present Open 'D:/Presentation2.pptx'