Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 8,522 for

metadata

(0.09 sec)
  1. Working with IPTC IIM metadata | Documentation

    This article explains how to access IPTC Metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-i...
  2. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root Metadata package Extract the native Metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_Metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata Metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = Metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-b...
  3. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root Metadata package Extract the native Metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata Metadata = new Metadata(Constants.InputBmp)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-bm...
  4. 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...
  5. Edit and Manage Metadata in Node.js Apps - Grou...

    Discover how to utilize GroupDocs.Metadata for Node.js to extract, update and remove Metadata in your applications....Tiếng Việt 中文 中國傳統的 Managing metadata is an important part of document...will look at how to manage metadata in Node.js applications, with...

    blog.groupdocs.com/metadata/edit-metadata-in-no...
  6. Extract metadata from Emails | Documentation

    Extract Metadata from emails by using GetMetadata method....Metadata Product Solution GroupDocs...Emails / Extract metadata from Emails Extract metadata from Emails...

    docs.groupdocs.com/parser/net/extract-metadata-...
  7. Extract metadata from Emails | Documentation

    To extract Metadata from emails getMetadata method is used. This method allows to extract the following Metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract Metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of document Metadata objects; Iterate through the collection and get Metadata names and values....Metadata Product Solution GroupDocs...Emails / Extract metadata from Emails Extract metadata from Emails...

    docs.groupdocs.com/parser/java/extract-metadata...
  8. Metadata Scrubbing - Online and Programmatic Ap...

    Discover the online and programmatic way to remove or clean the Metadata properties of documents and images....discussed how we can edit metadata properties of different file...don’t need the metadata or selective metadata properties within...

    blog.groupdocs.com/metadata/metadata-scrubber/
  9. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata for Java 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 Java...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  10. eSign Image with Metadata signature | Documenta...

    This article shows how to add Metadata signatures to the image exif Metadata layer with various data types...Metadata Product Solution GroupDocs...Electronic signature types / Metadata signatures / eSign Image eSign...

    docs.groupdocs.com/signature/net/esign-image-wi...