This quick guide describes the procedure to convert VSD to VSDX using Java. You can transform VSD to VSDX using Java by calling a few API calls demonstrated in the given sample code. It discusses various custom characteristics that can produce the desired output file.
Steps to Convert Visio VSD to VSDX using Java
- Set the IDE for using Aspose.Diagram for Java to transform a VSD file to VSDX
- Load the source VSD file into the Diagram object
- Instantiate an object of the DiagramSaveOptions class for customizing the VSDX file
- Set the desired properties of the DiagramSaveOptions object
- Save the resultant VSDX file
These steps summarize how to develop a VSD to VSDX converter using Java. This task can be accomplished by loading the source VSD file into the Diagram object and then saving it as a VSDX file. You may customize the output VSDX using the DiagramSaveOptions class object that controls the conversion to the output VSDX file.
Code to Convert VSD to VSDX Without Visio using Java
This code has demonstrated how to convert VSD to VSDX using Java. The SaveFileFormat enumerator contains many other options that you may use to save the loaded VSD file as VDX, VSX, VTX, VSTX, or VSSX. The DiagramSaveOptions class has various options to handle the errors during the conversion and options to set the page size based on the content, default font, and save format.
This article has taught us how to convert VSD to VSDX. To create an Organizational chart, refer to the article Create Org chart in Java.