This article explains how to save signed Presentation documents with various file formats by GroupDocs.Signature API....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This topic explains how to verify Text electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs.Merger Product Solution 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:...Editor Product Solution GroupDocs.Merger 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....Editor Product Solution GroupDocs.Merger 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....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
Learn how to convert a XML document to PDF using XSL-FO with GroupDocs.Conversion for .NET....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This article describes a step-by-step procedure to extract text from HTML in Java and how to use these steps for developing the Java get Text from HTML application....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
This short post will show you how to convert MHTML to JPG in C# without using any third-party software, as well as how to build MHTML to JPG converter functionality....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
This tutorial offers guidance on how to add replacement annotation in PDF using C#. Also, it includes code and steps to insert replacement annotation to PDF in C#....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...