Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for Java API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article demonstrates how to convert document stored in FTP storage using GroupDocs.Conversion for Java API....app conholdate.com conholdate.cloud conholdate.app containerize...
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....app conholdate.com conholdate.cloud conholdate.app containerize...
Locate and remove the metadata properties you don't want — by tag, category, name, type or value — with GroupDocs.Metadata for Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
Add watermarks to a particular worksheet, and work with shapes, backgrounds, and headers/footers using GroupDocs.Watermark for Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package.
Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors
JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iconholdate.com conholdate.cloud conholdate.app containerize...
Lock a watermark in a Word document to restrict editing, optionally with a password, using GroupDocs.Watermark for Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
Add watermarks to single or multi-framed images (such as TIFF and GIF) using GroupDocs.Watermark for Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
Add metadata properties — one of the most powerful features of the GroupDocs.Metadata for Python via .NET search engine....app conholdate.com conholdate.cloud conholdate.app containerize...