Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 28,491 for

archive

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

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 VSSX 文件壓縮為 zip 和其他存檔格式。...ZIP,建立Archive實例,新增VSSX文件,然後儲存結果。以下步驟總結了 C#...VSSX 檔案的資料夾路徑。 建立 Archive 類別的實例。 使用 Archive 對象,使用 CreateEntry...

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

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 PPSM 文件壓縮為 zip 和其他存檔格式。...ZIP,建立Archive實例,新增PPSM文件,然後儲存結果。以下步驟總結了 C#...PPSM 檔案的資料夾路徑。 建立 Archive 類別的實例。 使用 Archive 對象,使用 CreateEntry...

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

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 XOML 文件壓縮為 zip 和其他存檔格式。...ZIP,建立Archive實例,新增XOML文件,然後儲存結果。以下步驟總結了 C#...XOML 檔案的資料夾路徑。 建立 Archive 類別的實例。 使用 Archive 對象,使用 CreateEntry...

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

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 DOTM 文件壓縮為 zip 和其他存檔格式。...ZIP,建立Archive實例,新增DOTM文件,然後儲存結果。以下步驟總結了 C#...DOTM 檔案的資料夾路徑。 建立 Archive 類別的實例。 使用 Archive 對象,使用 CreateEntry...

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

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 DCM 文件壓縮為 zip 和其他存檔格式。...ZIP,建立Archive實例,新增DCM文件,然後儲存結果。以下步驟總結了 C#...DCM 檔案的資料夾路徑。 建立 Archive 類別的實例。 使用 Archive 對象,使用 CreateEntry...

    products.aspose.com/zip/zh-hant/net/compress/dcm/
  6. Convert DOCX to MHTML in Python | products.aspo...

    DOCX to mhtml Web Archive format and HtmlFixed file conversion in your Python applications without using Microsoft Word...adding a DOCX to MHTML (Web archive format) conversion feature...processing documents into web archive files that bundle HTML content...

    products.aspose.com/total/python-net/conversion...
  7. Convert RTF to MBOX in Python | products.aspose...

    Save RTF to MBOX within Python applications without using Microsoft Word or Outlook...text documents into mailbox archive structures that can store collections...or repurposed in bulk email archive and migration workflows. For...

    products.aspose.com/total/python-net/conversion...
  8. Working with LZIP Files in C#

    Working with LZIP Files in C# is now a relatively straightforward task. Aspose.ZIP for .NET makes LZIP file compression & extraction robust and efficient....the archive. Call the Save method to create LZIP archive to the...handle large files efficiently. Archive compression can reduce size...

    blog.aspose.com/zip/working-with-lzip-files-in-...
  9. Compress CSV File using Python

    This topic elaborates on how to compress CSV file using Python. It explains the IDE settings, the stepwise process, and a working code sample for CSV file compression using Python....CSV files into a single ZIP archive. Steps to Compress CSV using...compression Make an object of the Archive class Pass the string values...

    kb.aspose.com/zip/python/compress-csv-file-usin...
  10. 透過.NET在C

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 JPEG 文件壓縮為 zip 和其他存檔格式。... 建立 Archive 類別的實例。 使用 Archive 對象,使用 CreateEntry...下面的程式碼片段顯示了壓縮 JPEG 檔案的核心 API 步驟:建立 Archive 物件、新增條目並儲存生成的 ZIP。 Compress...

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