Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 2,153 for

archive

(0.03 sec)
  1. Aspose.HTML for .NET 24.2 – Save HTML to a Stream

    Examples of using deprecated and new classes to save HTML to a stream using 24.2 and earlier versions of the Aspose.HTML for .NET library....documents with resources to Zip archive and memory stream. Aspose.HTML...documents. Save HTML to a Zip Archive Here, we will examine one and...

    docs.aspose.com/html/net/migration-between-vers...
  2. 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
  3. 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...
  4. Zip64Mode enumeration | Aspose.Words for Python

    aspose.words.saving.Zip64Mode enumeration. Specifies when to use ZIP64 format extensions for OOXML files.... 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/python-net/aspose.wo...
  5. Aspose.SVG for .NET 24.3.0 – Save an SVG to a S...

    Examples of using deprecated and new classes to save SVG to a stream using 24.3.0 and earlier versions of the Aspose.SVG for .NET library....documents with resources to Zip archive, memory stream, and local file...documents. Save SVG to a Zip Archive Here, we will examine one and...

    docs.aspose.com/svg/net/migration-between-versi...
  6. Popular Use Cases for Message Handlers – C#

    Learn about creating custom message handlers for popular use cases in C# – convert ZIP to PDF, log a web request execution time, etc....HTML documents from a ZIP archive, authentication, and log an...document into a single ZIP archive and convert, for instance,...

    docs.aspose.com/html/net/message-handlers/popul...
  7. CompressionLevel enumeration | Aspose.Words for...

    aspose.words.saving.CompressionLevel enumeration. Compression level for OOXML files...files are internally a ZIP-archive, this property controls the...the archive. Note, that FlatOpc file is not a ZIP-archive, therefore...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. .BZ2 File Format - Everything You Need to Know ...

    Explore the BZIP2 file format - a powerful Archive format known for its superior compression, robust encryption options, and wide compatibility. Learn how BZ2 simplifies data archiving and sharing, making it ideal for both developers and users....ZIP Most Common Archives What is bz2 BZ2 - Efficient...You Need to Know About BZIP2 archive file format Conversion Demos...

    products.aspose.com/zip/most-common-archives/wh...
  10. Open ZIP File with Password in Java

    This brief article focuses on how to open ZIP file with password in Java. It covers the step-by-step algorithm and a running code snippet to extract password protected ZIP in Java....the input ZIP archive with the object of the Archive class Unzip...password for extracting the archive. Secondly, proceed to load...

    kb.aspose.com/zip/java/open-zip-file-with-passw...