Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 24,300 for

vsdx

(0.06 sec)
  1. Create organization chart in VSTX document via ...

    C# source code to create organization chart in vstx file on .NET Framework, .NET Core, Mono Platforms....Organizationchart Vstx PNG JPG BMP TIFF VSDX Create Organization Chart in...name (full path) and format (VSDX) as a parameter. Now you can...

    products.aspose.com/diagram/net/organizationcha...
  2. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library....file format as listed below: VSDX, VSDM, VSSX, VSSM, VSTX, VSTM...() + "MyOutput.vsdx" , SaveFileFormat . VSDX ); Specifying Visio...

    docs.aspose.com/diagram/net/save-visio-document/
  3. Auto-space a Collection of Shapes in the Visio ...

    This section explains how to autospace a collection of shapes in a visio page with Aspose.Diagram....vsdx" ); // get page of the Visio..."c:\temp\AutoSpaceShapes_Out.vsdx" , SaveFileFormat . VSDX ); Set Orientation...

    docs.aspose.com/diagram/net/auto-space-a-collec...
  4. DiagramException when converting vsd file - Fre...

    Converting vsd file to Vsdx results in DiagramException. vsd file and callstack: DiagramException.zip (1.7 MB) The file was converted using this part of code: File file = new File(PATH_TO_VSD_FILE); Diagram d = new D…...6:29am 1 Converting vsd file to vsdx results in DiagramException...getAbsolutePath() + "x", SaveFileFormat.VSDX); casserolepan March 3, 2026...

    forum.aspose.com/t/diagramexception-when-conver...
  5. Change Page Size|Documentation

    This section explains how to change page's size in a visio file with Aspose.Diagram....vsdx" ); // Get Visio page Page page..."SetPageSize_out.vsdx" , SaveFileFormat . VSDX ); Set Orientation...

    docs.aspose.com/diagram/java/change-page-size/
  6. Broken shapes grouping in Visio document after ...

    Hi Support, Current Aspose.Diagram v.25.11.0 contains issues that break shapes grouping after a simple Open/Save diagram. I believe this was broken by a fix to the following issue: Steps to reproduce: Diagram exam…...vsdx"); var page = document.Pages[0];...= “Corrupted shapes grouping.vsdx”; var document = new Diagram(diagramName);...

    forum.aspose.com/t/broken-shapes-grouping-in-vi...
  7. Check Page Autoexpand|Documentation

    This section explains how to check or change page is auto expand in a visio file with Aspose.Diagram....vsdx" ); // Get Visio page Page page..."SetAutoExpand_out.vsdx" , SaveFileFormat . VSDX ); Set Orientation...

    docs.aspose.com/diagram/java/check-page-autoexp...
  8. Create flowchart style organization chart in VS...

    Java source code to create flowchart style organization chart in vstx file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Flowchart Vstx PNG JPG BMP TIFF VSDX Create Flowchart Style Organization...name (full path) and format (VSDX) as a parameter. Now you can...

    products.aspose.com/diagram/java/flowchart/vstx/
  9. 入门|Documentation

    Setup Aspose.Diagram for Python via .NET and installation guidelines....the VSDX format diagram . save ( "CreateNewVisio_out.vsdx" , SaveFileFormat...SaveFileFormat . VSDX ) 现在将上面的代码保存到“CreatingNewVisioFile.py”并运行“python...

    docs.aspose.com/diagram/zh/python-net/getting-s...
  10. Auto-space a Collection of Shapes in the Visio ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....vsdx" ) # get page of the Visio drawing..."AutoSpaceShapes_Out.vsdx" , SaveFileFormat . VSDX ) Set Orientation...

    docs.aspose.com/diagram/python-java/auto-space-...