Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Java....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
This article demonstrates how to convert file stored in Azure Blob storage using GroupDocs.Conversion for .NET API....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods:
import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *
* This is an example of ILogger implementation, tracking count of error messages. *
*/ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
Scope a GroupDocs.Redaction for Python via .NET redaction to a page range or a rectangular page area using redaction filters, and combine them to target an area on specific pages....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
This sections contains explanation about various electronic signature visual appearances on document page....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate a Common 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. Common List in HTML Document Reporting Requirement As a report developer, you are required to share the following key requirements:
A report must show multiple customers’ picture and name....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
Explicit Support for Multiple Data Sources Using DocumentAssembler.assembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique.
Parameters DataSources An array of data source objects like object[] dataSources.
DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames.
Articles in this section...Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
This section will describe typical problems with merging files and ways to solve them using GroupDocs.Merger for .NET library...Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
Handle parsing errors using groupdocs.parser.exceptions and add troubleshooting steps for GroupDocs.Parser for Python via .NET....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...