Sort Score
Result 10 results
Languages All
Labels All
Results 4,021 - 4,030 of 9,919 for

file comparison

(0.06 sec)
  1. Convert contents of RAR or ZIP to different for...

    Learn how to convert contents of RAR/ZIP archives to a different format based on content type using GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs...to convert each constituent file of a RAR archive into a PDF...

    docs.groupdocs.com/conversion/net/convert-conte...
  2. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Comparison Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. GroupDocs.Editor for .NET 20.9 Release Notes | ...

    Note This page contains release notes for GroupDocs.Editor for .NET 20.9 GroupDocs.Editor for .NET version 20.9 contains mostly bug fixes, but also a list of different improvements, which, however, don’t alter the public API. All of them are described below. Improvements Added new list item numeric markers Microsoft Word and Office Open XML format support a lot of different list item numeric markers, not only usual Arabic or Roman numbers and Latin letters....Comparison Product Solution GroupDocs...ArgumentException with sample file Bug EDITORNET-1803 Fix InvalidCastException...

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  4. Add document to Spreadsheet via OLE | Documenta...

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Comparison Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/net/add-document-to-s...
  5. How to Convert ODT to TXT using Java

    Our aim is to provide you with guidance on how to convert ODT to TXT using Java with popular conversion library along with code example to export ODT to TXT in Java....Comparison Product Family GroupDocs...Open Document Text ( ODT ) files to plain text (TXT) format,...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Convert ODT to MHTML using Java

    In this topic, you will learn how to convert ODT to MHTML using Java without installing third-party software. Also, we will provide code to export ODT to MHTML in Java....Comparison Product Family GroupDocs...era, the ability to convert files between different formats is...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. GroupDocs.Conversion for .NET | Documentation

    GroupDocs.Conversion for .NET is an advanced document conversion API developed to convert Files of different formats from within C# applications....Comparison Product Solution GroupDocs...conversion API developed to convert files of different formats from within...

    docs.groupdocs.com/conversion/net/
  8. Read Metadata from DOCX using Java

    Let's learn the knowledge of how to read metadata from DOCX using Java. Master the skill to read metadata of DOCX using Java without installing extra software....Comparison Product Family GroupDocs...Metadata class, passing the DOCX file path as an argument to the constructor...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  9. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Comparison Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. GroupDocs.Viewer for .NET 17.4.0 Release Notes ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 17.4.0. Major Features There are 5 new features and 15 improvements and fixes in this regular monthly release. The most notable are: Added ONE and DjVu File formats support Added setting which allows specifying Layouts when rendering CAD documents Added setting which allows specifying text overflow mode when rendering Cells documents Implemented a setting that switches on more accurate rendering of PDF documents Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1166 Implement a setting for specifying output quality for rendering DjVu documents New Feature VIEWERNET-1146 Implement setting for specifying Layouts when rendering Cad documents New Feature VIEWERNET-1135 Add setting which allows to specify text overflow mode when rendering Cells documents New Feature VIEWERNET-1111 Add ONE File format support New Feature VIEWERNET-739 DJVU format support New Feature VIEWERNET-1167 CellsOptions....Comparison Product Solution GroupDocs...notable are: Added ONE and DjVu file formats support Added setting...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...