Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 3,616 for

feature

(3.84 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....the code above and see the feature in action in our GitHub examples:...management App Along with full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...the code above and see the feature in action in our GitHub examples:...Online App Along with full-featured .NET library we provide simple...

    docs.groupdocs.com/signature/java/sign-document...
  3. How to Add Digital Signature to PDF in C#

    Review the process to add digital signature to PDF in C# and follow the detailed instructions to use a digital signature in C# with a few API calls....create the C# digital signature feature with a few lines of code. First...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  4. How to Insert Area Annotation to PDF using Java

    This topic demonstrates how to insert area annotation to PDF using Java. It also provides all instructions and a code example to add area annotation to PDF in Java....PDF document can be a useful feature in many applications. Area...

    kb.groupdocs.com/annotation/java/how-to-insert-...
  5. Display PDF, Microsoft Office and 50+ Other Doc...

    Kentico is quite a popular CMS focused largely on document management. At GroupDocs we create APIs that allow developers to enhance their applications and sites with convenient document collaboration tools. One of such tools is a multi-format, cross-platform compatible document viewer – GroupDocs.Viewer. It allows end users to view over 50 types of documents and images from any modern web-browser and without having to install any office software or plugins.... Another important feature – is the ability to display...

    blog.groupdocs.com/viewer/display-pdf-microsoft...
  6. How to Compare Excel Files using C#

    This quick how-to tutorial provide you the complete guide to compare Excel files using C# and learn the process to programmatically compare two Excel files for differences in C#....the implementation of this feature. You can see that it only requires...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  7. How to Extract Images from Word Document in C#

    Easily extract Images from Word document in C# in just a few lines of code and learn how to write code to develop the application for C# image extractor from Word....demonstrating the working of this feature. We do not use any third-party...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  8. How to Convert MHTML to PDF in Java

    This tutorial explains how to convert MHTML to PDF in Java. This article consists of steps and code to show the implementation to convert MHTML to PDF using Java....MHTML file to PDF in Java feature in the following example. For...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. GroupDocs.Conversion for .NET 25.9 - Latest Upd...

    Explore what's new in GroupDocs.Conversion for .NET v25.9. Available now on NuGet and GroupDocs website...breakdown of each fix and feature. Need assistance? Visit our...

    blog.groupdocs.com/conversion/groupdocs-convers...
  10. Multicolored Numbered List in HTML Document | G...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored numbered list report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Note This Feature is supported by version 17.03 or greater. Multicolored Numbered List in HTML Document Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements:... Note This feature is supported by version 17...

    docs.groupdocs.com/assembly/net/multicolored-nu...