This article demonstrates how to convert file stored in Azure Blob storage using GroupDocs.Conversion for .NET API....Total Product Family GroupDocs.Viewer 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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article demonstrates how to convert document stored in FTP storage using GroupDocs.Conversion for Java API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article shows how to receive digital certificates properties over Document Info method....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
GroupDocs.Metadata for Python provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Before using any other GroupDocs.Viewer classes Evaluation version...
This short article focus on how to add watermark in Word using C#. It's a step-by-step instructions with sample code to insert watermark in Word using C#....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
This article describes the procedure to compare Word documents using C# and how to write the code in C# to compare two Word documents and highlight differences....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
Note This page contains release notes for GroupDocs.Redaction for Java 21.1 Major Features There are the following improvements in this release:
Improve page information returned by GroupDocs.Redaction Full List of Issues Covering all Changes in this Release Key Summary Category REDACTIONJAVA-111 Improve page information returned by GroupDocs.Redaction Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs.Redaction for Java 21.1. It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in GroupDocs....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...