Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 33,616 for

metadata

(0.06 sec)
  1. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how to export Metadata properties to an Excel workbook in Java...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/exporting-meta...
  2. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how to export Metadata properties to an Excel workbook....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/exporting-metad...
  3. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add Metadata. You can easily add Metadata to photos, pdfs or you can update or add data to mp3 files....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Python...

    docs.groupdocs.com/metadata/python-net/set-meta...
  4. Exporting metadata properties | GroupDocs

    Export Metadata properties to an Excel workbook using GroupDocs.Metadata for Python via .NET....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Python...

    docs.groupdocs.com/metadata/python-net/exportin...
  5. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Python via .NET you can easily search Metadata and extract desired Metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Python...

    docs.groupdocs.com/metadata/python-net/find-met...
  6. Best Practices in Metadata Management

    Before going in-depth to Metadata management, let’s discuss what the Metadata is? The Metadata summarizes basic information about data. In other words, it’s an information which describes the data that contained in something like a web page, document, or file. Another way to think of Metadata is as a short explanation or summary of what the data is. A simple example of Metadata for a document might include a collection of information like the author, file size, date the document was created, and keywords to describe the document....in-depth to Metadata management, let’s discuss what the metadata is?... The Metadata summarizes basic information about data. In other...

    blog.groupdocs.com/metadata/best-practices-in-m...
  7. Extract Metadata from Documents | GroupDocs

    Extract Metadata (author, title, custom properties) from PDF, Office, images, emails, and other formats using GroupDocs.Parser for Python via .NET....Metadata Product Solution GroupDocs.../ Extract Metadata from Documents Extract Metadata from Documents...

    docs.groupdocs.com/parser/python-net/extract-me...
  8. Working with DICOM metadata | GroupDocs

    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...
  9. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  10. Working with metadata in Presentations | GroupDocs

    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...