Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 22,252 for

savefileformat

(0.41 sec)
  1. Working with Comments|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 . VSDX ); Edit a Page-Level..."EditPageLevelComment_Out.vsdx" , SaveFileFormat . VSDX ); Add a Shape-Level...

    docs.aspose.com/diagram/java/working-with-comme...
  2. 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-...
  3. Convert Visio to Images formats|Documentation

    This topic show you how to convert Visio to various images formats using Aspose.Diagram for Python via Java. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to PNG, JPEG, BMP images with a few lines of code....png" , SaveFileFormat . PNG ) jpype . shutdownJVM...options = ImageSaveOptions ( SaveFileFormat . PNG ) # Save one page...

    docs.aspose.com/diagram/python-java/convert-vis...
  4. Saving Project Data to Excel Format | Aspose.Ta...

    This article explains how to export Project data to Excel using Aspose.Tasks for Java....to XLSX format using the SaveFileFormat enumeration type. To save...the project to XLSX using SaveFileFormat.XLSX. Saving a Project...

    docs.aspose.com/tasks/java/saving-project-data-...
  5. Saving Project Data to Excel Format | Aspose.Ta...

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

    docs.aspose.com/tasks/java/saving-project-data-...
  6. Creating a Calendar in PHP | Aspose.Tasks Docum...

    This article explains how to create calendar components in PHP using Aspose.Tasks Java for PHP...."cal3" ); 8 9 $saveFileFormat = new SaveFileFormat(); 10 11 $project..."CreateCalendar.xml" , $saveFileFormat -> XML ); 12 13 print "Created...

    docs.aspose.com/tasks/java/creating-a-calendar-...
  7. 将 Visio 转换为图像格式|Documentation

    This topic show you how to convert Visio to various images formats using Aspose.Diagram for Python via Java. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to PNG, JPEG, BMP images with a few lines of code....png" , SaveFileFormat . PNG ) jpype . shutdownJVM...options = ImageSaveOptions ( SaveFileFormat . PNG ) # Save one page...

    docs.aspose.com/diagram/zh/python-java/convert-...
  8. Convert Visio to Images formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code....png" , SaveFileFormat . PNG ); It is also possible...new ImageSaveOptions ( SaveFileFormat . PNG ); // Save one page...

    docs.aspose.com/diagram/java/convert-visio-to-i...
  9. Add Watermark to Visio|Documentation

    How to add watermark to visio using .NET Diagram API.... Save ( dataDir , SaveFileFormat . VSDX ); This example...dataDir + "Watermark.vsdx" , SaveFileFormat . VSDX ); } Rotate Visio...

    docs.aspose.com/diagram/net/add-watermark-to-vi...
  10. 将 Visio 转换为图像格式|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code....png" , SaveFileFormat . PNG ) 也可以将特定页面保存为图像,而不是整个文档:...saving . ImageSaveOptions ( SaveFileFormat . PNG ) #// Save one page...

    docs.aspose.com/diagram/zh/python-net/convert-v...