Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 3,074 for

image annotation

(0.11 sec)
  1. How to Sign PDF with Digital Signature using Java

    This short tutorial walks you through the process to sign a PDF with a digital signature using Java and provides the implementation of a digital signature in Java....Annotation Product Family GroupDocs...signature including background image, left position, the top position...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...
  2. 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/net/working-with-xm...
  3. Add Text Watermark to DOC Using Python

    Learn how to add text watermark to DOC using Python. This tutorial shows how to embed text watermarks into DOC documents with custom font, color, and alignment....Annotation Product Family GroupDocs...check out our guide on removing image watermarks from ODT using Python...

    kb.groupdocs.com/watermark/python/add-text-wate...
  4. 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...
  5. Composing signature with linear gradient brush ...

     This article explains how to fill signature background with linear gradient brush...Annotation Product Solution GroupDocs...SignatureImplementat = TextSignatureImpleme . Image }; // sign document to file...

    docs.groupdocs.com/signature/net/composing-sign...
  6. Convert XLSX to RTF using Python

    Learn how to convert XLSX to RTF using Python in this topic. Discover how to export XLSX to RTF in Python easily, without the need to install any extra software....Annotation Product Family GroupDocs...including exporting files as images, explore our specialized tutorials...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  7. 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 Java....Annotation Product Solution GroupDocs... size ()); } The following image shows a sample console output:...

    docs.groupdocs.com/viewer/java/how-to-get-file-...
  8. Convert to eBook with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to eBook formats (EPUB, MOBI, AZW3) with page size, orientation, and other customizations using GroupDocs.Conversion for .NET....Annotation Product Solution GroupDocs...CSV Web : HTML, MHTML, HTM Images : JPG, PNG, TIFF, BMP (single...

    docs.groupdocs.com/conversion/net/convert-to-eb...
  9. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Annotation Product Solution GroupDocs...GroupDocs.Annotation Product Family / GroupDocs.Annotation for Java...

    docs.groupdocs.com/annotation/java/supported-do...
  10. 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...