This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications....Assembly Product Solution GroupDocs.Redaction Product Solution GroupDocs...
Learn how to convert a XML document to PDF using XSL-FO with GroupDocs.Conversion for .NET....Assembly Product Solution GroupDocs.Redaction Product Solution GroupDocs...
In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API....Assembly Product Solution GroupDocs.Redaction Product Solution GroupDocs...
Learn how to compare Word documents while respecting Track Changes using GroupDocs.Comparison for Python via .NET....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article explains how to set document password after files comparison within your Python applications using GroupDocs.Comparison for Python via .NET....Merger Product Solution GroupDocs.Redaction Product Solution 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....Assembly Product Solution GroupDocs.Redaction Product Solution GroupDocs...
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 Spreadsheet Documents GroupDocs.Assembly allows you to use data bands in table rows in Spreadsheet 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....Assembly Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article explains how to save signed Presentation documents with various file formats by GroupDocs.Signature API....Assembly Product Solution GroupDocs.Redaction Product Solution GroupDocs...