Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 4,828 for

groupdocs.viewer,

(0.06 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....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.

    docs.groupdocs.com/metadata/java/working-with-m...
  2. 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....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.

    docs.groupdocs.com/watermark/java/adding-image-...
  3. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata search engine...This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata search engine

    docs.groupdocs.com/metadata/net/adding-metadata/
  4. Add resource redaction annotation | Documentation

    The page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for Java....The page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for Java.

    docs.groupdocs.com/annotation/java/add-resource...
  5. Set up logging | Documentation

    This article explains how to set up logging when processing a document with GroupDocs.Signature within your .NET applications....This article explains how to set up logging when processing a document with GroupDocs.Signature within your .NET applications.

    docs.groupdocs.com/signature/net/how-to-set-up-...
  6. Search for built-in Metadata signatures | Docum...

    This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API....This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/search-for-bui...
  7. Sign document with XML Advanced Electronic Sign...

     This article explains how to sign document with XML advanced electronic signatures (XAdES) using GroupDocs.Signature API.... This article explains how to sign document with XML advanced electronic signatures (XAdES) using GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/sign-document-...
  8. Common List Image in Spreadsheet Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft Excel Document Creating a Common List Please follow below steps to create Common List Image in MS Excel 2013: Insert the desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft Excel Document Creating a Common List Please follow below steps to create Common List Image in MS Excel 2013: Insert the desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon.

    docs.groupdocs.com/assembly/java/common-list-im...
  9. Bubble Chart in Spreadsheet Document | Document...

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Excel Document Creating a Bubble Chart Please follow below steps to create a Bubble Chart in MS Excel 2013: Add a new Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group....Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Excel Document Creating a Bubble Chart Please follow below steps to create a Bubble Chart in MS Excel 2013: Add a new Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group.

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  10. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...This article explains how to create encrypted QR-code electronic signature

    docs.groupdocs.com/signature/java/sign-document...