I have one vsd file i want to convert that into pdf or xml file using java code .
How to convert vsd to pdf or xml in java
I have one vsd file i want to convert that into pdf or xml file using java code .
How to convert vsd to pdf or xml in java
Aspose claims to support this (example).
POI has component for reading visio files, but not rendering them.
This previous thread here on stack overflow contains a bunch to tools for outputing SVG which should be easyish to turn into a PDF.
All of this is from a quick Google search for java render visio