This article explains how to sign document with generated Stamp electronic signatures using advanced options with GroupDocs.Signature API....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
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....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
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....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
This article explains how to work with PDF attachments while using GroupDocs watermarking Java API....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
This article provides in-depth guide on text extraction from RTF in Java. It includes code example to extract text from RTF using Java without using extra software....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
In this tutorial, you will discover how to redact text in PDF using C#. Additionally, you will receive a simple code example to replace text in PDF using C#....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
Search different word forms using C# to find nouns in singular or plural. An example will be provided to implement word form search in C# without extra installation....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
This article explains how to extract text from XLS using C#. It features code example to help you for text extraction from XLS in C# without installing extra software....Total Product Family GroupDocs.Conversion Product Family GroupDocs...
This article details the process of how to extract text from PPT using C#. It includes a code example to assist you in integrating text extraction from PPT in C# projects....Total Product Family GroupDocs.Conversion Product Family GroupDocs...