This article explains how to load values from variables of string type when using GroupDocs.Comparison for .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
This article shows how to set image size limits when rendering image to PNG or JPEG...app conholdate.com conholdate.cloud conholdate.app containerize...
Quickly get started with GroupDocs.Redaction for Python via .NET by creating and running a simple example....app conholdate.com conholdate.cloud conholdate.app containerize...
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....app conholdate.com conholdate.cloud conholdate.app containerize...
This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....app conholdate.com conholdate.cloud conholdate.app containerize...
This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents....app conholdate.com conholdate.cloud conholdate.app containerize...
The page describes how to add squiggly annotation to a document using GroupDocs.Annotation for .NET....app conholdate.com conholdate.cloud conholdate.app containerize...