Create your first document by generating a simple report from an in-memory .NET object using GroupDocs.Assembly for .NET....resources GitHub Examples You may easily run the code above and...
This article explains how to use different image adjustment with electronic signatures on document page....resources GitHub Examples You may easily run the code above and...
Learn how to extract tables from a specific document page using GroupDocs.Parser for .NET. Extract tables from Excel, Word, PDF pages by page index in C#....resources GitHub examples You may easily run the code above and...
Learn this article and check how to restrict loading of external resources during conversion...external resources Sometimes you may want to skip loading most of...
This article explains how to sign document with generated Stamp electronic signatures using advanced options with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers:
Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs....used by camera manufacturers may intersect with the ids defined...
This article explains how to subscribe for verification of electronic signatures events like start, progress and completion with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files.
The following are the steps to read native ASF metadata.
Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....resources GitHub examples You may easily run the code above and...