Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 21 for

archive compression

(0.07 sec)
  1. How to Create 7z Archive in C#

    This quick tutorial guides you on how to create 7z Archive in C#. By using C# 7z Archive can be created for multiple files or a complete folder with a few API calls....Product Family How to Create 7z Archive in C# This basic article explains...explains how to create 7z archive in C# . It includes the detailed...

    kb.conholdate.com/total/net/how-to-create-7z-ar...
  2. Password Protect a ZIP File in Java

    This brief guide covers how to password protect a ZIP file in Java. It explains all the steps and a sample code to encrypt ZIP file in Java....to install any external compression applications, as this feature...ZIP library Get the source archive while specifying the encryption...

    kb.conholdate.com/total/java/password-protect-a...
  3. How to Password Protect a ZIP File in C#

    This basic tutorial explains how to password protect a ZIP file in C#. It includes all relevant details and a code snippet to encrypt ZIP file in C#....source file and generate a ZIP archive with encryption options tailored...example, you can adjust compression settings, password complexity...

    kb.conholdate.com/total/net/how-to-password-pro...
  4. Extract ZIP File in Java

    This tutorial encompasses all the details to extract ZIP file in Java. While covering the algorithm and a sample code, it lets you create ZIP file opener in Java....Load the source ZIP archive with the Archive class Extract all...all the entries of the ZIP archive using the extractToDirectory...

    kb.conholdate.com/total/java/extract-zip-file-i...
  5. How to Turn RAR into ZIP in C#

    This article guides on how to turn RAR into ZIP in C#. It provides the information about the IDE settings, programming steps, and a runnable sample code to convert RAR to ZIP in C#....RarArchive object Create a ZIP archive Iterate through all the entries...folder in the destination ZIP archive If the entry is a file, copy...

    kb.conholdate.com/total/net/how-to-turn-rar-int...
  6. 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....to seamlessly generate ZIP archives in memory. Steps to Create...string array Create object of Archive Class in memory For each file...

    kb.conholdate.com/total/net/how-to-create-zip-f...
  7. Extract RAR Files using Java

    This guide covers the process to extract RAR files using Java. It explains the IDE configuration, the steps and relevant code to unzip RAR files using Java....Begin by loading the input RAR archive to initiate the extraction...extract all files within the archive, following the specified path...

    kb.conholdate.com/total/java/extract-rar-files-...
  8. RarArchiveEntry | Aspose.ZIP for .NET API Refer...

    RarArchiveEntry Contents [ Hide ] RarArchiveEntry class Represents single file within Archive. public abstract class ......Represents single file within archive. public abstract class RarArchiveEntry...CompressedSize { get; } Gets size of compressed file. CreationTime { get;...

    reference.aspose.com/zip/net/aspose.zip.rar/rar...
  9. How to Extract RAR Files using C#

    This guide covers the process of how to extract RAR files using C#. It has the IDE configuration, a list of programming steps and relevant sample code to open a RAR file using C#....store all the bytes from the archive into their corresponding file...filter files in the archive by compressed size, creation time...

    kb.conholdate.com/total/net/how-to-extract-rar-...
  10. How to Convert PDF to SVG Image using C#

    This tutorial explains how to convert PDF to SVG using C#. It contains the information to prepare the environment, followed by a sequence of steps and a code snippet for rendering PDF to vector image using C#....properties such as compressing the output to a zip archive, scaling to...

    kb.conholdate.com/total/net/how-to-convert-pdf-...