Lock a watermark in a Word document to restrict editing, optionally with a password, using GroupDocs.Watermark for Python via .NET....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Conversion Product Solution GroupDocs.Comparison 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....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
Find answers about signing digital documents and images of various types using code on any platform....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...
GroupDocs.Watermark API allows you to search the possible watermarks placed in any document. You can also search the watermarks that are added using some third-party tool. The found possible watermarks can be removed or their properties can be changed. For more details please refer to the following guides:
Searching watermarks...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
GroupDocs.Metadata provides different ways to save a file with updated metadata.
Please refer to the following guides to know more about all overloads of the save method:...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...