Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 2,797 for

image annotation

(0.3 sec)
  1. GroupDocs.Signature for Python via .NET | Group...

    GroupDocs.Signature for Python via .NET is an easy to use electronic signature API designed for C#/.NET applications...Annotation Product Solution GroupDocs...types of signatures like text, image or digital signatures on electronic...

    docs.groupdocs.com/signature/python-net/
  2. GroupDocs.Signature for Java | GroupDocs

    GroupDocs.Signature for Java is an easy to use electronic signature API designed for Java applications...Annotation Product Solution GroupDocs...or more. It supports text, image or digital signatures for various...

    docs.groupdocs.com/signature/java/
  3. Searching | GroupDocs

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Annotation Product Solution GroupDocs...search results Homophone search Image search options Was this page...

    docs.groupdocs.com/search/nodejs-java/searching/
  4. Update Signatures in Documents | GroupDocs

    This section shows how to update electronic signatures in documents using GroupDocs.Signature for Python via .NET....Annotation Product Solution GroupDocs...of signatures: 📝 Barcode 📝 Image 📝 QR Code 📝 Text Was this...

    docs.groupdocs.com/signature/python-net/update-...
  5. Working with IPTC IIM metadata | GroupDocs

    This article shows how to access IPTC metadata in a file of any supported format....Annotation Product Solution GroupDocs...that can be applied to text, images, and other media types. The...

    docs.groupdocs.com/metadata/net/working-with-ip...
  6. Find Answers and Code About GroupDocs APIs! - G...

    Find answers about file formats processing in code. Knowledge base of all file format manipulation examples in .NET C# and Java....Find answers to view, render, annotate, convert, e-sign, compare...about converting documents and images of various types using code...

    kb.groupdocs.com/
  7. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Annotation Product Family GroupDocs...Signature using Java How to Add Image Signature to PDF using C# How...

    kb.groupdocs.com/categories/page/43/
  8. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Annotation Product Family GroupDocs...Java How to Convert Excel to Image in Java How to Convert Outlook...

    kb.groupdocs.com/categories/page/38/
  9. Convert to grayscale | GroupDocs

    This topic describes how to convert PDF file to grayscale using the GroupDocs.Viewer Java API....Annotation Product Solution GroupDocs...output PDF file / Optimize images in Java / Convert to grayscale...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  10. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Annotation Product Solution GroupDocs...println ( String . format ( "Image height: %s" , videoStreamProperty...

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