Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 17,602 for

savefileformat

(0.04 sec)
  1. Edit Connector Geometry Section in the ShapeShe...

    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 Html $saveFileFormat = new SaveFileFormat (); $diagram...$dataDir . "Geometry.vdx" , $saveFileFormat -> VDX ); print "Updated...

    docs.aspose.com/diagram/java/edit-connector-geo...
  2. 公共 API Aspose.Diagram 5.8.0 的变化|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....setSaveToolBar ( false ); VSDX 在 SaveFileFormat 中添加了保存选项 之前Aspose.Diagram..."C:\\temp\\Output.vsdx" , SaveFileFormat . VSDX ); ShapeCollection...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  3. 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...
  4. Creating an Empty Project File in PHP

    Learn how to create Microsoft Project (MPP/XML) empty project using Aspose.Tasks Java for PHP....xml" ); 3 $saveFileFormat = new SaveFileFormat(); 4 $project...save ( $project_stream , $saveFileFormat -> XML ); 5 $project_stream...

    docs.aspose.com/tasks/java/creating-an-empty-pr...
  5. Aspose.Diagram 用于 Node.js 示例|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/zh/java/aspose-diagram-...
  6. 将 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...
  7. Setting Attributes for New Tasks in PHP

    Learn how to set Microsoft Project (MPP/XML) project attributes for newly created tasks using Aspose.Tasks Java for PHP....CurrentDate ); 5 $saveFileFormat = new SaveFileFormat(); 6 $project..."set_attributes_for_new_tasks.xml" , $saveFileFormat -> XML ); 7 print "Set...

    docs.aspose.com/tasks/java/setting-attributes-f...
  8. 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 ); Error rendering...

    docs.aspose.com/diagram/net/public-api-changes-...
  9. Java Microsoft Visio Files Conversion | product...

    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 Java code....providing output file and SaveFileFormat .VDX as parameters. Java...method with output file and SaveFileFormat output parameters. And...

    products.aspose.com/diagram/java/conversion/
  10. 设置环境和安装指南|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...