Unable to run the python Snippet provided here to run python via JAVA API for aspose diagram

Screenshot (43).png (277.6 KB)
Please check the screenshot attached for reference. I have installed the aspose-diagram library, yet unable to run this function.

@vidhanbagdai

We are checking it and will get back to you shortly.

@vidhanbagdai
Please refer to the following documents:

Please refer to the following code:
import jpype

import asposediagram

jpype.startJVM()

from asposediagram.api import *

diagram = Diagram()

diagram.save(“output.vsdx”,SaveFileFormat.VSDX)

jpype.shutdownJVM()

Thanks.