Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 16,724 for

metadata management

(0.07 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 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...
  3. 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...
  4. 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...
  5. .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...
  6. Remove Metadata from DOC using Java

    Learn how to efficiently remove Metadata from DOC using Java with a code example that demonstrates the process, all without needing to install extra software....Metadata Product Family GroupDocs.Search...Family Remove Metadata from DOC using Java Metadata stored in DOC...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  7. Remove Metadata from XLSX using C#

    Efficiently grasp the knowledge of how to remove Metadata from XLSX using C#. Also, you'll get a code example demonstrating how to clean Metadata from XLSX in C#....Metadata Product Family GroupDocs.Search...Family Remove Metadata from XLSX using C# Metadata in XLSX files...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  8. ASP.NET WebForms Document Metadata Editor App u...

    GroupDocs team is pleased to announce another release of ASP.NET WebForms Document Metadata Editor App using GroupDocs.Metadata for .NET API. This release v2.0.0 comes up with features to provide easy ways to manage Metadata in various formats. It enables user to read and remove the Metadata of documents (Words, Spreadsheet, Presentation, PDF, CAD, MSG, EML) and images (JPEG, PNG, GIF) with download the original or updated document and many more features....Document Metadata Editor App using GroupDocs.Metadata for .NET...to provide easy ways to manage metadata in various formats. It...

    blog.groupdocs.com/metadata/asp.net-webforms-do...
  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.Search...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.Search...Redaction Product Family Remove Metadata from EPUB using Java In today’s...

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