Learn how to convert documents to XML or JSON data using GroupDocs.Conversion for Java....Comparison Product Solution GroupDocs...demonstrating how to convert a CSV file to JSON format using ConvertCsvToJson...
Modify an email message body and subject, embed and remove images, search text, and list recipients using GroupDocs.Watermark for Python via .NET....Comparison Product Solution GroupDocs...msg message.msg is the sample file used in this example. Click...
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....Comparison Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...
This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs...guide / Basic usage / Convert files / Page layout formats Convert...
Let's learn how to merge GIF Files using C#. We will provide you a simple code example to combine GIF Files in C# without additional software installations....Comparison Product Family GroupDocs...Family Merge GIF files using C# Merging GIF files using C# is a...
The page describes how to add components to a document using GroupDocs.Annotation API....Comparison Product Solution GroupDocs...components are specific to the file format. That means you cannot...
Quick Start section about main features of GroupDocs.Watermark API, describes how to add watermakes with just a couple lines of code....Comparison Product Solution GroupDocs...Clear watermarks Get file info Get supported file formats Was this...
The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET....Comparison Product Solution GroupDocs...To load a password protected file, follow these steps: Instantiate...
Following this guide you will learn how to save the converted PDF, Word, Excel, or PowerPoint documents to local disk, stream or FTP....Comparison Product Solution GroupDocs...Advanced usage / Saving Saving files to different locations Leave...
You can remove text watermark from RTF using Python with a simple workflow. This guide also explains how to delete watermark in RTF using Python with ease....Comparison Product Family GroupDocs...Watermark from RTF Using Python RTF files are widely used because they...