Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 27,282 for

archive

(0.08 sec)
  1. Compress PDFE Files in C# via .NET | Aspose.Zip

    C# compression example to compress PDFE documents into zip and other Archive formats on .NET Framework and .NET Core.... LZ, CPIO, XZ, Z, and CAB archives. Download Free Trial Aspose...7Zip, TAR, GZIP, and other archives without external utilities...

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

    C# compression example to compress M4V documents into zip and other Archive formats on .NET Framework and .NET Core.... LZ, CPIO, XZ, Z, and CAB archives. Download Free Trial Aspose...7Zip, TAR, GZIP, and other archives without external utilities...

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

    C# compression example to compress OSM documents into zip and other Archive formats on .NET Framework and .NET Core.... LZ, CPIO, XZ, Z, and CAB archives. Download Free Trial Aspose...7Zip, TAR, GZIP, and other archives without external utilities...

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

    C# compression example to compress XLSX documents into zip and other Archive formats on .NET Framework and .NET Core.... LZ, CPIO, XZ, Z, and CAB archives. Download Free Trial Aspose...7Zip, TAR, GZIP, and other archives without external utilities...

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

    C# compression example to compress XER documents into zip and other Archive formats on .NET Framework and .NET Core.... LZ, CPIO, XZ, Z, and CAB archives. Download Free Trial Aspose...7Zip, TAR, GZIP, and other archives without external utilities...

    products.aspose.com/zip/net/compress/xer/
  6. Aspose.zip for .net 解压中文乱码 - Free Support Forum...

    zip压缩包里面有中文文件名的文件,解压后是乱码,请问有办法处理? 使用的是最新的.net 版aspose.zip...{ using (Archive archive = new Archive(fs)) { archive.Entries[0]...Extract(@"C:\Temp\Desktop\az\" + archive.Entries[0].Name); } } 您能否列...

    forum.aspose.com/t/aspose-zip-for-net/222189
  7. Convert ZIP to 7z in Python

    This guide shows how to transform ZIP files into 7z Archives using Python. It explains the setup, procedural steps, and includes a code example to perform the ZIP to 7zip conversion in Python....source ZIP directory using the Archive class Define a SevenZipArchive...Loop every item in the ZIP archive and append it to the 7z file...

    kb.aspose.com/zip/python/convert-zip-to-7z-in-p...
  8. Load TeX from ZIP | C++ API Solution

    C++ API Solution to work with TeX. Learn on the example how to load a TeX file from ZIP with a few lines of code....TeX/LaTeX files from a ZIP archive Aspose.TeX for C++ Live Demos...loading TeX input from a ZIP archive. For this purpose, you can...

    products.aspose.com/tex/cpp/load-tex-from-zip/
  9. Zip64Mode Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.Zip64Mode enum for efficient ZIP64 format use in OOXML files, enhancing file size management and compatibility....Remarks OOXML file is a ZIP-archive that has a 4 GB (2^32 bytes)...file, and total size of the archive, as well as a limit of 65,535...

    reference.aspose.com/words/net/aspose.words.sav...
  10. How to Create ZIP File in Memory in C#

    This step-by-step tutorial explains how to create ZIP file in memory in C#. This C# code will compress file contents of a directory and create ZIP Archive in memory....steps to be able to create ZIP archive in memory. Steps to Create...string array Create object of Archive Class in memory For each file...

    kb.aspose.com/zip/net/how-to-create-zip-file-in...