Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 5,762 for

mpp file

(0.07 sec)
  1. Compress and Decompress EMF Files via .NET

    C# compression and decompression source code to compress EMF documents into a single zip archive or vice versa on .NET Framework, .NET Core....NET Zip file EMF Zip file PNG JPG BMP TIFF EMF Compress...to Compress / Decompress EMF File Using C# In order to compress...

    products.aspose.com/zip/net/zip-file/emf/
  2. Read Task Timephased Data | Aspose.Tasks Docume...

    Learn how to read Microsoft Project (Mpp/XML) task timephased data using Aspose.Tasks for C# and VB.NET....data from Microsoft Project (MPP) files. The time-phased data is...(dataDir + u "ReadWriteTimephasedD.mpp" ); 4 5 // Set project properties...

    docs.aspose.com/tasks/cpp/read-timephased-data/
  3. Compress and Decompress XLSM Files via .NET

    C# compression and decompression source code to compress XLSM documents into a single zip archive or vice versa on .NET Framework, .NET Core....NET Zip file XLSM Zip file PNG JPG BMP TIFF XLSM...to Compress / Decompress XLSM File Using C# In order to compress...

    products.aspose.com/zip/net/zip-file/xlsm/
  4. How to Add Extended Attributes to Resource Assi...

    Learn how to add extended attributes to Microsoft Project resource assignments using Aspose.Tasks for .NET. This guide explains how to create plain and lookup attributes with practical C# code examples....mpp" ); 3 4 // Add new task and resource..."AddExtendedAttribute_out.mpp" , SaveFileFormat. MPP ); Examples-CSha...

    docs.aspose.com/tasks/net/adding-extended-attri...
  5. Baseline Task Scheduling | Aspose.Tasks Documen...

    Learn how to edit Microsoft Project (Mpp/XML) task baselines using Aspose.Tasks for .NET....dates when working with MPP/XML files. Baseline Start and Finish...project = new Project( "input.mpp" ); 2 3 // Access a task 4 Task...

    docs.aspose.com/tasks/net/baseline-task-schedul...
  6. Custom Field (Extended Attribute) Definition Da...

    Technical reference for custom field (extended attribute) definitions in Microsoft Project Files....metadata in Microsoft Project files. This section outlines the structure...custom field definitions in the MPP and XML formats. Each property...

    docs.aspose.com/tasks/net/custom-field-extended...
  7. Removing the Gap Between Tasks List and Footer ...

    This guide explains how to use Aspose.Tasks for Java to reduce the gap between the task list and footer when converting project data.... class ); 2 3 //Read the MPP file. 4 Project project = new Project(dataDir...Project(dataDir + "Homemoveplan.mpp" ); 5 6 //Use ReduceFooterGap...

    docs.aspose.com/tasks/java/reducing-gap-between...
  8. Create a Simple or Protected ZIP archive via C#

    C# source code for creating ZIP archives. Add single or multiple Files and folders to ZIP archives programmatically....Create ZIP Archive using C# Add files or folders to ZIP archives programmatically...decompress ZIP, TAR, GZIP, BZ2 file formats on .NET platform without...

    products.aspose.com/zip/net/extract/create/
  9. Using Aspose.Tasks for .NET | Aspose.Tasks Docu...

    Learn how to use Aspose.Tasks for .NET in environments like Classic ASP, VB6, or via COM Interop....(such as reading or writing MPP/XML files) to legacy applications...generating a Microsoft Project XML file from a Classic ASP page. Using...

    docs.aspose.com/tasks/net/using-aspose-tasks-fo...
  10. Extract XLTX Files via .NET

    C# decompression source code to extract XLTX documents from a single archive or vice versa on .NET Framework, .NET Core....Extract XLTX File Using C# In order to extract XLTX file, we’ll use...Install-Package Aspose.ZIP Steps for XLTX Files Decompression in C# Developers...

    products.aspose.com/zip/net/extract/xltx/