Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 5,099 for

file signature

(0.03 sec)
  1. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Signature Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Basic usage | Documentation

    Quick Start section for GroupDocs.Redaction API Perform redactions for your documents easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it....Signature Product Solution GroupDocs...to it. Get supported file formats Get file info Get document page...

    docs.groupdocs.com/redaction/net/basic-usage/
  3. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Merger for .NET...Signature Product Solution GroupDocs...provided below to learn more about file merge features. GitHub Examples...

    docs.groupdocs.com/merger/net/showcases/
  4. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Merger for Node.js via Java...Signature Product Solution GroupDocs...provided below to learn more about file merge features. GitHub Examples...

    docs.groupdocs.com/merger/nodejs-java/showcases/
  5. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Editor for Java...Signature Product Solution GroupDocs...below to learn more about edit file features. GitHub Examples You...

    docs.groupdocs.com/editor/java/showcases/
  6. How to Add Watermark Annotation to PDF using C#

    Review the step-by-step guide to add watermark annotation to PDF using C# by annotation library and how to use these instructions to insert watermark to PDF in C#....Signature Product Family GroupDocs.Metadata...class and pass path of input PDF file to its constructor Initialize...

    kb.groupdocs.com/annotation/net/how-to-add-wate...
  7. Render PPTX as HTML using Java

    Master the art to render PPTX as HTML using Java efficiently. Additionally, dive into comprehensive step-by-step guidelines and Java code for rendering PPTX to HTML....Signature Product Family GroupDocs.Metadata...class object, passing the PPTX file path as a parameter to its constructor...

    kb.groupdocs.com/viewer/java/render-pptx-as-htm...
  8. Load document using the local path string | Doc...

    Load documents from your local disk using a File path with GroupDocs.Viewer in Python....Signature Product Solution GroupDocs...a path to a file. GroupDocs.Viewer opens the file in the read-only...

    docs.groupdocs.com/viewer/python-net/load-docum...
  9. Load text from string | Documentation

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for Python via .NET....Signature Product Solution GroupDocs...a text to be compared, not a file path). Instantiate the Comparer...

    docs.groupdocs.com/comparison/python-net/load-t...
  10. Convert DOCX to ODT using Node.js

    In this article, we will provide you detail on how to convert DOCX to ODT using Node.js. Also, you will be provide a code example to export DOCX to ODT in Node.js....Signature Product Family GroupDocs.Metadata...js via Java to convert DOCX files to ODT For DOCX document to...

    kb.groupdocs.com/conversion/nodejs/convert-docx...