Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 6,931 for

savefileformat vsd

(0.5 sec)
  1. Convert Visio to PDF via Python | products.aspo...

    Sample Python conversion Visio to PDF file. Use this example code to convert Visio to PDF within any Python based application....with output file path and SaveFileFormat as parameters PDF file...diagram.save( "output.pdf" , SaveFileFormat.PDF); VSDX to PDF Conversion...

    products.aspose.com/diagram/python-java/convers...
  2. Convert VSS to VSDX via Python | products.aspos...

    Sample Python conversion code for VSS format to VsdX file. Use this example code to convert VSS to VsdX within any Python based application....with output file path and SaveFileFormat as parameters VSDX file...diagram.save( "output.vsdx" , SaveFileFormat.VSDX); VSS to VSDX Conversion...

    products.aspose.com/diagram/python-net/conversi...
  3. Add Comments to Visio Drawings in PHP|Documenta...

    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....vsd" ); \ # Add comment $diagram...Save as VDX $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/java/add-comments-to-vi...
  4. Protect and Unprotect Diagrams in PHP|Documenta...

    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....vsd" ); $diagram -> getDocumentSettings...Save diagram $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/java/protect-and-unprot...
  5. Remove All Macros from the Visio Diagram in PHP...

    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....vsd" ); \ # remove all macros $diagram...Save as VDX $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/java/remove-all-macros-...
  6. Change the Position of a Shape in PHP|Documenta...

    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....vsd" ); $shapes = $diagram -> getPages...Save diagram $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/java/change-the-positio...
  7. Export Visio Diagram to XML in Ruby|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 - Exporting VSD to VDX To Export VSD to VDX using Aspose...constructor to load diagram from a VSD file diagram = Rjb :: import...

    docs.aspose.com/diagram/java/export-visio-diagr...
  8. Convert VSS to VSDX via Python | products.aspos...

    Sample Python conversion code for VSS format to VsdX file. Use this example code to convert VSS to VsdX within any Python based application....with output file path and SaveFileFormat as parameters VSDX file...diagram.save( "output.vsdx" , SaveFileFormat.VSDX); VSS to VSDX Conversion...

    products.aspose.com/diagram/python-java/convers...
  9. Add SolutionXML Element to the Visio Drawing in...

    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....vsd" ); \ # initialize SolutionXML...Visio diagram $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/java/add-solutionxml-el...
  10. Update Visio Shape Text in PHP|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....vsd" ); $shapes = $diagram -> getPages...Save diagram $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/java/update-visio-shape...