Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 5,534 for

file signature

(0.3 sec)
  1. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Signature Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. GroupDocs.Watermark Product Family | GroupDocs

    Powerfull API for adding watermarks to the documents of different File formats. Documentation .NET Java Node.js Python GroupDocs.Watermark for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Adding watermark Articles and guidelines Adding text watermark Adding image watermark .NET code examples Open-source projects for APIs example usage GroupDocs.Watermark for .NET More GroupDocs.Watermark for Java More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Adding watermark Articles and guidelines for basic and advanced development...Signature Product Solution GroupDocs...to the documents of different file formats. Documentation .NET...

    docs.groupdocs.com/watermark/
  3. Render XLSX as HTML using Java

    In this discussion, we'll delve into the process of how to render XLSX as HTML using Java. Additionally, we'll provide you Java code for rendering XLSX to HTML....Signature Product Family GroupDocs.Metadata...the task of converting Excel files in the XLSX format to HTML using...

    kb.groupdocs.com/viewer/java/render-xlsx-as-htm...
  4. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - File type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Signature Product Solution GroupDocs...document type and structure - file type, size, page count, etc...

    docs.groupdocs.com/watermark/java/basic-usage/
  5. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 Files....Signature Product Solution GroupDocs...setProperties method. Open a file to update Specify a predicate...

    docs.groupdocs.com/metadata/python-net/set-meta...
  6. Install GroupDocs.Comparison for Python via .NE...

    Install using PYPI All Python packages are hosted at PYPI. You can easily reference GroupDocs.Comparison for Python via .NET API directly in your Python project by installing it with the following command. pip install groupdocs-comparison-net Download Package from Official Website To download the GroupDocs.comparison package for your operating system, please visit the official GroupDocs Releases website. Currently, four OS-specific packages are available: Windows 64-bit: Package name ends with amd64.whl Linux 64-bit: Package name ends with arm64....Signature Product Solution GroupDocs...Copy Downloaded File Copy the downloaded file into your project...

    docs.groupdocs.com/comparison/python-net/instal...
  7. Render TXT as HTML using Java

    In this instructional guide, we'll explore the process of how to render TXT as HTML using Java. Moreover, we'll equip you with Java code for rendering TXT to HTML....Signature Product Family GroupDocs.Metadata...transform plain text ( TXT ) files into HTML format using Java...

    kb.groupdocs.com/viewer/java/render-txt-as-html...
  8. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Comparison for Python via .NET. Comparing Files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Signature Product Solution GroupDocs...Leave feedback On this page File comparison is a library that...

    docs.groupdocs.com/comparison/python-net/featur...
  9. Add Image Watermark to PPTX Using Python

    Easily add image watermark to PPTX using Python to brand presentations. This tutorial explains how to apply watermark to PowerPoint in Python across all slides consistently....Signature Product Family GroupDocs.Metadata...viewers quickly recognize the file’s purpose, ownership, or confidentiality...

    kb.groupdocs.com/watermark/python/add-image-wat...
  10. How to Convert DOCX to MD using Node.js

    Let's learn how to convert DOCX to MD using Node.js. We will also provide code example to export DOCX to MD in Node.js....Signature Product Family GroupDocs.Metadata...processing, the need to convert files from one format to another is...

    kb.groupdocs.com/conversion/nodejs/how-to-conve...