Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 6,076 for

file comparison

(0.1 sec)
  1. GroupDocs.Parser Product Family

    Find answers about extracting text, images, and metadata of different Files using code on any platform....Comparison Product Family GroupDocs...Extract Metadata from Excel File in C# How to Extract Images...

    kb.groupdocs.com/parser/page/5/
  2. How to Convert RTF to TXT using C#

    We will demonstrate how to convert RTF to TXT using C# without the need of third-party software. Moreover, we will provide code example to export RTF to TXT in C#....Comparison Product Family GroupDocs...RTF ) files can be converted to plain text (TXT) files for a...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Add Digital Signature to PDF in C#

    Review the process to add digital signature to PDF in C# and follow the detailed instructions to use a digital signature in C# with a few API calls....Comparison Product Family GroupDocs...class and pass the output PDF file along with the DigitalSignOptions...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  4. Working with Archives and Attachments | GroupDocs

    This section describes how to extract data from ZIP archives and document attachments using GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...through container items Detect file type of container item Working...

    docs.groupdocs.com/parser/python-net/developer-...
  5. Working with metadata in GIF images | GroupDocs

    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...
  6. Add document to Diagram via OLE | GroupDocs

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

    docs.groupdocs.com/merger/java/add-document-to-...
  7. GroupDocs.Comparison for .NET 26.1 – Latest Upd...

    Explore what’s new in GroupDocs.Comparison for .NET 26.1. Available now on NuGet and GroupDocs website....Comparison for .NET 26.1 – January 2026...the release of GroupDocs.Comparison for .NET 26.1 , available...

    blog.groupdocs.com/comparison/groupdocs-compari...
  8. Perform Reverse Image Search using C#

    Efficiently perform reverse image search using C# to find similar images. Learn how to implement reverse image search in C# for content-based image retrieval....Comparison Product Family GroupDocs...across different platforms and file types. Steps to Perform Reverse...

    kb.groupdocs.com/search/net/perform-reverse-ima...
  9. Set metadata properties | GroupDocs

    This article explains the usage of SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 Files....Comparison Product Solution GroupDocs...can update or add data to mp3 files. This code sample actually combines...

    docs.groupdocs.com/metadata/net/set-metadata-pr...
  10. Loading files | GroupDocs

    GroupDocs.Metadata allows you to load password-protected documents and load Files from different sources. For more details please refer to the following guides:...Comparison Product Solution GroupDocs...Advanced Usage / Loading files Loading files Leave feedback GroupDocs...

    docs.groupdocs.com/metadata/java/loading-files/