Sort Score
Result 10 results
Languages All
Labels All
Results 6,071 - 6,080 of 12,456 for

document comparison

(0.14 sec)
  1. Use redaction policies | Documentation

    If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML Document with a list of pre-configured redactions. Below is an example of redaction policy XML file (code properties mapping is obvious): RedactionPolicy.xml You can use RedactionPolicy....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/use-redaction...
  2. How to Add Digital Signature to DOCX using C#

    In this topic, you will get help on how to add digital signature to DOCX using C#. Also, code example will be supplied to insert digital signature into DOCX using C#....Comparison Product Family GroupDocs...and integrity of electronic documents, digital signatures are essential...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  3. 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 AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. How to Convert RTF to ODT using Java

    In this topic, you will be taken step-by-step process to convert RTF to ODT using Java. Also, you will find Java code that explains how to export RTF to ODT in Java....Comparison Product Family GroupDocs...a seamless conversion of documents. These instructions are universally...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to Extract Text from PDF using Java

    Discover the effective method to extract text from PDF using Java. We will provide you the Java code to extract text from PDF without installing extra installation....Comparison Product Family GroupDocs...to extract text from PDF documents using Java programming is...

    kb.groupdocs.com/viewer/java/how-to-extract-tex...
  6. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/handling-metad...
  7. Install GroupDocs.Total for Java | Documentation

    This topic describes how to install GroupDocs.Total for Java....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Total Product...

    docs.groupdocs.com/total/java/installation/
  8. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class...Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  9. Merge indexes | Documentation

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the Documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/merge-ind...
  10. GroupDocs.Parser for .NET 17.06 Release Notes |...

    Note This page contains release notes for GroupDocs.Parser for .NET 17.6.0 Major Features There are the following features in this release: Implemented the ability to extract formatted highlights. Implemented the ability to extract a formatted text from FictionBook (fb2) Documents. Removed IsRawMode obsolete property from PdfTextExtractor, CellsTextExtractor and SlidesTextExtractor classes. All Changes Key Summary Issue Type TEXTNET-524 Remove IsRawMode obsolete property from PdfTextExtractor, CellsTextExtractor and SlidesTextExtractor classes Enhancement TEXTNET-541 Implement the ability to extract a formatted text from FictionBook (fb2) Documents New feature TEXTNET-547 Implement the ability to extract formatted highlights New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/groupdocs-parser-...