In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Node.js via Java....Total Product Family GroupDocs.Viewer 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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Learn how to apply or discard detected changes and save the result using GroupDocs.Comparison for Python via .NET....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Learn how to add text watermark to DOCX using C# without installing extra software. Moreover, we will provide you code to insert text watermark to DOCX using C#....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
Gain a thorough understanding of how to remove annotations from PDF using C#. Also, you'll get code example that shows how to delete annotations in PDF using C#....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
In this topic, you will learn how to perform faceted search using C#. We will provide sample code example to create faceted search in C# without requiring any tools....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
In this topic, you'll discover how to remove metadata from DOCM using Java. Additionally, we will provide you sample code to delete metadata from DOCM in Java....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
This guide explains how to scan barcode from DOCX using C#, featuring a code example to help you extract barcode from DOCX in C# efficiently and seamlessly....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...