In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for .NET....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 the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties
try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
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...
Learn how to run Java examples which contain creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and many more examples....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...
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...