Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 264 for

compression

(0.02 sec)
  1. 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...
  2. 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...
  3. Introducing HTML Minification in GroupDocs.View...

    We are back with another version of GroupDocs.Viewer for .NET. In this release, we have added HTML minification for optimized rendering of documents into HTML. Not only this, we have also introduced rendering of MS Project documents by specifying time intervals. Let’s have a quick overview of some exciting features of GroupDocs.Viewer for .NET 17.12. .NET Document Rendering API - New Features HTML Minification When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the Compression of the output content (HTML, CSS, and SVG)....might want to use is the compression of the output content (HTML...

    blog.groupdocs.com/viewer/introducing-html-mini...
  4. 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...
  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 Java....Re-compresses all images in the document. The compression quality...

    docs.groupdocs.com/conversion/java/convert-to-p...
  7. GroupDocs.Conversion for Java 16.10.1 Implement...

    Team GroupDocs is keen to announce another release of GroupDocs.Conversion for Java 16.10.1. Numerous customers reported bugs are resolved in this release. Moreover, API encompasses multitude of new features. Support of converting documents to and from PSD format is introduced. Using latest version of the API developers can implement multi-thread conversion as well. We would recommend you to download and experience GroupDocs.Conversion for Java 16.10.1 and share your feedback....Output file after CCITT4 compression not rendered well in IBM...

    blog.groupdocs.com/conversion/groupdocs.convers...
  8. Getting indexed documents | Documentation

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format.... Compression . High )); // Enabling the...

    docs.groupdocs.com/search/nodejs-java/getting-i...
  9. 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...
  10. View Contents of ZIP and TAR Archives using Gro...

    We are excited to bring a major release of GroupDocs.Viewer for Java API packaging a bunch of new features, improvements, and bug fixes. In the latest release, we have added the support of viewing archives and a couple of code files as well as provided the features of working with security settings in the PDF documents. So let’s walk through the latest release of our document viewer API for Java and check out what you are going to get after upgrading to v19....single package that is further compressed to reduce the file size....and TAR are categorized as compression file formats. In the following...

    blog.groupdocs.com/viewer/view-files-and-folder...