This page describes the GroupDocs.Annotation advanced usage and its multiple powerful features like customizing document annotating process and annotations appearance etc....Classification Product Solution Purchase...
Explains GroupDocs.Editor for .NET file editor features and shows how to edit Word, XML and text documents, Excel spread sheets, PowerPoint presentations inside your .NET applications...Classification Product Solution Purchase...
Check this guide and learn how to manage document security for PDF, Word, Excel, PowerPoint file types - add password, update password, remove password using GroupDocs.Merger for .NET....Classification Product Solution Purchase...
This section describes GroupDocs.Merger for .NET supported audio types. The Library supports WAV, MP3 and many more....Classification Product Solution Purchase...
Developer Guide section explains all aspects of GroupDocs.Editor for Java file editor features, provides code snippets and examples of editing Microsoft Office formats progammatically in Java applications...Classification Product Solution Purchase...
This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for Java....Classification Product Solution Purchase...
Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in Text Document Reporting Requirement As a report developer, you are required to represent the information of the managers and clients with the following key requirements:
Report must show managers’ picture and name. It must associate the managers with their clients....Classification Product Solution Purchase...
Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Text Document format. In-Paragraph List in Text Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to describe about the services you are providing with the following key requirements:
A descriptive or informative line like “We provide support for the following products:”. Show all the products along with the above sentence....Classification Product Solution Purchase...
There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly.
The following example shows how to load the document from the stream:
// Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Classification Product Solution Purchase...