Note This page contains release notes for GroupDocs.Merger for .NET 19.7 Major Features There are a few new features in this regular monthly release. The most notable are:
Implemented a new method GetDocumentInfo Implemented a new format .html Implemented .tiff image joining Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-431 Implement a new method GetDocumentInfo New Feature MERGERNET-513 Implement a new format .html New Feature MERGERNET-544 Implement ....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to disable text selection by rendering text as image when viewing PDF Documents with GroupDocs.Viewer within your Java applications....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to delete signature of the certain type with GroupDocs.Signature API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for Python via .NET API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
GroupDocs.Parser provides the functionality to handle loading of HTML external resources.
Here are the steps to handle loading of HTML external resources.
Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources.
// Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...