Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 28,959 for

groupdocs.annotation

(0.16 sec)
  1. 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....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. System Requirements | Documentation

    GroupDocs.Search for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/search/net/system-requirements/
  3. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/sign-document...
  4. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/annotation-red...
  5. Adding image watermarks | Documentation

    GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/adding-image-...
  6. Convert CSV to JSON using Node.js

    Let's learn how to convert CSV to JSON using Node.js. Follow this guide to export CSV to JSON in Node.js for better data management without using extra software....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

    kb.groupdocs.com/conversion/nodejs/convert-csv-...
  7. Convert PDF to TXT using Node.js

    Let's learn how to convert PDF to TXT using Node.js. Export PDF to TXT in Node.js with custom parsing methods, handling streams and buffers for accurate text extraction....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  8. Convert RTF to DOCX using Node.js

    Learn how to convert RTF to DOCX using Node.js with an effective approach. This guide helps you seamlessly export RTF to DOCX in Node.js while maintaining formatting....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

    kb.groupdocs.com/conversion/nodejs/convert-rtf-...
  9. Merge JPG files using C#

    Acquire proficiency in how to merge JPG files using C#. We'll furnish you with code example to combine JPG files in C# without additional software installations....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

    kb.groupdocs.com/merger/net/merge-jpg-files-usi...
  10. Add Text Watermark to PPTX using Java

    Discover how to add text watermark to PPTX using Java, all without needing any extra software installation. Plus, get code to insert text watermark to PPTX in Java....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

    kb.groupdocs.com/watermark/java/add-text-waterm...