This article explains how to obtain supported file formats list for PDF, Words, Spreadsheet or Presentation document types when working with GroupDocs.Signature within your .NET applications....NET library we provide simple, but powerful...
Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in HEIF/HEIC 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 HEIF/HEIC 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:...Along with full featured Java library we provide simple, but powerful...
The following example demonstrates how to load a file from a local disk.
advanced_usage.loading_files.LoadFromLocalDisk
// Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Metadata for .NET examples
GroupDocs.Metadata for Java examples...with a full featured Java library we provide simple, but powerful...
This example demonstrates how to load a file from a stream using GroupDocs.Metadata for Python via .NET....NET library we provide simple, but powerful...
This article shows how to save a document to a specified location on a local disk in Java...Along with full featured Java library we provide simple, but powerful...
This article explains how to search for embedded electronic signatures with custom serialization in QR code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes with GroupDocs.Signature....implementation is using json library to provide serialization and...with the full-featured .NET library, we provide simple but powerful...