Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 3,703 for

feature

(1.01 sec)
  1. Search for multiple e-signature types | GroupDocs

    This article explains how to search for multiple electronic signatures across document pages with GroupDocs.Signature API....more about document eSign features, please refer to the . More...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/net/search-for-mul...
  2. eSign Image with Metadata signature | GroupDocs

    This article shows how to add metadata signatures to the image exif metadata layer with various data types...more about document eSign features, please refer to the . More...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/net/esign-image-wi...
  3. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....the code above and see the feature in action in our GitHub examples:...management App Along with full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. How to Search for QR Code Signatures | GroupDocs

    This article explains how to search for QR-code electronic signatures using GroupDocs.Signature for Python via .NET API....the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured Python library, we provide...

    docs.groupdocs.com/signature/python-net/search-...
  5. Document attributes | GroupDocs

    Document attributes is a special Feature designed for marking indexed documents with text labels without the need for re-indexing....Document attributes is a special feature designed for marking indexed...documentation articles and see the features in action in our GitHub examples:...

    docs.groupdocs.com/search/java/document-attribu...
  6. Document attributes | GroupDocs

    Document attributes is a special Feature designed for marking indexed documents with text labels without the need for re-indexing....Document attributes is a special feature designed for marking indexed...documentation articles and see the features in action in our GitHub examples:...

    docs.groupdocs.com/search/nodejs-java/document-...
  7. Extract text from Microsoft OneNote sections | ...

    This article explains that how to extract text from Microsoft OneNote sections presentations...the code above and see the feature in action in our GitHub examples:...parser App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/parser/net/extract-text-from...
  8. Features overview | GroupDocs

    GroupDocs.Watermark for .NET API presents a wide range of Features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....Getting started / Features overview Features overview Leave feedback...range of features related to watermark. Some key features are listed...

    docs.groupdocs.com/watermark/net/features-overv...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...developer, you can automate this feature by using highlight annotations...

    blog.groupdocs.com/groupdocs.blog/page/27/
  10. Working with TORRENT files | GroupDocs

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....the code above and see the feature in action in our GitHub examples:...management App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/metadata/net/working-with-to...