Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 5,160 for

file comparison

(0.04 sec)
  1. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other Files of different types in your Java solution....Comparison Product Solution GroupDocs...properties extracted from a file. Some metadata standards can...

    docs.groupdocs.com/metadata/java/find-metadata-...
  2. Set custom fonts | Documentation

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your .NET applications....Comparison Product Solution GroupDocs...docx" )) { // Create an HTML file. HtmlViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/set-custom-fonts/
  3. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Comparison Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....Comparison Product Solution GroupDocs...to output text to a file. The path to a file is specified in the...

    docs.groupdocs.com/search/java/output-adapters/
  5. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Comparison Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Remove Metadata from DOCX using Java

    Learn how to efficiently remove metadata from DOCX using Java. This guide includes a sample code example demonstrating how you can delete metadata from DOCX in Java....Comparison Product Family GroupDocs...Metadata from DOCX using Java DOCX files, which are the standard format...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  7. Extract metadata from MSG using C#

    Let’s explore how to extract metadata from MSG using C#. We will also provide MSG metadata extraction C# code that is compatible with Windows, macOS, and Linux....Comparison Product Family GroupDocs...metadata from MSG using C# MSG files, commonly used by Microsoft...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  8. Features Overview | Documentation

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....Comparison Product Solution GroupDocs...toolkit and create a new PDF file with raster images of redacted...

    docs.groupdocs.com/redaction/python-net/feature...
  9. EditableDocument | Documentation

    This documentation section explains features of EditableDocument class when editing document with GroupDocs.Editor for .NET API....Comparison Product Solution GroupDocs...to specify this content via file path. Or user may need to save...

    docs.groupdocs.com/editor/net/editabledocument/
  10. GroupDocs.Conversion for Java | Documentation

    GroupDocs.Conversion for Java is an advanced document conversion API developed to convert Files of different formats from within Java applications....Comparison Product Solution GroupDocs...transformation between multiple file formats. It supports conversion...

    docs.groupdocs.com/conversion/java/