Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 5,047 for

file comparison

(0.04 sec)
  1. How to Sign RTF with Stamp Signature using C#

    This article is here to assist you to sign RTF with stamp signature using C#. Additionally, we will furnish you with a code example to embed stamp signature into RTF using C#....Comparison Product Family GroupDocs...object by providing the RTF file path to its constructor Create...

    kb.groupdocs.com/signature/net/how-to-sign-rtf-...
  2. Extract Images from MSG using C#

    Learn how to extract images from MSG using C#. This guide provides C# code to extract images from MSG Files, making email image extraction simple and efficient....Comparison Product Family GroupDocs...Extracting images from MSG files is a valuable task for developers...

    kb.groupdocs.com/parser/net/extract-images-from...
  3. Scan Barcode from PDF using C#

    This article provides a detailed guide on how to extract barcode from PDF in C#, featuring a code example to help you efficiently scan barcode from PDF using C#....Comparison Product Family GroupDocs...processing transactions. PDF files often contain barcodes for product...

    kb.groupdocs.com/parser/net/scan-barcode-from-p...
  4. 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 getGifImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Comparison Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Add document to Presentation via OLE | Document...

    This article explains how to add document to Presentation 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-p...
  6. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Comparison Product Solution GroupDocs...whether a file is password-protected: // Get a file info FileInfo...

    docs.groupdocs.com/parser/java/password-protect...
  7. Password-protected documents | Documentation

    Learn how to open the password-protected documents....Comparison Product Solution GroupDocs...whether a file is password-protected: // Get a file info Options...

    docs.groupdocs.com/parser/net/password-protecte...
  8. Extract images from document | Documentation

    This article explains that how to extract images from document....Comparison Product Solution GroupDocs...image to the file. Saves the image to the file in a different...

    docs.groupdocs.com/parser/net/extract-images-fr...
  9. Set metadata properties | Documentation

    The 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...setProperties method. Open a file to update Specify a predicate...

    docs.groupdocs.com/metadata/nodejs-java/set-met...
  10. Extract Images from ODT using C#

    Let’s explore how to extract images from ODT using C#. We will also provide C# code to extract images from ODT that is compatible with Windows, macOS, and Linux....Comparison Product Family GroupDocs...processing, working with a variety of file formats is essential, especially...

    kb.groupdocs.com/parser/net/extract-images-from...