This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate a Multicolored numbered list report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Multicolored Numbered List in HTML Document Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements:...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...
In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Learn how to convert a XML document to PDF using XSL-FO with GroupDocs.Conversion for .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Add repeated (tiled) text or image watermarks with spacing, rotation, and patterns using GroupDocs.Watermark for Python via .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This is a guide about build an web api which uses GroupDocs.Conversion for .NET in a docker container...Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Learn common ways to read metadata property values and handle their types in GroupDocs.Metadata for Python via .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Create templates with fields and tables to extract structured data using GroupDocs.Parser for Python via .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...