Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 54,838 for

metadata

(0.81 sec)
  1. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop Metadata associated with a PSD image. For more information on the Photoshop file format and Metadata blocks 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 PSD image. Load a PSD file Get the root Metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Clean Metadata of Documents and Images using Java

    Java API to remove all or selective Metadata properties of DOCX, XLSX, PPTX, PDF documents, JPEG, PNG, WebP images, email, eBooks, Visio Drawings, Zip, etc....2020 by Shoaib Khan Blog Home Metadata Cleaner for Documents and...Facebook Twitter Linkedin Metadata is the data that provides...

    blog.groupdocs.com/2020/12/17/remove-metadata-f...
  3. 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...Searching / 🌐 Metadata Advanced search for Metadata signatures Leave...

    docs.groupdocs.com/signature/java/advanced-sear...
  4. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Search for built-in Metadata signatures | Docum...

    This article explains how to provide advanced search for Metadata electronic signatures with GroupDocs.Signature API....Metadata Product Solution GroupDocs...🌐 Build-in metadata Search for built-in Metadata signatures Leave...

    docs.groupdocs.com/signature/net/search-for-bui...
  6. Introducing Metadata Signatures in GroupDocs.Si...

    We are delighted to announce another monthly release of GroupDocs.Signature for .NET 18.9 with multitude of new features like ability to save Image documents as PDF and signing of PDF with Metadata Signatures. Furthermore, this monthly release also comes up with few fixes, we therefore, recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. Features Metadata Signatures for PDFThe Metadata Signature is the additional document property that contains special attributes/tags to keep non visual information inside the document....PDF and signing of PDF with Metadata Signatures. Furthermore, this...Features # Metadata Signatures for PDFThe Metadata Signature is...

    blog.groupdocs.com/signature/groupdocs.signatur...
  7. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop Metadata associated with a PSD image. For more information on the Photoshop file format and Metadata blocks 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 PSD image. Load a PSD file Get the root Metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. 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 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. How to search for Metadata signatures | Documen...

    This topic explains how to search for Metadata signatures within the documents with GroupDocs.Signature API....Metadata Product Solution GroupDocs...document / 🔍 Metadata How to search for Metadata signatures Leave...

    docs.groupdocs.com/signature/net/search-for-met...
  10. Metadata - GroupDocs.Metadata for Java - API Re...

    All Classes Packages com.groupdocs.Metadata com.groupdocs.Metadata.core com.groupdocs.Metadata.export com.groupdocs.m......metadata com.groupdocs.metadata.core com.groupdocs...groupdocs.metadata.export com.groupdocs.metadata.licensing com.groupdocs...

    apireference.groupdocs.com/metadata/java/com.gr...