Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 2,698 for

library

(0.08 sec)
  1. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/java/spelling-corrector/
  2. Getting documents in network | Documentation

    This page contains information about getting indexed documents in the search network....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/java/getting-document...
  3. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  5. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/sign-document...
  6. Verify for multiple signatures | Documentation

    This topic explains how to verify electronic signatures of various types with GroupDocs.Signature API....NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/verify-for-mul...
  7. Character replacement during indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/nodejs-java/character...
  8. Composing signature with radial gradient brush ...

     This article explains how to fill signature background with radial gradient brush...NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/composing-sig...
  9. Update QR-code signatures in document | Documen...

    This article explains how to update QR-code electronic signatures with GroupDocs.Signature API....NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/update-qr-cod...
  10. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata for Java represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/traverse-a-who...