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...
This topic explains how to search for Metadata signatures within the documents with GroupDocs.Signature API....Metadata Product Solution GroupDocs...document / 🔍 Metadata How to search for Metadata signatures Leave...
Working with XMP Metadata GroupDocs.Metadata for .NET allows managing XMP Metadata in TIFF 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 TIFF images. Please find appropriate code samples in the Working with EXIF Metadata section.
Working with IPTC Metadata GroupDocs.Metadata for .NET is also able to work with IPTC Metadata in TIFF images....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...
Working with XMP Metadata GroupDocs.Metadata for Java allows managing XMP Metadata in TIFF 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 TIFF images. Please find appropriate code samples in the Working with EXIF Metadata section.
Working with IPTC Metadata GroupDocs.Metadata for Java is also able to work with IPTC Metadata in TIFF images....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...
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 (MetadataMetadata = 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...
To extract Metadata from Microsoft Office Excel spreadsheets getMetadata method is used. This method allows to extract the following Metadata:
Name Description title The title of the spreadsheet. subject The subject of the spreadsheet. keywords The keyword of the spreadsheet. comments The comments of the spreadsheet. content-status The content status of the spreadsheet. category The category of the spreadsheet. company The company of the spreadsheet. manager The manager of the spreadsheet....Metadata Product Solution GroupDocs...Excel spreadsheets / Extract metadata from Microsoft Office Excel...
This article explains that how to extract Metadata from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Metadata Product Solution GroupDocs...Excel spreadsheets / Extract metadata from Microsoft Office Excel...
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...
This article explains how to search for encrypted text electronic signatures in the document Metadata. This topic contains example of using standard encryption and search for encrypted text in the document Metadata with further decryption by GroupDocs.Signature API....Metadata Product Solution GroupDocs...embedded and encrypted objects in Metadata signatures / Search for encrypted...
This article explains how to implement custom serialization for Metadata electronic signatures....Metadata Product Solution GroupDocs...document with secure custom Metadata signatures / Implement custom...