Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 19,389 for

savefileformat

(0.03 sec)
  1. Convert VSD to VSDX using Java

    This article explains the process to convert VSD to VSDX using Java. It has the details to set the IDE, a list of steps, and a sample code changing VSD to VSDX.... The SaveFileFormat enumerator contains many...

    kb.aspose.com/diagram/java/convert-vsd-to-vsdx-...
  2. What is an XML File? MPP File Extension, Proces...

    Learn about the XML file format, its extension, and how it is used for project management. Discover XML file processing, editing, and conversion with Aspose.Tasks. Automate project management workflows using C#, Java, C++, and Python to read, modify, and export XML files seamlessly....xml" , SaveFileFormat . Xml ); } } XML Integration...Save("ConvertedProject.mpp", SaveFileFormat.Mpp); // Convert to MPP...

    products.aspose.com/tasks/supported-formats/xml/
  3. 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....vsdx" , SaveFileFormat . VSDX ); Working with...

    docs.aspose.com/diagram/java/working-with-comme...
  4. Create VSSX Visio Diagrams in Node.js | product...

    Generate Microsoft Visio VSSX Diagrams using Node applications without using Microsoft Office....parameters VSSX File Path, and SaveFileFormat relevant extension Creation...

    products.aspose.com/total/nodejs-java/create/vssx/
  5. Create VSTX Visio Diagrams in Node.js | product...

    Generate Microsoft Visio VSTX Diagrams using Node applications without using Microsoft Office....parameters VSTX File Path, and SaveFileFormat relevant extension Creation...

    products.aspose.com/total/nodejs-java/create/vstx/
  6. Adding Extended Attributes to Resource Assignments

    Learn how to add Microsoft Project (MPP/XML) extended attributes to resource assignments using Aspose.Tasks for C++....Aspose::Tasks::Saving::SaveFileFormat::MPP); view raw Exampl...Aspose::Tasks::Saving::SaveFileFormat::MPP); view raw Exampl...

    docs.aspose.com/tasks/cpp/adding-extended-attri...
  7. Convert Image to Visio in Java

    This article shares the details to convert image to Visio in Java. It contains the step-by-step process and a running code snippet to export PNG to Visio in Java....suitable value from the SaveFileFormat enumeration. This article...

    kb.aspose.com/diagram/java/convert-image-to-vis...
  8. Creating, Reading and Saving Projects

    Learn how to create, edit, and save projects in different formats (MPP, Primavera XML, PDF, JPEG) using Aspose.Tasks for .NET....xml" , SaveFileFormat. XML ); view raw Examp...newProject. Save (stream, SaveFileFormat. XML ); 9 } view raw E...

    docs.aspose.com/tasks/net/creating-reading-and-...
  9. Creating, Updating and Removing Calendar

    Learn how to create or modify project calendars using Aspose.Tasks for Java....Xml" , SaveFileFormat. XML ); 17 18 // Display...(dataDir + "Project.Xml" , SaveFileFormat. XML ); 51 52 //Display...

    docs.aspose.com/tasks/java/creating-updating-an...
  10. Rendering Timescaled Gantt Chart Views

    Learn how to render Gantt charts from your project files (MPP/XML/Primavera XML) with different timescale resolutions using Aspose.Tasks for Java...., new ImageSaveOptions(SaveFileFormat. JPEG )); 4 // Save to...= new ImageSaveOptions(SaveFileFormat. JPEG ); 6 options. setTimescale...

    docs.aspose.com/tasks/java/rendering-gantt-chart/