Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 5,450 for

file signature

(0.06 sec)
  1. Add Text Watermark to DOCX using Java

    Discover how to add text watermark to DOCX using Java. Additionally, we'll supply you with the code necessary to insert text watermark to DOCX using Java....Signature Product Family GroupDocs.Metadata...specifying the path of the DOCX file in its constructor Instantiate...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  2. Add Distance Annotation to JPG using C#

    This article is designed to assist you how to add distance annotation in JPG using C# along with comprehensive steps to insert distance annotation to JPG in C#....Signature Product Family GroupDocs.Metadata...Annotator class by providing the JPG file path as an argument to its constructor...

    kb.groupdocs.com/annotation/net/add-distance-an...
  3. How to Convert ODT to HTML using C#

    Let's learn how to convert ODT to HTML using C# without installing any extra software. Also, write code example to export ODT to HTML in C# using conversion library....Signature Product Family GroupDocs.Metadata...Open Document Text ( ODT ) files to HTML, you’re in the right...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Setting author of changes | GroupDocs

    This article explains how to set author of changes name in the resulting document in GroupDocs.Comparison for .NET....Signature Product Solution GroupDocs...the object. Specify a source file path or an input stream. Call...

    docs.groupdocs.com/comparison/net/setting-autho...
  5. Install GroupDocs.Watermark for Python via .NET...

    This topic describes how to install GroupDocs.Watermark for Python....Signature Product Solution GroupDocs...assemblies. Download the Wheel File: On the download page, locate...

    docs.groupdocs.com/watermark/python-net/install...
  6. GroupDocs.Comparison for .NET | GroupDocs

    GroupDocs.Compairson for .NET developer documentation. Learn how to diff docx, pptx, and compare pdf Files using C#....Signature Product Solution GroupDocs...differences in a distinct output file. About GroupDocs.Comparison...

    docs.groupdocs.com/comparison/net/
  7. Convert DOCX to DOC using Node.js

    Convert DOCX to DOC using Node.js while preserving formatting and structure. This guide explains how to export DOCX to DOC in Node.js with simple steps....Signature Product Family GroupDocs.Metadata...using Node.js Converting DOCX files to the older DOC format is essential...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  8. Convert PDF to Excel using Python

    Discover how to convert PDF Files to Excel spreadsheets using Python. Effortlessly extract tabular data from PDFs and save it as XLSX or XLS with simple Python code and no extra tools....Signature Product Family GroupDocs.Metadata...save them as editable Excel files. Whether you need to automate...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  9. Extract metadata from XLSX using C#

    In this article, we will outline all steps necessary to extract metadata from XLSX using C#. Also, a sample of the XLSX metadata extraction C# code will be included....Signature Product Family GroupDocs.Metadata...metadata from XLSX using C# XLSX files, commonly used for spreadsheets...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  10. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Signature Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...