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....Redaction Product Solution GroupDocs.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....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to set date-time format and timezone offset for Email messages with GroupDocs.Viewer within your .NET applications....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Email Document format. In-Table List in Email Document Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements:
Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Report must show managers’ name. It must show the sum of contract prices against each manager....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
The page describes how to implement user roles in GroupDocs.Annotation for .NET API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Development Environment Operating Systems GroupDocs.Search for Java can be executed on any Operating System with Java JDK installed.
Windows Desktops and Servers Linux Mac OS Supported Runtime **GroupDocs.**Search for Java supports Java run-time version 6 (1.6) and above.
Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Artifactory using Maven GroupDocs hosts all Java APIs on GroupDocs Artifactory. You can easily use GroupDocs.Search for Java API directly in your Maven projects with simple configurations....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
GroupDocs.Search for Node.js does not require any external software or third party tool to be installed...Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Development Environment Operating Systems GroupDocs.Assembly for Java can be executed on any Operating System with Java JDK installed.
Windows Desktops and Servers Linux Mac OS Supported Runtime GroupDocs.Assembly for Java supports Java run-time version 7 (1.7) and above.
Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Artifactory using Maven GroupDocs hosts all Java APIs on GroupDocs Artifactory. You can easily use GroupDocs.Assembly for Java API directly into your Maven projects with simple configurations....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...