Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 23,612 for

vsdx

(2.5 sec)
  1. Convert VSX to VSTX via Python | products.aspos...

    Sample Python conversion code for VSX format to VSTX file. Use this example code to convert VSX to VSTX within any Python based application....are different than the primary VSDX file format that was introduced...creating Visio drawings, saved as .VSDX files, with default layout and...

    products.aspose.com/diagram/python-java/convers...
  2. Convert VSX to VSDM via Java | products.aspose.com

    Sample Java conversion code for VSX format to VSDM file. Use this example code to convert VSX to VSDM within any Web or Desktop Java based application....are different than the primary VSDX file format that was introduced...drawings that are similar to VSDX but also provide the capability...

    products.aspose.com/diagram/java/conversion/vsx...
  3. Convert VSTX to VSX via Java | products.aspose.com

    Sample Java conversion code for VSTX format to VSX file. Use this example code to convert VSTX to VSX within any Web or Desktop Java based application....VSDX files, with default layout and...are different than the primary VSDX file format that was introduced...

    products.aspose.com/diagram/java/conversion/vst...
  4. Public API Changes in Aspose.Diagram 6.6.0|Docu...

    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...DirPath + "modified.vsdx" , SaveFileFormat . VSDX ); Error rendering...

    docs.aspose.com/diagram/net/public-api-changes-...
  5. Convert a Visio Shape To Pdf|Documentation

    This section explains how to convert a visio shape to pdf with Aspose.Diagram....class constructor to load the VSDX diagram Diagram diagram = new...Diagram ( dataDir + "ShapeToPdf.vsdx" ); // Get a particular page...

    docs.aspose.com/diagram/java/convert-a-visio-sh...
  6. Insert an ActiveX Control in the Visio Diagram|...

    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" , SaveFileFormat . VSDX ); Retrieve an ActiveX...

    docs.aspose.com/diagram/java/insert-an-activex-...
  7. 使用打印|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" ); // call the print method...Diagram ( dataDir + "Drawing1.vsdx" ); // call the print method...

    docs.aspose.com/diagram/zh/java/working-with-pr...
  8. Split Visio Page wise in Python | products.aspo...

    Python source codes that explains how to split Microsoft Visio files into multiple files in Python applications...include VDW, VDX, VSD, VSDM, VSDX, VSS, VSSM,VSSX,VST,VSTM,VSTX...Files diagram = Diagram( "file.vsdx" ); page = diagram.getPages()...

    products.aspose.com/diagram/python-net/splitter/
  9. 删除字段|Documentation

    本节介绍如何删除字段。...vsdx" ) # Get page by name page =..."RemoveField_out.vsdx" , SaveFileFormat . VSDX ) jpype . shutdownJVM...

    docs.aspose.com/diagram/zh/python-java/remove-f...
  10. Remove Hidden Info|Documentation

    This section explains how to remove unusing or hidden info from a diagram with Aspose.Diagram....vsdx" ); // Remove hidden information...

    docs.aspose.com/diagram/net/remove-hidden-info/