Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 2,967 for

image annotation

(0.07 sec)
  1. Working with metadata in PNG images | GroupDocs

    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.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Annotation Product Solution GroupDocs...formats / Images / Working with metadata in PNG images Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. GroupDocs.Assembly Product Family on GroupDocs ...

    GroupDocs.Assembly Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Assembly Product Family on GroupDocs Blog | Document Autom......Furthermore, you can insert images and barcodes dynamically in...Furthermore, you can **insert images and barcodes **dynamically...

    blog.groupdocs.com/categories/groupdocs.assembl...
  3. GroupDocs.Total for .NET | GroupDocs

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....Annotation Product Solution GroupDocs...package allows you to view, annotate, e-sign, convert, compare...

    docs.groupdocs.com/total/net/
  4. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....Annotation Product Solution GroupDocs..., settings )) { // Extract images from HTML document Iterable...

    docs.groupdocs.com/parser/java/handle-loading-o...
  5. System requirements | GroupDocs

    GroupDocs.Total for Python via .NET does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for file rendering....Annotation Product Solution GroupDocs...processing images or documents that contain images. Linux installation...

    docs.groupdocs.com/total/python-net/system-requ...
  6. Working with IPTC IIM metadata | GroupDocs

    Access, read, update, and remove IPTC IIM metadata using GroupDocs.Metadata for Python via .NET....Annotation Product Solution GroupDocs...that can be applied to text, images, and other media types. The...

    docs.groupdocs.com/metadata/python-net/working-...
  7. Extract hyperlinks from document | GroupDocs

    This article explains that how to extract hyperlinks from documents....Annotation Product Solution GroupDocs...GitHub examples: Free online image extractor App Along with full...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  8. How to Sign JPEG with Text Signature using Java

    This tutorial is designed to walk you through how to sign JPEG with text signature using Java. Also, we will provide code to add text signature on JPEG using Java....Annotation Product Family GroupDocs...Adding a text signature to JPEG images can be a valuable way to personalize...

    kb.groupdocs.com/signature/java/how-to-sign-jpe...
  9. Convert EML to JPG using Java

    Discover the straightforward process of how to convert EML to JPG using Java. Additionally, we'll furnish you with a code example to export EML to JPG using Java....Annotation Product Family GroupDocs...whether for extracting embedded images from emails or visualizing...

    kb.groupdocs.com/conversion/java/convert-eml-to...
  10. Convert EML to JPG using C#

    Discover the straightforward process of how to convert EML to JPG using C#. Additionally, we'll furnish you with a code example to export EML to JPG using C#....Annotation Product Family GroupDocs...scenarios, such as extracting images embedded within emails or creating...

    kb.groupdocs.com/conversion/net/convert-eml-to-...