Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 23,608 for

vsdx

(1.24 sec)
  1. 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...
  2. Convert Visio to PDF via C# | products.aspose.com

    Convert Visio to PDF format in C# code. Save Visio as PDF using VB.NET, Asp.NET or any .NET based application.....to Convert VSDX to PDF Check our live demos for VSDX to PDF conversion...write any code. Just upload your VSDX file and hit the "Convert" button...

    products.aspose.com/diagram/net/conversion/visi...
  3. Create, Insert fields|Documentation

    How to create, insert fields using C# Diagram API ....vsdx" ); // Get Visio page Aspose..."InsertField_out.vsdx" , SaveFileFormat . VSDX ); Update,Remove...

    docs.aspose.com/diagram/net/create-insert-fields/
  4. Working with Window Elements|Documentation

    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" ); // iterate through the window...Diagram ( dataDir + "Drawing1.vsdx" ); // initialize window object...

    docs.aspose.com/diagram/java/working-with-windo...
  5. Working with Shapes Paragraph|Documentation

    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....Diagram (); // save diagram in the VSDX format diagram . save ( dataDir..."CreateNewVisio_Out.vsdx" , SaveFileFormat . VSDX ); Working with...

    docs.aspose.com/diagram/java/working-with-shape...
  6. Converter freezes during import - Free Support ...

    When importing vsd file to Vsdx, the process freezes indefinitely. vsd file with this issue: 41-TR-R-N001-A.zip (270.2 KB) The file was converted with this code snippet: File file = new File(PATH_TO_VSD_FILE); Diagra…...Diagram Product Family vsd-to-vsdx casserolepan July 24, 2025,...1 When importing vsd file to vsdx, the process freezes indefinitely...

    forum.aspose.com/t/converter-freezes-during-imp...
  7. Create organization chart in VSDM document via ...

    Java source code to create organization chart in vsdm file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Organizationchart Vsdm 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/java/organizationch...
  8. Create organization chart in VSDM document via ...

    C# source code to create organization chart in vsdm file on .NET Framework, .NET Core, Mono Platforms....Organizationchart Vsdm 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...
  9. Insert Image|Documentation

    This section explains how to insert a image in a visio page with Aspose.Diagram. Support using java to insert image and save as pdf, svg, html, image, xps and other formats....vsdx" ); // get a particular page..."AddImageToPage_Out.vsdx" , SaveFileFormat . VSDX ); Insert Image...

    docs.aspose.com/diagram/java/drawing/insert-image/
  10. Draw Triangle|Documentation

    This section explains how to draw triangle in a visio page with Aspose.Diagram. Support using C# to draw triangle and save as pdf, svg, html, image, xps and other formats....vsdx" ); //Initiazlie a new PointF[]..."DrawTriangleInPage_out.vsdx" , SaveFileFormat . VSDX ); Draw Triangle...

    docs.aspose.com/diagram/net/drawing/draw-triangle/