Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 54,837 for

metadata

(0.1 sec)
  1. Extract metadata from EPUB eBook | Documentation

    To extract Metadata from EPUB e-books GetMetadata method is used...Metadata Product Solution GroupDocs.../ Extract metadata from EPUB eBook Extract metadata from EPUB...

    docs.groupdocs.com/parser/net/extract-metadata-...
  2. Advanced search for Metadata signatures | Docum...

     This article explains how to search various data values types within electronic signatures in the document Metadata by GroupDocs.Signature API....Metadata Product Solution GroupDocs...signatures / 🌐 Metadata Advanced search for Metadata signatures Leave...

    docs.groupdocs.com/signature/net/advanced-searc...
  3. Set document metadata on save | Documentation

    Follow this guide and learn how to set document Metadata when saving output document after files comparison within your Java applications....Metadata Product Solution GroupDocs...Set document metadata on save Set document metadata on save Leave...

    docs.groupdocs.com/comparison/nodejs-java/set-d...
  4. EPUB Metadata Editor – View & Edit EPUB Properties

    Discover ways to view and edit EPUB Metadata. Either edit EPUB Metadata online or do it programmatically using C# & Java....will see how to update EPUB metadata efficiently in various ways...exploring a user-friendly online metadata editing tool. Then, we’ll...

    blog.groupdocs.com/metadata/view-edit-epub-meta...
  5. PNG Metadata Editor Online

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....by viewing and editing PNG metadata online. Discover the ease...

    blog.groupdocs.com/tag/png-metadata-editor-online/
  6. eSign document with Metadata signature | Docume...

    This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...Metadata Product Solution GroupDocs...types / Metadata signatures eSign document with Metadata signature...

    docs.groupdocs.com/signature/net/esign-document...
  7. .NET, Java, Node.js, Python APIs & Online Metad...

    Document Metadata APIs native to C# .NET & Java. Read, write, edit & compare meta information of all popular formats. Analyze & export Metadata....Document Metadata Management Solution APIs and apps to read,... edit, replace and remove metadata of documents, images and other...

    products.groupdocs.com/metadata/
  8. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata represents any loaded file as a tree consisting of Metadata properties and nested Metadata packages. You can easily iterate through the Metadata tree...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  9. Working with metadata in JPEG images | Document...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop Metadata associated with a JPEG image. For more information on the Photoshop file format and Metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with metadata in AVI files | Documentation

    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 AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata Metadata = new Metadata(Constants.InputAvi)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...