This page describes how to save Visio document to file, stream with Aspose.Diagram library....SaveFileFormat parameter to specify the output file format. Save a Visio Diagram... VSTX, VSTM, VDX, VSX, VTX, TIFF, PNG, BMP, EMF, JPEG, PDF, XPS...
Sample Java conversion code for VSX format to XPS file. Use this example code to convert VSX to XPS within any Web or Desktop Java based application....save method with output file path and SaveFileFormat...save VSX as XPS visio.save( "output.xps" , SaveFileFormat.XPS);...
Sample Python conversion code for VDX format to VSTX file. Use this example code to convert VDX to VSTX within any Python based application....save method with output file path and SaveFileFormat...VDX as VSTX diagram.save( "output.vstx" , SaveFileFormat.VSTX);...
Sample Java conversion code for VTX format to VSD file. Use this example code to convert VTX to VSD within any Web or Desktop Java based application....save method with output file path and SaveFileFormat...save VTX as VSD visio.save( "output.vsd" , SaveFileFormat.VSD);...
Sample Python conversion code for VDW format to XAML file. Use this example code to convert VDW to XAML within any Python based application....save method with output file path and SaveFileFormat...VDW as XAML diagram.save( "output.xaml" , SaveFileFormat.XAML);...
Sample Python conversion code for VDX format to PDF file. Use this example code to convert VDX to PDF within any Python based application....save method with output file path and SaveFileFormat...save VDX as PDF diagram.save( "output.pdf" , SaveFileFormat.PDF);...
Sample Python conversion code for VDW format to VSDX file. Use this example code to convert VDW to VSDX within any Python based application....save method with output file path and SaveFileFormat...VDW as VSDX diagram.save( "output.vsdx" , SaveFileFormat.VSDX);...
Sample Python conversion code for VSSM format to VSTM file. Use this example code to convert VSSM to VSTM within any Python based application....save method with output file path and SaveFileFormat...VSSM as VSTM diagram.save( "output.vstm" , SaveFileFormat.VSTM);...
Sample Python conversion code for VSTM format to VTX file. Use this example code to convert VSTM to VTX within any Python based application....save method with output file path and SaveFileFormat...VSTM as VTX diagram.save( "output.vtx" , SaveFileFormat.VTX);...
Sample Python conversion code for VSTX format to SVG file. Use this example code to convert VSTX to SVG within any Python based application....save method with output file path and SaveFileFormat...VSTX as SVG diagram.save( "output.svg" , SaveFileFormat.SVG);...