Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 2,811 for

image annotation

(0.04 sec)
  1. How to Run | Documentation

    Download from GitHub The complete examples package of GroupDocs.Metadata is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favourite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like the following Image: Open IntelliJ Idea and import the project to get started with it....Annotation Product Solution GroupDocs...will look like the following image: Open IntelliJ Idea and import...

    docs.groupdocs.com/metadata/java/how-to-run-exa...
  2. Features overview | Documentation

    GroupDocs.Merger for Python via .NET is a powerful API to merge several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation, manage document protection, render documents as Images and more....Annotation Product Solution GroupDocs...feature allows to generate image representations of document...

    docs.groupdocs.com/merger/python-net/features-o...
  3. Common Master-Detail in Text Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Text Document format. Common Master-Detail in Text Document Note This feature is supported by version 17.3.0 or greater. Reporting Requirement As a report developer, you are required to represent the information of the customers and products with the following key requirements: It must associate the customers with their products Report must be generated in the HTML Document Adding Syntax to be evaluated by GroupDocs....Annotation Product Solution GroupDocs...Advanced Usage / Working with Image Reports - Common Master-Detail...

    docs.groupdocs.com/assembly/net/common-master-d...
  4. Add document to Spreadsheet via OLE | Documenta...

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Annotation Product Solution GroupDocs...Excel spreadsheet document as image link inside of predefined cell...

    docs.groupdocs.com/merger/java/add-document-to-...
  5. Convert PDF files | Documentation

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint and Image formats with GroupDocs.Conversion for Java....Annotation Product Solution GroupDocs...only, it could be hyperlinks, images, interactive buttons and forms...

    docs.groupdocs.com/conversion/java/convert/pdf/
  6. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format....Annotation Product Solution GroupDocs...gets XMP properties of a PNG image and displays them on the screen...

    docs.groupdocs.com/metadata/net/working-with-xm...
  7. GroupDocs.Total for Java | Documentation

    GroupDocs.Total for Java is the super-set of all the Java 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 Java document manipulation APIs....Annotation Product Solution GroupDocs...package allows you to view, annotate, e-sign, convert, compare...

    docs.groupdocs.com/total/java/
  8. 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....Annotation Product Solution GroupDocs...formats / Images / Working with metadata in PNG images Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. GroupDocs.Total for .NET | Documentation

    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/
  10. Convert XLSX to EMF using Python

    Convert XLSX to EMF using Python with simple steps. Easily export XLSX to EMF in Python for seamless integration and sharing of spreadsheet data....Annotation Product Family GroupDocs...data into high-quality EMF images, perfect for professional use...

    kb.groupdocs.com/conversion/python/convert-xlsx...