Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 20,158 for

savefileformat

(0.04 sec)
  1. Aspose.Diagram for Node.js Examples|Documentation

    Viso Diagram Node.js API lets you work with Visio diagrams without any understanding of underlying file format. You can create Visio VSDX files from scratch and convert VSDX files to PNG with just a couple of lines of code.... SaveFileFormat . VSDX ); Export Page of...ImageSaveOptions ( aspose . diagram . SaveFileFormat . PNG ); // Save one page...

    docs.aspose.com/diagram/java/aspose-diagram-for...
  2. Migrate to the latest Aspose.Tasks for Java | A...

    Learn how to migrate from earlier versions of Aspose.Tasks for Java 8.1.0 to the latest ones....xml" , SaveFileFormat. XML ); New Aspose.Tasks..."ProjectDefaultProps.xml" , SaveFileFormat. XML ); Creating and Adding...

    docs.aspose.com/tasks/java/how-to-migrate-to-as...
  3. 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....VSSM and VSTM formats in SaveFileFormat class This version adds..."c:\\temp\\out.vssm" , SaveFileFormat . VSSM ); Adds a getImageData...

    docs.aspose.com/diagram/java/public-api-changes...
  4. Python Microsoft Visio Files Conversion | produ...

    Convert Microsoft Visio formats VSDX VSX VDX VTX VSSX VSTX VSDM VSTM VSSM VDW VSD VST VSS to HTML Images and PDF with few lines of Python code....providing output file and SaveFileFormat as parameters. Python Code...method with output file and SaveFileFormat output parameters. And...

    products.aspose.com/diagram/python-net/conversion/
  5. 将 VSD 文件保存为不同的文件格式|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....vdx" , SaveFileFormat . VDX ); //Save as PDF...Save ( "Drawing1.pdf" , SaveFileFormat . PDF ); //Save as JPEG...

    docs.aspose.com/diagram/zh/net/save-vsd-file-to...
  6. Python Microsoft Visio Files Conversion | produ...

    Convert Microsoft Visio formats VSDX VSX VDX VTX VSSX VSTX VSDM VSTM VSSM VDW VSD VST VSS to HTML Images and PDF with few lines of Python code....providing output file and SaveFileFormat as parameters. Python Code...method with output file and SaveFileFormat output parameters. And...

    products.aspose.com/diagram/python-java/convers...
  7. Making a Standard Calendar in PHP | Aspose.Task...

    Learn how to create Microsoft Project MPP/XML standard calendars using Aspose.Tasks Java for PHP....$cal1 ); 8 9 $saveFileFormat = new SaveFileFormat(); 10 11 $project..."CreateStandardCalend.xml" , $saveFileFormat -> XML ); 12 13 print "Created...

    docs.aspose.com/tasks/java/making-a-standard-ca...
  8. 设置环境和安装指南|Documentation

    setup Aspose.Diagram for Python via Java and installation guidelines...vsdx" , SaveFileFormat . VSDX ) jpype . shutdownJVM...save ( "output.vsdx" , SaveFileFormat . VSDX ) jpype . shutdownJVM...

    docs.aspose.com/diagram/zh/python-java/setup-en...
  9. Apply Different Style on the Each Text Value of...

    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..."AddShapeTextAndStyle.vdx" , $saveFileFormat -> VDX ); print "Added...

    docs.aspose.com/diagram/java/apply-different-st...
  10. 在 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..."AddShapeTextAndStyle.vdx" , $saveFileFormat -> VDX ); print "Added...

    docs.aspose.com/diagram/zh/java/apply-different...