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

savefileformat

(0.06 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. 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/
  3. 将 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...
  4. 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/
  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. 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. 设置环境和安装指南|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...
  8. 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...
  9. Saving Project Data to Excel Format in PHP

    This article explains how to export project data to Excel using Aspose.Tasks Java for PHP....mpp' ); 2 $saveFileFormat = new SaveFileFormat(); 3 $project...save ( "Project.XLSX" , $saveFileFormat -> XLSX ); 4 print "Saved...

    docs.aspose.com/tasks/java/saving-project-data-...
  10. Creating a Calendar in PHP

    This article explains how to create calendar in Microsoft Project (MPP/XML) files using Aspose.Tasks Java for PHP...."cal3" ); 5 $saveFileFormat = new SaveFileFormat(); 6 $project..."CreateCalendar.xml" , $saveFileFormat -> XML ); 7 print "Created...

    docs.aspose.com/tasks/java/creating-a-calendar-...