Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information.
Load a GIF image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Watermark Product Solution GroupDocs...and extract some additional file format information. a GIF image...
How to install GroupDocs.Markdown for .NET using NuGet, .NET CLI, or from the official website....Watermark Product Solution GroupDocs...Add directly to your .csproj file: <PackageReference Include=...
Target GitHub Flavored Markdown or CommonMark output...Watermark Product Solution GroupDocs...business-plan.docx is sample file used in this example. Click...
This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications....Watermark Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...
This article explains how to load values from variables of string type when using GroupDocs.Comparison for .NET....Watermark Product Solution GroupDocs...contains text to be compared, not file path). Instantiate the object...
Follow this guide and learn how to set document metadata when saving output document after Files comparison within your .NET applications....Watermark Product Solution GroupDocs...metadata: Set metadata from source file C# using GroupDocs.Comparison...
This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your Java applications....Watermark Product Solution GroupDocs...data embedded in the document file itself, like PDF. But other...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...explore various methods to add watermarks to images, both through online...various methods for adding watermarks to PowerPoint presentations...
Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers.
The following are the steps to read the header of an AVI File.
Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Watermark Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...
This article offers comprehensive guide on how to scan barcode from PDF using Java, including code example to help you efficiently extract barcode from PDF in Java....Watermark Product Family GroupDocs.Merger...Scanning barcodes from PDF files can greatly enhance workflows...