This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature....GetData < string >()); } } More resources GitHub Examples You may easily...
This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....getDataFactor ()); } } } More resources GitHub Examples You may easily...
This article explains how to implement custom encryption for QR-code electronic signatures.... pdf , options ); More resources GitHub Examples You may easily...
Temukan cara menggunakan GroupDocs.Metadata for Python via .NET untuk mengekstrak, memperbarui, dan menghapus metadata di aplikasi Anda....IPTC, XMP, EXIF, dan Image Resources. Penanganan Metadata Multimedia...
Entdecken Sie, wie Sie GroupDocs.Metadata for Node.js nutzen können, um Metadaten in Ihren Anwendungen zu extrahieren, zu aktualisieren und zu entfernen....IPTC, XMP, EXIF und Image Resources. Multimedia-Metadatenverwaltung:...
Odkryj, jak wykorzystać GroupDocs.Metadata for Node.js do wyodrębniania, aktualizowania i usuwania metadanych w swoich aplikacjach....jak IPTC, XMP, EXIF i Image Resources. Obsługa metadanych multimedialnych:...
GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, 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 spreadsheet and extract some additional file format information.
Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... OutputXlsx ); } More resources GitHub examples You may easily...
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.... Text ); } } } More resources GitHub examples You may easily...