Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 2,015 for

properties

(0.09 sec)
  1. How to Run Examples | Documentation

    This article describes how to run Java digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....application: Go to project properties. Click on Java Build Path...

    docs.groupdocs.com/signature/java/how-to-run-ex...
  2. 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....By editing content control properties, add a check tag to the title...

    docs.groupdocs.com/assembly/java/set-checkbox-v...
  3. Render Visio documents as HTML, PDF, and image ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/java/render-visio-doc...
  4. Set image size limits | Documentation

    Control image size in PDF output: set width, height, or maximum dimensions....The class has the following properties to set the image width or/and...

    docs.groupdocs.com/viewer/python-net/set-image-...
  5. Working with metadata in MOV Files | Documentation

    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...
  6. Extracting common image information | Documenta...

    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...
  7. Embed Custom Objects in Metadata Signature for ...

    Yes, GroupDocs.Signature for .NET now supports embedding custom objects as metadata signature in the images. So you can now sign the images with your desired metadata Properties. We have introduced this feature in version 19.6 by adding a new public method AddSignature to the ImageMetadataSignOptions class. Not only this, but you can also apply the data encryption to the custom objects. So let’s check out how easy it is to sign an image with custom metadata signature....with your desired metadata properties. We have introduced this..._has been extended with a new property PageNumber . This is how you...

    blog.groupdocs.com/signature/embed-custom-objec...
  8. Render images as HTML, PDF, PNG, and JPEG files...

    Convert images to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn how to render files effectively....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/python-net/render-ima...
  9. How to run examples | Documentation

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....config and demo related properties in the configuration.yml...config and example related properties in the configuration.yml...

    docs.groupdocs.com/viewer/net/how-to-run-examples/
  10. How to Edit CSV File | Documentation

    This guide demonstrates how to edit CSV, TSV, comma-separated values, and other text files with different settings and many other powerful features of GroupDocs.Editor for Node.js via Java....are also several optional properties: convertDateTimeData : Boolean...string. There are also other properties: encoding : Allows specifying...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...