Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 302 for

compression

(0.08 sec)
  1. How to merge TIF images using java | Documentation

    Learn how to merge TIF image files, combine TIF image files into one file programmatically in java language using GroupDocs.Merger for Java library....holding both lossy jpeg compression and lossless image data....

    docs.groupdocs.com/merger/java/getting-started/...
  2. How to merge WAV files using C# | Documentation

    Learn how to merge WAV audio files, combine WAV audio files into one file programmatically in C# language using GroupDocs.Merger for .NET library....format doesn’t apply any compression to the bitstream and stores...

    docs.groupdocs.com/merger/net/getting-started/u...
  3. Best Practices in Metadata Management

    Before going in-depth to Metadata management, let’s discuss what the metadata is? The Metadata summarizes basic information about data. In other words, it’s an information which describes the data that contained in something like a web page, document, or file. Another way to think of metadata is as a short explanation or summary of what the data is. A simple example of metadata for a document might include a collection of information like the author, file size, date the document was created, and keywords to describe the document....date and time, and type of compression. Technical metadata is often...

    blog.groupdocs.com/metadata/best-practices-in-m...
  4. BoardPro Converts Files into PDF and Merge Mult...

    About BoardPro BoardPro is an innovative cloud-based startup developing board management software specifically designed to meet the requirements and governance workflows of the board of directors of small to medium businesses and non-profits. It is an easy-to-use software for board meetings, responsibilities, and documents. It is designed specifically to meet the challenges of limited resources and limited experience. Professional corporate boards can afford extensive governance and administration resources, freeing directors to focus on making a powerful contribution....images with low-quality JPEG compression. See an example of this conversion...distort or introduce JPEG compression artifacts on higher zoom...

    blog.groupdocs.com/total/convert-files-to-pdf-a...
  5. Convert WebP to JPG, PNG, and PDF in Java | Fre...

    How to convert WebP to JPG, PNG, or PDF in Java using an open-source document conversion API. Convert WebP online for free. Running examples are available....provides lossless and lossy compression for images on the web. WebP...

    blog.groupdocs.com/conversion/convert-webp-to-j...
  6. Convert to PDF with advanced options | Document...

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....document are re-compressed. The amount of compression and image quality...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  7. Saving a File to an Output Stream | Documentation

    This article demonstrates how to convert a file and save it as a stream using GroupDocs.Conversion for Java API....orientation, margins, or compression. Converting and Writing to...

    docs.groupdocs.com/conversion/java/save-file-to...
  8. .NET XLAM Viewer API - Read, View, Render in C#...

    .NET document viewer API to read, render and display XLAM in any type of C#, ASP.NET, VB.NET & .NET Core applications....formats and are saved with ZIP compression to reduce the overall file...

    products.groupdocs.com/viewer/net/xlam/
  9. .NET JP2 Viewer API - Read, View, Render in C# ...

    .NET document viewer API to read, render and display JP2 in any type of C#, ASP.NET, VB.NET & .NET Core applications....and state-of-the-art image compression standard. Designed, using...

    products.groupdocs.com/viewer/net/jp2/
  10. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage.... format ( "Compression: %s" , videoStreamProperty...

    docs.groupdocs.com/metadata/java/working-with-m...