How can I use Python with PowerDesigner?

504 Views Asked by At

I want to run a PDM or a XML file to PowerDesigner using Python code. Is it possible? If yes, how can I do it and please guide me or help with links to follow.

1

There are 1 best solutions below

1
pascal On

There is no specific module.

But it looks like you can use a module like pywin32 to access PowerDesigner Automation API.