Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Java API and couple lines of code...Editor Product Solution GroupDocs...
Render lightweight thumbnail images for selected document pages using PreviewOptions and Document.generate_preview() from GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...
Add watermarks to single or multi-framed images (such as TIFF and GIF) using GroupDocs.Watermark for Python via .NET....Editor Product Solution GroupDocs...
Add watermarks to a particular worksheet, and work with shapes, backgrounds, and headers/footers using GroupDocs.Watermark for Python via .NET....Editor Product Solution GroupDocs...
Lock a watermark in a Word document to restrict editing, optionally with a password, using GroupDocs.Watermark for Python via .NET....Editor Product Solution GroupDocs...
Compare Markdown (.md) files and detect differences in content, formatting, and structure using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...
Learn how to merge archive files, combine archive files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....Editor 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....Editor Product Solution GroupDocs...