Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 2,996 for

feature

(0.03 sec)
  1. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....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. Search for built-in Metadata signatures | Docum...

     This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API....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/search-for-bu...
  3. Set Checkbox Values Dynamically | Documentation

    Note This Feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can set checkbox values to either checked or unchecked in your reports dynamically by taking the following steps: Add a checkbox content control to your template at a place where you want it to appear in a result document. By editing content control properties, add a check tag to the title of the checkbox content control using the following syntax....Dynamically Leave feedback Note This feature is supported by version 20...

    docs.groupdocs.com/assembly/net/set-checkbox-va...
  4. Bulleted List in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Text Document Note This Feature is supported by version 17.04 or greater Creating a Bulleted List Practicing the following steps you can insert Bulleted List in a Text document. To add a bulleted list use • as a bullet for each element in the list....in Text Document Note This feature is supported by version 17...

    docs.groupdocs.com/assembly/net/bulleted-list-i...
  5. Numbered List in HTML Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a 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. 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: The report must show the products in numbered list.... Note This feature is supported by version 17...

    docs.groupdocs.com/assembly/net/numbered-list-i...
  6. Common Master-Detail in Text Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Text Document format. Common Master-Detail in Text Document Note This Feature is supported by version 17.3.0 or greater. Reporting Requirement As a report developer, you are required to represent the information of the customers and products with the following key requirements: It must associate the customers with their products Report must be generated in the HTML Document Adding Syntax to be evaluated by GroupDocs....in Text Document Note This feature is supported by version 17...

    docs.groupdocs.com/assembly/net/common-master-d...
  7. Common Master-Detail Image in HTML Document | D...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in HTML Document format. Common Master-Detail Image in HTML Document Note This Feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to represent the information of the customers and products with the following key requirements: Report must show customers’ picture and name. It must associate the customers with their products....in HTML Document Note This feature is supported by version 17...

    docs.groupdocs.com/assembly/net/common-master-d...
  8. Features Overview | Documentation

    The search api allow you to optimize, merge, delete, update and create indexes along with many other fascinating Features...Getting Started / Features Overview Features Overview Leave feedback...contains a list of supported features. For detailed information...

    docs.groupdocs.com/search/net/features-overview/
  9. How to Add Image Signature to PDF using C#

    Quickly and easily add image signature to PDF using C# with one of the popular signature library. Also, examine the sample code to sign pdf with image in C#....will be used to achieve this feature. Finally, a working example...

    kb.groupdocs.com/signature/net/how-to-add-image...
  10. How to Convert HTML to Excel using Java

    Let's learn the document conversion process and convert HTML to Excel using Java. Easily implement this guide to develop the Java HTML to Excel converter Feature....Java convert HTML to Excel feature by consuming these instructions...

    kb.groupdocs.com/conversion/java/how-to-convert...