Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 3,972 for

metadata management

(0.06 sec)
  1. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF Metadata. Load an ASF video Get the root Metadata package Extract the native Metadata package using the AsfRootPackage.getAsfPackage method Read the ASF Metadata properties advanced_usage.managing_Metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata Metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = Metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root Metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata Metadata = new Metadata(Constants.InputPdf)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in Metadata properties To access built-in Metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. .NET Framework Limitations in Metadata Removal ...

    @atir.tahir Thanks for the quick reply. I think the information on the linked page is outdated. According to Nuget, .NET Framework 4.7.2 is not supported: Adding it to a .NET Framework 4.7.2 project, did not work ei…...Limitations in Metadata Removal API Usage GroupDocs.Metadata Product...supported: GroupDocs.Metadata 24.8.0 GroupDocs.Metadata for .NET is a...

    forum.groupdocs.com/t/net-framework-limitations...
  4. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document 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...
  5. Extract RIFF INFO and Metadata of WAV files in ...

    Extract Metadata and RIFF INFO of WAV audio files in Java. Metadata API allows Metadata Management within your Java applications....programmatically manipulate the metadata as well as RIFF INFO. This...to programmatically extract metadata and RIFF INFO from the WAV...

    blog.groupdocs.com/metadata/extract-riff-info-a...
  6. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root Metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_Metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata Metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = Metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in Metadata properties To access built-in Metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV Metadata. Load an MKV video Get the root Metadata package Extract the native Metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska Metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata Metadata = new Metadata(Constants.InputMkv)) { var root = Metadata.GetRootPackage(); // Read the EBML header Console....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you to replace or remove Metadata using filters or search by regular expression....Metadata Product Solution GroupDocs.../ Basic usage / Metadata redactions Metadata redactions Leave...

    docs.groupdocs.com/redaction/net/metadata-redac...
  9. Remove Metadata from DOC using C#

    Efficiently learn how to remove Metadata from DOC using C# with a code example demonstrating how to delete Metadata from DOC in C# without installing extra software....Metadata Product Family GroupDocs.Parser...Family Remove Metadata from DOC using C# Metadata in DOC (Microsoft...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  10. Remove Metadata from EPUB using Java

    This guide will walk you through the process of how to remove Metadata from EPUB using Java. You will also get the code example to delete Metadata from EPUB in Java....Metadata Product Family GroupDocs.Parser...Redaction Product Family Remove Metadata from EPUB using Java In today’s...

    kb.groupdocs.com/metadata/java/remove-metadata-...