This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article explains how to set document password after files comparison within your Python applications using GroupDocs.Comparison for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article will guide you on how to extract metadata from DOCX using C#. A DOCX metadata extraction C# code example is provided, demonstrating how to perform this process.... Earlier, we released a guide on scanning QR codes...
Quickly learn how to convert XLSX to DOCX using Node.js without extra software installation. This topic contains steps and code to export XLSX to DOCX in Node.js.... We’ve just released a comprehensive guide on converting...
Learn how to convert PNG to JPG with Python without installed extra software. This topic also provide a code eample that explains how to export PNG to JPG in Python....resources are automatically released after processing. ImageConvertOptions...
This guide explains how to install GroupDocs.Signature for Python via .NET to your environment...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article explains how to load a document from Azure Blob Storage with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Quickly get started with GroupDocs.Redaction for Python via .NET by creating and running a simple example....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...