Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 27,267 for

archive

(0.18 sec)
  1. Convert ZIP to 7z in C#

    This topic compiles how to convert ZIP to 7z in C#. It discusses the environment configuration, the step-by-step algorithm, and a running sample code to convert ZIP to 7zip in C#....7z archive Read the input ZIP directory using the Archive class...through each file of the ZIP archive and create a respective entry...

    kb.aspose.com/zip/net/convert-zip-to-7z-in-csharp/
  2. Create Self-Extracting SFX Archives | Aspose.Zi...

    Learn how to create self-extracting SFX Archives with our comprehensive guide....Windows Archives Create Self-Extracting SFX Archives Live Demos...Create Self-Extracting SFX Archives Contents [ Hide Show ] Aspose...

    docs.aspose.com/zip/java/create-self-extracting...
  3. 7-ZIP File Format - Everything You Need to Know

    Explore the 7ZIP file format - a powerful Archive format known for its superior compression, robust encryption options, and wide compatibility. Learn how 7 ZIP simplifies data archiving and sharing, making it ideal for both developers and users....ZIP Most Common Archives What is 7zip 7-ZIP File Format:...Encryption Key Features of 7Z Archives - A Closer Look at Compression...

    products.aspose.com/zip/most-common-archives/wh...
  4. ConversionService and its tests - Free Support ...

    Hi, Can you please take a look on ConversionService class ,the hurt of my GIS converter Lib and its tests (ConversionServiceTests). I build the below two files with ChatGPT and Microsoft. Thanks in adavnce, /// /…...Inspect input: single file or archive. /// - Detect the best matching...based on input extension or archive contents (required file extensions)...

    forum.aspose.com/t/conversionservice-and-its-te...
  5. Zip 400 files - Free Support Forum - aspose.com

    Hi, I tried to zip 400 files using the below code. But only first some documents are zipping. Can you please tell me what the issue will be? // Use fast compression var options = new ArchiveSaveOptions { Encoding =…...}; using (var archive = new Archive()) { archive.CreateEntries(folderPath);...CreateEntries(folderPath); archive.Save(zipPath); } Thanks Jithin V P Issue...

    forum.aspose.com/t/zip-400-files/319628
  6. How to add new files to existing archives

    Need more space in your Archives? Learn the simple steps to add new files efficiently....Existing Archive Add new files to existing archives Advanced...Adding Files via C# to Existing Archives Aspose.ZIP for .NET Conversion...

    products.aspose.com/zip/net/advanced-api-featur...
  7. Reporting Compression Progress | Aspose.Zip Doc...

    This document covers how to report the progress of compression in Java zip library.... For zip archive, there is a CompressionProgresse...bin" ); 2 try (Archive archive = new Archive()) { 3 ArchiveEntry...

    docs.aspose.com/zip/java/reporting-compression-...
  8. Cabinet file Format & .cab extension - Everythi...

    Explore the Cabinet Archive file format and extension, a versatile format known for its wide compatibility and efficient compression methods. Learn how CAB simplifies data compression and Archive management across various applications....ZIP Most Common Archives What is cab CAB File Format...Pricing Buy CAB Archive Format CAB (Cabinet) archives are used to...

    products.aspose.com/zip/most-common-archives/wh...
  9. Converting ZIP to 7z | Aspose.ZIP for .NET

    Converting ZIP to 7z via Aspose.ZIP API solution for .NET with some code examples....NET Developer Guide Archive Conversion Convert ZIP to 7z...you want to convert the ZIP archive to 7z read this article. Aspose...

    docs.aspose.com/zip/net/converting-from-zip-to-7z/
  10. Using Aspose.ZIP within ASP.NET | Aspose.Zip fo...

    C# API lets you work with creating and managing Archives in your web applications without the need of any other 3rd party applications and provides various methods to perform operations on Archives....dynamically generated archives or handle archive uploads for server-side...demonstrate how to integrate archive composition and processing...

    docs.aspose.com/zip/net/using-for-asp.net-web-app/