Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 17,571 for

savefileformat

(0.05 sec)
  1. Export Visio Diagram to XML 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....Save as VDX $saveFileFormat = new SaveFileFormat (); $diagram...$dataDir . "Diagram.vdx" , $saveFileFormat -> VDX ); print "Exported...

    docs.aspose.com/diagram/java/export-visio-diagr...
  2. Saving Visio Document 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....Save as VDX $saveFileFormat = new SaveFileFormat (); $diagram...$dataDir . "Diagram.vdx" , $saveFileFormat -> VDX ); Download Running...

    docs.aspose.com/diagram/java/saving-visio-docum...
  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....Save as VDX $saveFileFormat = new SaveFileFormat (); $diagram...$dataDir . "AddComment.vdx" , $saveFileFormat -> VDX ); print "Added...

    docs.aspose.com/diagram/java/add-comments-to-vi...
  4. Export Visio Diagram to Image 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....Save as PNG $saveFileFormat = new SaveFileFormat (); $diagram...$dataDir . "Diagram.png" , $saveFileFormat -> PNG ); print "Exported...

    docs.aspose.com/diagram/java/export-visio-diagr...
  5. Export Visio Diagram to SVG 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....Save as SVG $saveFileFormat = new SaveFileFormat (); $diagram...$dataDir . "Diagram.svg" , $saveFileFormat -> SVG ); print "Exported...

    docs.aspose.com/diagram/java/export-visio-diagr...
  6. 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....Save diagram $saveFileFormat = new SaveFileFormat (); $diagram..."ProtectUnprotectDiag.vdx" , $saveFileFormat -> VDX ); print "Applied...

    docs.aspose.com/diagram/java/protect-and-unprot...
  7. 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....Save diagram $saveFileFormat = new SaveFileFormat (); $diagram..."ChangeShapePosition.vdx" , $saveFileFormat -> VDX ); print "Changed...

    docs.aspose.com/diagram/java/change-the-positio...
  8. Set the Height and Width of a Shape in PHP|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....Save diagram $saveFileFormat = new SaveFileFormat (); $diagram..."SetShapeHeightAndWid.vdx" , $saveFileFormat -> VDX ); print "Set height...

    docs.aspose.com/diagram/java/set-the-height-and...
  9. Create User-defined Cell in the ShapeSheet in P...

    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....Save diagram $saveFileFormat = new SaveFileFormat (); $diagram..."UserDefinedCells.vdx" , $saveFileFormat -> VDX ); print "Created...

    docs.aspose.com/diagram/java/create-user-define...
  10. Set Visio Shape's Line Data 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....Save diagram $saveFileFormat = new SaveFileFormat (); $diagram..."SetShapeLineData.vdx" , $saveFileFormat -> VDX ); print "Set visio...

    docs.aspose.com/diagram/java/set-visio-shape-s-...