4

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.

durron597
  • 31,968
  • 17
  • 99
  • 158
Ashutosh Jha
  • 1,465
  • 1
  • 17
  • 28

2 Answers2

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
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