Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 2,128 for

properties

(0.03 sec)
  1. 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...
  2. Verify QR-code signatures | Documentation

     This article explains how to provide advanced verification of QR-code electronic signatures with GroupDocs.Signature API....feedback provides different properties in class to specify verification...

    docs.groupdocs.com/signature/java/verify-qr-cod...
  3. 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...
  4. 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....starting point for adding properties like Contact, Reason, Location...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  5. 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....AreaAnnotation class and set desired properties e.g. position, page number...

    kb.groupdocs.com/annotation/java/how-to-insert-...
  6. 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....PdfConvertOptions class to define properties for the output PDF document...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert PDF to CSV using C#

    Quickly review the detailed instructions to convert PDF to CSV using C# and how to consume this guide for the implementation of PDF to CSV C# capability....extended by defining a number of properties using the SpreadsheetConvertOp...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Create Hyperlinks in PDF using Link Annotations...

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

    blog.groupdocs.com/annotation/create-hyperlinks...
  9. How to Run Examples | Documentation

    This section decsribes how to get started with GroupDocs.Merger for Java library...application: Go to project properties. Click on Java Build Path...

    docs.groupdocs.com/merger/java/how-to-run-examp...
  10. Get document info | Documentation

    This article shows how to get the basic document info....object with interface; Call properties such as , or . The following...

    docs.groupdocs.com/parser/java/get-document-info/