Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 30,294 for

archive

(0.11 sec)
  1. Aspose.Save Large File Corruption - Free Suppor...

    Hi There, When Archiving file is corrupted when the size is more than 5 MB. If it is less than 5MB file seems working as expected. File size is cutting off when it is more than 5MB. For 20 MB file i see 5MB once unzip. P…...3:01pm #1 Hi There, When Archiving file is corrupted when the...WriteLine(“Hello, World!”); Archive archive = new Archive(new ArchiveEntr...

    forum.aspose.com/t/aspose-save-large-file-corru...
  2. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/Atom Release Notes - 2023 on Releases - aspose.comhttps://releases.aspose.com/zip/net/release-notes/2023/Recent content in Release Notes - 2023 on Releases ......indicating whether to compress 7z archive header.Aspose.ZIP for .NET...Type ZIPNET-1037 Support tar archives compressed with Zstandard...

    releases.aspose.com/zip/net/release-notes/2023/...
  3. Convert RAR to TAR.LZ via C#

    Source code for RAR to TAR.LZ C# conversion. Use API example code for batch RAR files to TAR.LZ conversion within VB.NET Asp.NET or any .NET based application....from RAR archive and immediately put it to TAR.LZ archive Aspose... powerful and easy to use archive conversion API for C# platform...

    products.aspose.com/zip/net/conversion/rar-to-t...
  4. Converting RAR to ZIP

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product......Zip Java Developer Guide Archive conversion Converting RAR to...If you want to convert RAR archive to ZIP read this article. Convertation...

    docs.aspose.com/zip/java/converting-from-rar-to...
  5. Extract | Aspose.ZIP for .NET API Reference

    Extract GzipArchive.Extract method Extracts the Archive to the stream provided. public void Extract ( Stream destinat......Extract method Extracts the archive to the stream provided. public...var archive = new GzipArchive ( "archive.gz" )) { archive . Extract...

    reference.aspose.com/zip/net/aspose.zip.gzip/gz...
  6. CreateEntry | Aspose.ZIP for .NET API 参考

    在存档中创建单个条目... Open ( "archive.7z" , FileMode . Create ))...using ( var archive = new SevenZipArchive ()) { archive . CreateEntry...

    reference.aspose.com/zip/zh/net/aspose.zip.seve...
  7. Extract | Aspose.ZIP for .NET API Reference

    Extract Contents [ Hide ] TarEntry.Extract method (1 of 2) Extracts the entry to the filesystem by the path provided.......var archive = new TarArchive ( "archive.tar" )) { archive . Entries...an entry of tar archive. using ( var archive = new TarArchive...

    reference.aspose.com/zip/net/aspose.zip.tar/tar...
  8. DecryptionPassword | Aspose.ZIP for .NET API 参考

    获取或设置用于解密条目的密码... OpenRead ( "encrypted_archive.zip" )) { using ( var extracted...bin" )) { using ( Archive archive = new Archive ( fs , new ArchiveLoadOptions...

    reference.aspose.com/zip/zh/net/aspose.zip/arch...
  9. Does Aspose.zip support an archived autorun exe...

    Does Aspose.zip allow an executable Archive to launch an exe that is part of the zip? For example, two *.txt files and an exe are put in an Archive. The Archive is self extracting. Clicking on the Archive unzips the pdf…...zip support an archived autorun exe Aspose.ZIP Product...Aspose.zip allow an executable archive to launch an exe that is part...

    forum.aspose.com/t/does-aspose-zip-support-an-a...
  10. Remove password protection from ZIP without ext...

    Hello, is there a way to remove a password protection from ZIP file without extracting them (password is knowing)? We using the following code to encrypt a ZIP with a password: zipFileStream = File.Ope…...encryptionMethod); archive = new Archive(new ArchiveEntrySet...inputFile in inputFiles) { archive.CreateEntry(Path.GetFileName(inputFile)...

    forum.aspose.com/t/remove-password-protection-f...