I want to create a .vsdx file (drawing) using Java. Visio 2013 uses Open Packaging Convention. I don't know from where to start, currently referring this link http://blogs.office.com/2013/01/29/10-tips-for-developers-working-with-the-visio-vsdx-file-format/.
I want to code this program in Eclipse using Java but the above link is explained totally using C# in Visual Studio. I didn't get any Java library for Visio 2013. Can someone help me and give some idea how should I create a .vsdx file in Java which will be supported by Visio 2013?
Here are the list of Java libraries available for handling Microsoft Visio documents.
If anyone knows of any other library, please update the answer.