Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 30,919 for

groupdocs metadata

(0.47 sec)
  1. extract metadata from images on GroupDocs Blog ...

    extract Metadata from images on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in extract Metadata from images on Groupdocs Blog | Document Automation Solu......extract metadata from images on GroupDocs Blog | Document Automation...content in extract metadata from images on GroupDocs Blog | Document...

    blog.groupdocs.com/ja/tag/extract-metadata-from...
  2. 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata Metadata = new Metadata(Constants.InputGif)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata Groupdocs....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Set document metadata on save | Documentation

    Follow this guide and learn how to set document Metadata when saving output document after files comparison within your Python applications....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/comparison/python-net/set-do...
  4. Traverse a whole metadata tree | Documentation

    This article explains that the Groupdocs.Metadata for Java represents any loaded file as a tree consisting of Metadata properties and nested Metadata packages. You can easily iterate through the Metadata tree...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  5. Working with metadata in EPUB e-books | Documen...

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The Groupdocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB Metadata. Load an EPUB file Get the root Metadata package Extract the native Metadata package using the EpubRootPackage....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Remove Metadata on GroupDocs Blog | Document Au...

    Remove Metadata on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Metadata on Groupdocs Blog | Document Automation Solutions for .NET & Java Deve......Remove Metadata on GroupDocs Blog | Document Automation Solutions...Recent content in Remove Metadata on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/uk/tag/remove-metadata/index...
  7. Remove Metadata on GroupDocs Blog | Document Au...

    Remove Metadata on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Metadata on Groupdocs Blog | Document Automation Solutions for .NET & Java Deve......Remove Metadata on GroupDocs Blog | Document Automation Solutions...Recent content in Remove Metadata on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/he/tag/remove-metadata/index...
  8. Remove Metadata on GroupDocs Blog | Document Au...

    Remove Metadata on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Metadata on Groupdocs Blog | Document Automation Solutions for .NET & Java Deve......Remove Metadata on GroupDocs Blog | Document Automation Solutions...Recent content in Remove Metadata on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/ko/tag/remove-metadata/index...
  9. Working with metadata in Note formats | Documen...

    Groupdocs.Metadata for .NET 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with metadata in MOV files | Documentation

    Reading MOV format-specific properties The Groupdocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root Metadata package Extract the native Metadata package using the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

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