How to create Microsoft Visio VSDX file using Java corresponding to a diagram? This diagram can be in the form of VDX file or XML file.
Asked
Active
Viewed 813 times
2 Answers
1
It won't be easy to work directly with Visio in Java. C# and Office PIAs (Primary Interop Assemblies) are the way to go. You could then use JAB to integrate your java and C# solutions.

Amir Keibi
- 1,991
- 28
- 45
-
i think you mean "jaxb" not jab to integrate your java and c# solutions. – Ashutosh Jha Mar 31 '19 at 07:07
-
Java Access Bridge. – Amir Keibi Mar 31 '19 at 07:18
0
If I understand you correctly you need api at some point for vsdx file operations in java , you may use "JAVA VISIO DIAGRAM LIBRARY "

mussdroid
- 732
- 1
- 9
- 22
-
in aspose we can save file as vdx and some other forms.. not as vsdx file.. as far as i have checked export api's provided by it doesn't include vsdx.. – Ashutosh Jha Aug 10 '15 at 13:12