Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 54,839 for

metadata

(0.3 sec)
  1. 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...
  2. Search for encrypted objects Metadata signature...

     This article explains how to search for encrypted electronic signatures in the document Metadata. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in the document Metadata with GroupDocs.Signature....Metadata Product Solution GroupDocs...embedded and encrypted objects in Metadata signatures / Search for encrypted...

    docs.groupdocs.com/signature/net/search-for-enc...
  3. metadata - GroupDocs.Metadata for Java - API Re...

    All Classes Packages com.groupdocs.Metadata com.groupdocs.Metadata.core com.groupdocs.Metadata.export com.groupdocs.m......metadata com.groupdocs.metadata.core com.groupdocs...groupdocs.metadata.export com.groupdocs.metadata.licensing com.groupdocs...

    apireference.groupdocs.com/metadata/java/com.gr...
  4. Remove Metadata of Documents and Images using C#

    Remove selective Metadata or clean all Metadata properties using C# from DOCX, XLSX, PPTX, PDF, JPG/JPEG, PNG, WebP images, email, eBooks, Visio, Zip files....2020 by Shoaib Khan Blog Home Metadata Remover for Documents and...programmatically remove or entirely clean metadata of documents as well as images...

    blog.groupdocs.com/2020/12/29/remove-metadata-o...
  5. 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 MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....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 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 the MatroskaRootPackage.getMatroskaPackage method Read the Matroska Metadata properties on different levels of the format structure advanced_usage.managing_Metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata Metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = Metadata.getRootPackageGeneric(); // Read the EBML header System....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Managing metadata for specific formats | Docume...

    Learn about managing Metadata for specific formats....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/managing-metada...
  8. 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 EpubRootPackage....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. eSign Word Processing document with Metadata si...

    This article explains how to sign Word Processing document with Metadata signatures by GroupDocs.Signature....Metadata Product Solution GroupDocs...document with Metadata signature / ✎ Words Metadata eSign Word Processing...

    docs.groupdocs.com/signature/java/esign-word-pr...
  10. Working with metadata in WEBP images | Document...

    Working with XMP Metadata GroupDocs.Metadata for Java allows managing XMP Metadata in JPEG images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF Metadata The GroupDocs.Metadata API supports handling EXIF Metadata in JPEG images. Please find appropriate code samples in the Working with EXIF Metadata section. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

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