Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 17,602 for

savefileformat

(0.03 sec)
  1. Update shape properties in VSTO and Aspose.Diag...

    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 ); } catch ( Exception...

    docs.aspose.com/diagram/net/update-shape-proper...
  2. How to Convert Microsoft Project File to XPS in C#

    This step by step tutorial shows you how to convert Microsoft Project file to XPS in C#. The code to convert MPP to XPS in C# can be used with any .NET application....output XPS file format using SaveFileFormat The above simple steps...

    kb.aspose.com/tasks/net/how-to-convert-microsof...
  3. Work with Task Views

    Learn how to work with Microsoft Project (MPP/XML) task views using Aspose.Tasks for C++....Aspose::Tasks::Saving::SaveFileFormat::PDF); 13 14 // Display...Aspose::Tasks::Saving::SaveFileFormat::PDF); view raw Exampl...

    docs.aspose.com/tasks/cpp/task-views/
  4. Save Project Data to CSV, Text, MPT Formats

    Learn how to save Microsoft Project (MPP/XML) files to CSV, Text or MPT formats using Aspose.Tasks for Java....csv" , SaveFileFormat. CSV ); view raw Examp...(dataDir + "Project5.txt" , SaveFileFormat. TXT ); view raw Examp...

    docs.aspose.com/tasks/java/saving-project-data-...
  5. 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...
  6. Convert Microsoft Project MPP file to Excel For...

    Write your own Microsoft Project convertor using Aspose.Tasks for .NET and convert MPP files to Microsoft Excel spreadsheet file formats....method and specify the SaveFileFormat.Spreadsheet2003 as the..."SaveProjectDataToSpr_out.xml" , SaveFileFormat. Spreadsheet2003 ); view...

    docs.aspose.com/tasks/net/convert-ms-project-mp...
  7. Working with Project Properties

    Learn hot to use Aspose.Tasks for Java to change Microsoft Project (MPP/XML) project files' calculation modes. Also the samples of reading or setting project properties are presented below....xml" , SaveFileFormat. XML ); 18 19 // Display...(dataDir + "MPPAspose.xml" , SaveFileFormat. XML ); 22 23 // Display...

    docs.aspose.com/tasks/java/working-with-project...
  8. Working with Images|Documentation

    This section explains how to insert or get image from a visio page with Aspose.Diagram.... ImageSaveOptions ( SaveFileFormat . PNG ); // specify region...

    docs.aspose.com/diagram/net/working-with-images/
  9. Convert Project Data to JPEG

    This article explains how to convert Microsoft Project (MPP/XML) files to JPEG using Aspose.Tasks for Java....= new ImageSaveOptions(SaveFileFormat. JPEG ); 6 options. setJpegQuality...

    docs.aspose.com/tasks/java/convert-project-data...
  10. What is an MPP File? MPP File Extension, Proces...

    Learn about the MPP file format, its extension, and how it is used for project management. Discover MPP file processing, editing, and conversion with Aspose.Tasks. Automate project management workflows using C#, Java, C++, and Python to read, modify, and export MPP files seamlessly....it as an MPP file using SaveFileFormat.Mpp. Project project =...project.Save( "Project.mpp" , SaveFileFormat.Mpp); Writing an MPP File...

    products.aspose.com/tasks/supported-formats/mpp/