This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
GroupDocs.Parser provides the functionality to extract data from EPUB e-books. Also CHM and FB2 formats are supported.
The following table provides the list of supported formats:
Format Description CHM Compiled HTML Help File EPUB Digital E-Book File Format FB2 FictionBook 2.0 File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Parser for .NET examples GroupDocs.Parser for Java examples Free online document parser App Along with full featured ....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This page contains information about synchronizing shards in the search network....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article shows how to save the modified content to the underlying source....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for .NET API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header.
The following are the steps to read the header of an FLV file.
Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...