Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 7,377 for

mpp file

(0.7 sec)
  1. 透過 .NET 在 C# 壓縮 EMLX 檔案 | Aspose.Zip

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 EMLX 文件壓縮為 zip 和其他檔案格式。... Compress EMLX file via .NET: var dir = "full directory...CreateEntry( "filename.emlx" , dir+ "file.emlx" ); arch.Save(dir+ "archived_result...

    products.aspose.com/zip/zh-hant/net/compress/emlx/
  2. 透過 .NET 在 C# 壓縮 OTT 檔案 | Aspose.Zip

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 OTT 文件壓縮為 zip 和其他存檔格式。... Compress OTT file via .NET: var dir = "full directory...CreateEntry( "filename.ott" , dir+ "file.ott" ); arch.Save(dir+ "archived_result...

    products.aspose.com/zip/zh-hant/net/compress/ott/
  3. 透過.NET 在 C# 壓縮 PDFA 檔案 | Aspose.Zip

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 PDFA 文件壓縮為 zip 和其他存檔格式。... Compress PDFA file via .NET: var dir = "full directory...CreateEntry( "filename.pdfa" , dir+ "file.pdfa" ); arch.Save(dir+ "archived_result...

    products.aspose.com/zip/zh-hant/net/compress/pdfa/
  4. 透過.NET 在 C# 壓縮 PPSX 檔 | Aspose.Zip

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 PPSX 文件壓縮為 zip 和其他存檔格式。... Compress PPSX file via .NET: var dir = "full directory...CreateEntry( "filename.ppsx" , dir+ "file.ppsx" ); arch.Save(dir+ "archived_result...

    products.aspose.com/zip/zh-hant/net/compress/ppsx/
  5. 透過.NET 在 C# 壓縮 MOV 檔案 | Aspose.Zip

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 MOV 文件壓縮為 zip 和其他存檔格式。... Compress MOV file via .NET: var dir = "full directory...CreateEntry( "filename.mov" , dir+ "file.mov" ); arch.Save(dir+ "archived_result...

    products.aspose.com/zip/zh-hant/net/compress/mov/
  6. 透過.NET 在 C# 壓縮 OFT 檔 | Aspose.Zip

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 OFT 文件壓縮為 zip 和其他存檔格式。... Compress OFT file via .NET: var dir = "full directory...CreateEntry( "filename.oft" , dir+ "file.oft" ); arch.Save(dir+ "archived_result...

    products.aspose.com/zip/zh-hant/net/compress/oft/
  7. 透過.NET 在 C# 壓縮 AZW3 檔案 | Aspose.Zip

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 AZW3 文件壓縮為 zip 和其他存檔格式。... Compress AZW3 file via .NET: var dir = "full directory...CreateEntry( "filename.azw3" , dir+ "file.azw3" ); arch.Save(dir+ "archived_result...

    products.aspose.com/zip/zh-hant/net/compress/azw3/
  8. 透過 .NET 在 C# 壓縮 XER 檔案 | Aspose.Zip

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 XER 文件壓縮為 zip 和其他存檔格式。... Compress XER file via .NET: var dir = "full directory...CreateEntry( "filename.xer" , dir+ "file.xer" ); arch.Save(dir+ "archived_result...

    products.aspose.com/zip/zh-hant/net/compress/xer/
  9. Rendering Task Usage View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project (Mpp/XML) task usage views to PDF and other formats using Aspose.Tasks for .NET. Includes C# examples with SaveOptions, PresentationFormat, and Details column rendering.... Load the source MPP file. Configure a object with the...= new Project( "New Project.mpp" ); 2 3 // Define the SaveOptions...

    docs.aspose.com/tasks/net/rendering-task-usage-...
  10. Adding Links for Tasks | Aspose.Tasks Documenta...

    Learn how to add new task links to your project using Aspose.Tasks for .NET instead of Microsoft Office Automation Tools....dependencies in Microsoft Project (MPP/XML) files. This article demonstrates...API for manipulating project files. Below are examples of both...

    docs.aspose.com/tasks/net/adding-links-for-tasks/