-5

I need to convert the Visio diagrams into png type files. Gone through the Apache POI API and tried sample conversion from VsdxToPng. No luck with that and that too it was for vsdx to png conversion not vsd to png. Please help me if have any Java API or sample code to converting from vsd to png type using Java.

Ram's
  • 111
  • 1
  • 1
  • 12

1 Answers1

1

VSD is a proprietary binary format, not really publicly documented, and hard to parse. As for the libraries, I'm not aware of any open source library that can do that. You could try commercial ones like Aspose.Diagrams

Nikolay
  • 10,752
  • 2
  • 23
  • 51