Sort Score
Result 10 results
Languages All
Labels All
Results 2,991 - 3,000 of 6,219 for

groupdocs.watermark,

(2.12 sec)
  1. 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....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. Memory optimization option | GroupDocs

    This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for Python via .NET API....This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for Python via .NET API.

    docs.groupdocs.com/editor/python-net/memory-opt...
  3. 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...
  4. Convert database formats | GroupDocs

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for .NET....This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for .NET.

    docs.groupdocs.com/conversion/net/convert/datab...
  5. Multicolored Numbered List in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Email Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Multicolored Numbered List in Email Document Creating a Multicolored Numbered List Practising the following steps you can create Multicolored Numbered List Template in MS Outlook 2013. In your email, write a sentence like “We provide support for the following clients:”....Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Email Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Multicolored Numbered List in Email Document Creating a Multicolored Numbered List Practising the following steps you can create Multicolored Numbered List Template in MS Outlook 2013. In your email, write a sentence like “We provide support for the following clients:”.

    docs.groupdocs.com/assembly/net/multicolored-nu...
  6. How to build in docker | GroupDocs

    This is a guide about build an web api which uses GroupDocs.Conversion for .NET in a docker container...This is a guide about build an web api which uses GroupDocs.Conversion for .NET in a docker container

    docs.groupdocs.com/conversion/net/build-in-docker/
  7. How to Render PDF as HTML using Java

    This article will instruct you how to render PDF as HTML using Java. Furthermore, it includes a code example to help you to convert word document to HTML....This article will instruct you how to render PDF as HTML using Java. Furthermore, it includes a code example to help you to convert word document to HTML.

    kb.groupdocs.com/viewer/java/how-to-render-pdf-...
  8. Remove Metadata from XLSX using C#

    Efficiently grasp the knowledge of how to remove metadata from XLSX using C#. Also, you'll get a code example demonstrating how to clean metadata from XLSX in C#....Efficiently grasp the knowledge of how to remove metadata from XLSX using C#. Also, you'll get a code example demonstrating how to clean metadata from XLSX in C#.

    kb.groupdocs.com/redaction/net/remove-metadata-...
  9. Get Indexed Documents using Java

    Explore our step-by-step guide to learn how to get indexed documents using Java. Find out how to retrieve indexed documents in Java to enhance your document management....Explore our step-by-step guide to learn how to get indexed documents using Java. Find out how to retrieve indexed documents in Java to enhance your document management.

    kb.groupdocs.com/search/java/get-indexed-docume...
  10. Merge HTML files using C#

    This guide will provide key instructions to merge HTML files using C# and will include a code snippet demonstrating how to combine HTML files in C# effectively....This guide will provide key instructions to merge HTML files using C# and will include a code snippet demonstrating how to combine HTML files in C# effectively.

    kb.groupdocs.com/merger/net/merge-html-files-us...