Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 4,214 for

psb file

(0.05 sec)
  1. Compress X Files in C# via .NET | Aspose.Zip

    C# compression example to compress X documents into zip and other archive formats on .NET Framework and .NET Core....managed C# API for compressing X files in server-side and desktop applications...You can process individual files or collections, use streams...

    products.aspose.com/zip/net/compress/x/
  2. Compress CMX Files in C# via .NET | Aspose.Zip

    C# compression example to compress CMX documents into zip and other archive formats on .NET Framework and .NET Core....compressing CMX vector and design files in server-side and desktop applications...processing tasks. How to Compress CMX File Using C# Use the Aspose.ZIP...

    products.aspose.com/zip/net/compress/cmx/
  3. Compress TNEF Files in C# via .NET | Aspose.Zip

    C# compression example to compress TNEF documents into zip and other archive formats on .NET Framework and .NET Core....reliable C# API to compress TNEF files in .NET applications. It supports...tasks. How to Compress TNEF File Using C# Use the Aspose.ZIP...

    products.aspose.com/zip/net/compress/tnef/
  4. Compress XLM Files in C# via .NET | Aspose.Zip

    C# compression example to compress XLM documents into zip and other archive formats on .NET Framework and .NET Core....reliable C# API to compress XLM files in .NET applications. It supports...processing tasks. How to Compress XLM File Using C# Use the Aspose.ZIP...

    products.aspose.com/zip/net/compress/xlm/
  5. Compress DJVU Files in C# via .NET | Aspose.Zip

    C# compression example to compress DJVU documents into zip and other archive formats on .NET Framework and .NET Core....reliable C# API to compress DJVU files in .NET applications. It supports...tasks. How to Compress DJVU File Using C# Use the Aspose.ZIP...

    products.aspose.com/zip/net/compress/djvu/
  6. Compress DGN Files in C# via .NET | Aspose.Zip

    C# compression example to compress DGN documents into zip and other archive formats on .NET Framework and .NET Core....workflows that exchange project files. Package DGN content into ZIP...processing tasks. How to Compress DGN File Using C# Use the Aspose.ZIP...

    products.aspose.com/zip/net/compress/dgn/
  7. 透過.NET 在 C# 壓縮 PCL 檔案 | Aspose.Zip

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

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

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

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

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

    products.aspose.com/zip/zh-hant/net/compress/xml/
  10. 透過 .NET 在 C# 壓縮一個檔案 | Aspose.Zip

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

    products.aspose.com/zip/zh-hant/net/compress/one/