Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 2,435 for

properties

(0.03 sec)
  1. Set Checkbox Values Dynamically | GroupDocs

    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....By editing content control properties, add a check tag to the title...

    docs.groupdocs.com/assembly/java/set-checkbox-v...
  2. Working with metadata in MOV Files | GroupDocs

    Reading MOV format-specific Properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Reading MOV format-specific properties The GroupDocs.Metadata API...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in document metadata. This topic contains example of custom encryption, class definition and search for encrypted objects in the document metadata with GroupDocs.Signature....Metadata signature ( ) and set property to specify data encryption...encryption properties and setup Format attributes for properties. public...

    docs.groupdocs.com/signature/java/search-for-em...
  4. Extracting common image information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image Properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...allows extracting common image properties such as width and height...

    docs.groupdocs.com/metadata/java/extracting-com...
  5. Create Hyperlinks in PDF using Link Annotations...

    Annotate PDF files by creating hyperlinks using link annotations in C#. Document and image annotation .NET API allows annotating by linking external data.... Define the hyperlink properties like url, page number, points...

    blog.groupdocs.com/annotation/create-hyperlinks...
  6. eSign Document with QR Code Signature | GroupDocs

    This article explains how to sign documents with electronic signature as QR code on document page with GroupDocs.Signature for Python via .NET API....requirements and specify the and properties. Call the method of the class...signature, configuring its properties like size and encoding, and...

    docs.groupdocs.com/signature/python-net/esign-d...
  7. Edit TXT | GroupDocs

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination, and other powerful features of GroupDocs.Editor for Node.js via Java...class has several options (properties) that are described below:...TextSaveOptions class, which has three properties described below: Encoding...

    docs.groupdocs.com/editor/nodejs-java/edit-txt/
  8. How to Run the Examples | GroupDocs

    Examples to annotate on your documents, images or web pages using Java....application: Go to project properties. Click on Java Build Path...

    docs.groupdocs.com/annotation/java/how-to-run-t...
  9. How to Run Examples | GroupDocs

    Download from GitHub The complete examples package of GroupDocs.Assembly is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favorite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image: Open Eclipse and import the project to get started with it. Archived project file can also be imported....application: Go to project properties. Click on Java Build Path...

    docs.groupdocs.com/assembly/java/how-to-run-exa...
  10. How to Convert HTML to Image in Java

    Learn the document conversion process in detail to convert HTML to Image in Java and how to use these instructions to create Java HTML to Image converter capability....this sample code by defining properties for the converted file using...

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