How do I create a VSDX file using Java?

How do I create a Microsoft Visio VSDX file using Java that matches a diagram? This diagram can be in the form of a VDX file or an XML file.

+3


source to share


2 answers


Working with Visio in Java won't be easy. C # and Office PIA (Primary Interop Assemblies) are the way to go. Then you can use JAB to integrate your Java and C # solutions.



0


source


If you understood correctly that you need api at some point for vsdx file operations in java, you can use "JAVA VISIO DIAGRAM LIBRARY"



0


source







All Articles