Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 3,021 for

image annotation

(0.36 sec)
  1. Specify encoding when loading documents | Group...

    This article explains how to specify encoding when loading documents with GroupDocs.Viewer within your .NET applications....Annotation Product Solution GroupDocs...download it. The following image demonstrates the result: Was...

    docs.groupdocs.com/viewer/net/specify-encoding-...
  2. 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.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...
  3. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Comparison....Annotation Product Solution GroupDocs...PowerPoint presentation or image etc.). represents count of document...

    docs.groupdocs.com/comparison/java/get-file-info/
  4. How to run examples | GroupDocs

    This article describes how to run .NET file conversion API code examples....Annotation Product Solution GroupDocs...browser. Docker demo Use the image to try GroupDocs.Conversion...

    docs.groupdocs.com/conversion/net/how-to-run-ex...
  5. 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...
  6. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Node.js....Annotation Product Solution GroupDocs...download it. The following image shows a sample console output:...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ge...
  7. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET....Annotation Product Solution GroupDocs...Sub End Module The following image shows a sample console output:...

    docs.groupdocs.com/viewer/net/how-to-get-page-w...
  8. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Comparison....Annotation Product Solution GroupDocs...PowerPoint presentation or image etc.). represents count of document...

    docs.groupdocs.com/comparison/net/get-file-info/
  9. Working with XMP metadata | GroupDocs

    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/java/working-with-x...
  10. 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...