Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 2,151 for

archive

(0.04 sec)
  1. Create ZIP in C#

    This brief tutorial covers how to create a ZIP file in C#. It contains all the details including the algorithm and the code snippet to develop a ZIP file maker in C#....package manager to create a ZIP archive Create a FileStream class object...object to save the output ZIP archive Open the source files that...

    kb.aspose.com/zip/net/create-zip-in-csharp/
  2. CompressionLevel Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.CompressionLevel enum to optimize OOXML file sizes, enhancing performance and efficiency in document processing....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/net/aspose.words.sav...
  3. Extract Assets from USDZ File Formats via Java ...

    Sample Java extract assets code for USDZ file. Use this example code to extract assets from USDZ file within any Web or Desktop Java based application....output file format Create archive class and handle extract asset...{ private ZipOutputStream archive; private HashSet<String> entries...

    products.aspose.com/3d/java/extractor/usdz/
  4. Save an SVG Document – C#

    In the article, you will learn how to save an SVG document to a file, memory stream, ZIP Archive or Url using Aspose.SVG for .NET library....SVG to a file, stream, Zip archive or Url. In this article, we...); 16 } Save SVG to a Zip Archive You can implement the by creating...

    docs.aspose.com/svg/net/save-svg-document/
  5. Compress CSV File using Python

    This topic elaborates on how to compress CSV file using Python. It explains the IDE settings, the stepwise process, and a working code sample for CSV file compression using Python....CSV files into a single ZIP archive. Steps to Compress CSV using...compression Make an object of the Archive class Pass the string values...

    kb.aspose.com/zip/python/compress-csv-file-usin...
  6. Zip64Mode | Aspose.Words for Java

    Specifies when to use ZIP64 format extensions for OOXML files in Java....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/java/com.aspose.word...
  7. Aspose.TeX's input interface | Java

    Conversion functionality of Aspose.TeX API solution for Java with TeX, as an input format is explained here with the code examples....Getting file input from a ZIP archive We can also put the input files...files in a ZIP archive and consider it an input directory. In...

    docs.aspose.com/tex/java/aspose-tex-input/
  8. Aspose.TeX's input interface | .NET

    Conversion functionality of Aspose.TeX API solution for .NET with TeX, as an input format is explained here with the code examples....Getting file input from a ZIP archive We can also put the input files...files in a ZIP archive and consider it an input directory. In...

    docs.aspose.com/tex/net/aspose-tex-input/
  9. OlePackage | Aspose.Words for Java

    Allows to access OLE Package properties in Java....external file will be a ZIP archive. byte[] zipFileBytes = DocumentHelper...external file will be a ZIP archive. byte[] zipFileBytes = DocumentHelper...

    reference.aspose.com/words/java/com.aspose.word...
  10. 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.aspose.com/zip/net/how-to-turn-rar-into-zip-...