The page describes how to implement user roles in GroupDocs.Annotation for .NET Api....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
GroupDocs.Redaction - Redact Sensitive Content from Documents Documentation .NET Java Python GroupDocs.Redaction for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Redact content from documents Articles and guidelines Basic redactions Basic usage .NET code examples Open-source projects for Apis example usage GroupDocs.Redaction for .NET More GroupDocs.Redaction for Java More Getting started Get up and running fast with our getting started guide Features overview Supported document formats System requirements Installation Remove sensitive information Articles and guides for both basic and advanced development Redact content using optical character recognition (OCR) Advanced usage scenarios Java code examples Open-source projects for Apis example usage GroupDocs....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This is a basic tutorial on how to convert Excel to PDF using Java. Convert documents without the use of third-party software and distribute them fast to everyone....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Watermark Product Family GroupDocs.Merger...
Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for .NET....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
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....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This section explains how to load document from FTP with GroupDocs.Signature Api....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article shows how to receive digital certificates properties over Document Info method....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
查找有关在任何平台上使用代码转换各种类型的文档和图像的答案。...查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion...Product Family GroupDocs.Watermark Product Family GroupDocs.Merger...