This article shows how to handle search queries if they contain special characters and separator characters....resources GitHub examples You may easily run the code from documentation...
This article provides learning contents about how to generate page previews of documents in .NET using GroupDocs.Parser for Java API...resources GitHub examples You may easily run the code above and...
This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Parser for Python via .NET....resources GitHub examples You may find more code examples in our...
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...
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...
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....resources GitHub examples You may easily run the code above and...
This article describes how to generate a preview for any worksheet (tab) for the existing Excel spreadsheet in SVG format... Excel spreadsheets may have the so-called hidden worksheets...
Learn how to extract text from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract text from entire documents or specific pages with error handling in C#....resources GitHub examples You may easily run the code above and...