Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 8,522 for

metadata

(0.09 sec)
  1. Traverse a whole metadata tree | Documentation

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

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  2. Advanced search for Metadata signatures | Docum...

     This article explains how to search various data values types within electronic signatures in the document Metadata by GroupDocs.Signature API....Metadata Product Solution GroupDocs...Searching / 🌐 Metadata Advanced search for Metadata signatures Leave...

    docs.groupdocs.com/signature/java/advanced-sear...
  3. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or Metadata index on documents. To index only Metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Metadata Product Solution GroupDocs.../ Indexing metadata of documents Indexing metadata of documents...

    docs.groupdocs.com/search/java/indexing-metadat...
  4. eSign Spreadsheet with Metadata signature | Doc...

    This article explains how to add Metadata signatures to Spreadsheet document with GroupDocs.Signature...Metadata Product Solution GroupDocs...document with Metadata signature / ✎ Spreadsheet Metadata eSign Spreadsheet...

    docs.groupdocs.com/signature/java/esign-spreads...
  5. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root Metadata package Extract the native Metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata Metadata = new Metadata(Constants.InputFlv)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP Metadata GroupDocs....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with Metadata directly but extracts some useful pieces of information that can be considered as Metadata under some circumstances. For example, you may want to obtain information about pages in a note document....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. eSign Presentation with Metadata signature | Do...

    This article explains how to add Metadata signatures to Presentation document with GroupDocs.Signature...Metadata Product Solution GroupDocs...document with Metadata signature / ✎ Presentation Metadata eSign Presentation...

    docs.groupdocs.com/signature/java/esign-present...
  8. eSign Presentation with Metadata signature | Do...

    This article explains how to add Metadata signatures to Presentation document with GroupDocs.Signature...Metadata Product Solution GroupDocs...Electronic signature types / Metadata signatures / eSign Presentation...

    docs.groupdocs.com/signature/net/esign-presenta...
  9. 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...
  10. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root Metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_Metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata Metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = Metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...