Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 5,176 for

groupdocs.watermark,

(0.08 sec)
  1. Image search options | Documentation

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....This article describes the image search options that can be specified in an instance of the ImageSearchOptions class.

    docs.groupdocs.com/search/net/image-search-opti...
  2. How to Add Link Annotation using Java

    Let's familiarize ourselves with step-by-step instructions to add link annotation using Java and quickly implement these points to add link annotation in Java....Let's familiarize ourselves with step-by-step instructions to add link annotation using Java and quickly implement these points to add link annotation in Java.

    kb.groupdocs.com/annotation/java/how-to-add-lin...
  3. How to Compare Text Files in Java

    Get yourself familiar with the process to compare text files in Java and learn how to create Java code to compare two text files word by word....Get yourself familiar with the process to compare text files in Java and learn how to create Java code to compare two text files word by word.

    kb.groupdocs.com/comparison/java/how-to-compare...
  4. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning....This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning.

    docs.groupdocs.com/search/net/homophone-search/
  5. Highlighting results in network | Documentation

    This page contains information about highlighting search results in the search network....This page contains information about highlighting search results in the search network.

    docs.groupdocs.com/search/net/highlighting-resu...
  6. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....This article shows the use of aliases which allows you to reduce the length of search queries in text form.

    docs.groupdocs.com/search/net/using-aliases/
  7. Extract images to files | Documentation

    This article explains that how to extract images to files....This article explains that how to extract images to files.

    docs.groupdocs.com/parser/java/extract-images-t...
  8. How to Convert XML to CSV in Java

    Let's quickly take a look at how to convert XML to CSV in Java and how to write Java code to convert XML to CSV for performing document conversion....Let's quickly take a look at how to convert XML to CSV in Java and how to write Java code to convert XML to CSV for performing document conversion.

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. 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#....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#.

    kb.groupdocs.com/signature/net/how-to-sign-rtf-...
  10. 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....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.

    docs.groupdocs.com/metadata/java/working-with-m...