Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 2,018 for

resource

(0.11 sec)
  1. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java.... search ( query ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/stop-word...
  2. Getting documents in network | Documentation

    This page contains information about getting indexed documents in the search network....ToString ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/getting-documents...
  3. Indexing additional fields | Documentation

    Sometimes when indexing, it is necessary to associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added to each indexed document in addition to those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before indexing each added document....( documentsFolder ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  4. eSign document with multiple signatures | Docum...

    This article explains how to sign document with multiple signatures of various type by GroupDocs.Signature API...pdf" , listOptions ); More resources Advanced Usage Topics To learn...

    docs.groupdocs.com/signature/java/esign-documen...
  5. Verify for multiple signatures | Documentation

    This topic explains how to verify electronic signatures of various types with GroupDocs.Signature API...." ); } More resources Advanced Usage Topics To learn...

    docs.groupdocs.com/signature/java/verify-for-mu...
  6. eSign Image with Metadata signature | Documenta...

    This article shows how to add metadata signatures to the image exif metadata layer with various data types...jpg" , options ); More resources Advanced Usage Topics To learn...

    docs.groupdocs.com/signature/java/esign-image-w...
  7. Advanced search for Text signatures | Documenta...

     This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API.... getMessage ()); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/advanced-sear...
  8. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush... getHeight ()); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/composing-sig...
  9. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files.... } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  10. 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.... More resources GitHub examples You may easily...

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