How to write sample python SDK conversion program...
Author | Message |
Hi ....
|
iSpring SDK is accessible from python on Windows in a usual way you use COM objects in python. Code: import win32com.client presentationConverter = win32com.client.Dispatch("iSpring.PresentationConverter") presentationConverter.OpenPresentation("D:\presentation.ppt") presentationConverter.GenerateSolidPresentation("d:\presentation.swf", "", "") In other words all methods and interfaces provided by iSpring SDK COM API are accessible from python language. iSpring SDK COM API is described in iSpring SDK documentation
|
||||||
|
Who is online | |
---|---|
![]() |
In total there are 8 users online :: 0 registered, 0 hidden and 8 guests (based on users active over the past 5 minutes) Most users ever online was 803 on Sat Dec 12, 2020 9:21 am Registered users: No registered users |