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.
Asked
Active
Viewed 415 times
-5
-
You have come to a wrong place. Please ask a MVFQ – Prashant Jun 06 '18 at 11:21
-
https://coderanch.com/t/653092/Visio-Diagram-Conversion-PDF-HTML look a this – Shubham Dixit Jun 06 '18 at 11:24
-
Could you describe any research you've done on this topic? – wind Jun 06 '18 at 11:26
-
I have tried as like in this link https://github.com/BBN-D/poi-visio/blob/master/src/main/java/org/apache/poi/xdgf/util/VsdxToPng.java Using the Apache POI https://poi.apache.org/diagram/index.html. – Ram's Jun 06 '18 at 11:35
-
But It was for vsdx to png file type conversion and I did not find API for vsd to png. – Ram's Jun 06 '18 at 11:36
1 Answers
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