Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 30,725 for

metadata

(0.14 sec)
  1. Working with XMP metadata | Documentation

    This article shows how to access XMP Metadata in a file of any supported format....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-x...
  2. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root Metadata package Use the FileType property to obtain file format information AdvancedUsage....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Working with EXIF metadata | Documentation

    This article explains how to access EXIF Metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Node...

    docs.groupdocs.com/metadata/nodejs-java/working...
  4. 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...
  5. Introducing Outlook Metadata Cleaner - An Outlo...

    Outlook Metadata Cleaner is an Outlook add-in powered by GroupDocs.Metadata for .NET that removes/cleans Metadata properties in the files selected to be attached with email. It is an attach file button that appears in New Message window in Outlook. When some file is selected to be attached with email, the add-in first cleans all the Metadata information saved with that file and then attaches Metadata free file with email message....Outlook Metadata Cleaner is an Outlook add-in powered by GroupDocs...GroupDocs.Metadata for .NET that removes/cleans metadata properties...

    blog.groupdocs.com/metadata/introducing-outlook...
  6. Working with MP3 metadata | Documentation

    Learn about managing Metadata for MP3 formats....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-mp...
  7. Working with DICOM metadata | Documentation

    Reading DICOM Metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM Metadata. Load a DICOM image Get the root Metadata package Extract the native Metadata package using DicomRootPackage.DicomPackage Read the DICOM Metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata Metadata = new Metadata(Constants.InputDicom)) { var root = Metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-di...
  8. 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-...
  9. 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...
  10. 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/