Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Presentation Documents GroupDocs.Assembly allows you to use data bands in table rows in Presentation** Documents**. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Compare Markdown (.md) files and detect differences in content, formatting, and structure using GroupDocs.Comparison for Python via .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
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....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This guide explains how to install GroupDocs.Signature for Python via .NET to your environment...Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This topic explains how to verify document for Barcode electronic signatures with GroupDocs.Signature API....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Clone metadata from the source or target document, or supply custom author/company metadata to the result file using SaveOptions.CloneMetadataType in GroupDocs.Comparison for .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Compare Word document properties — variable, built-in, and custom — to detect metadata changes alongside content with GroupDocs.Comparison for Python via .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article demonstrates how to convert a file and save it as a stream using GroupDocs.Conversion for .NET API....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Compare raw text strings directly using LoadOptions.LoadText = true — no files needed. Retrieve the diff result as a string via GetResultString() in GroupDocs.Comparison for .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...