Sort Score
Result 10 results
Languages All
Labels All
Results 4,441 - 4,450 of 8,703 for

document comparison

(0.04 sec)
  1. How to Convert MSG to DOCX using C#

    In this section, you will learn how to convert MSG to DOCX using C# without relying on third-party tools. Also, we will provide code to export MSG to DOCX in C#....Comparison Product Family GroupDocs...format for word processing documents, compatible with Microsoft...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Extract data from Emails | Documentation

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported. The following table provides the list of supported formats: Format Description EML E-Mail Message EMLX Apple Mail Message MSG Microsoft Outlook Mail Message PST Microsoft Outlook Personal Information Store File OST Microsoft Outlook Offline Data File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-data-fro...
  3. Add Area Annotation to JPG using C#

    In this topic, you will learn how to add area annotation to JPG using C#. It also includes comprehensive steps and code example to insert area annotation to JPG in C#....Comparison Product Family GroupDocs...highlight specific regions of the document and attach comments, notes...

    kb.groupdocs.com/annotation/net/add-area-annota...
  4. Scan Barcode from PDF using Java

    This article offers comprehensive guide on how to scan barcode from PDF using Java, including code example to help you efficiently extract barcode from PDF in Java....Comparison Product Family GroupDocs...handling transactions. PDF documents often include barcodes for...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  5. How to Convert DOCX to DOC using C#

    In this article, you will explore how to convert DOCX to DOC using C# without installing extra software. Also, we will provide the code to export DOCX to DOC in C#....Comparison Product Family GroupDocs...to convert a Microsoft Word document from the newer DOCX format...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/synonym-dictionary/
  7. Homophone dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/homophone-dictio...
  8. Search text in Emails | Documentation

    Search a keyword in emails using Search method...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/search-text-in-em...
  9. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/getting-known-p...
  10. 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...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...