Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 2,817 for

library

(0.18 sec)
  1. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....NET library we provide simple, but powerful...

    docs.groupdocs.com/redaction/net/annotation-red...
  2. 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/
  3. 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...
  4. 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...
  5. 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-...
  6. 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...
  7. Advanced search archive documents | Documentation

    This article explains how to make advanced search withing the archive that contains several documents for any electronic signatures with GroupDocs.Signature API....NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/advanced-searc...
  8. Update Text signatures in document | Documentation

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

    docs.groupdocs.com/signature/java/update-text-s...
  9. Text search in network | Documentation

    This page contains information about full-text searching in the search network....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/java/text-search-in-n...
  10. Alphabet | Documentation

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

    docs.groupdocs.com/search/nodejs-java/alphabet/