Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 4,446 for

groupdocs.redaction,

(0.11 sec)
  1. Redact Text in PPTX using Java

    In this guide, you'll discover how to redact text in PPTX using Java. Moreover, you'll receive a simple code example to replace text in PPTX using Java....In this guide, you'll discover how to redact text in PPTX using Java. Moreover, you'll receive a simple code example to replace text in PPTX using Java.

    kb.groupdocs.com/redaction/java/redact-text-in-...
  2. Text redaction | Documentation

    This article explains that how C# redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....This article explains that how C# redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others.

    docs.groupdocs.com/redaction/net/text-redactions/
  3. GroupDocs.Search for Java

    This API allows you to perform text search and index any type of file format using Java language on any platform....This API allows you to perform text search and index any type of file format using Java language on any platform.

    kb.groupdocs.com/search/java/page/2/
  4. Load password-protected file | Documentation

    Learn how to load a password-protected file by using .NET redaction API...Learn how to load a password-protected file by using .NET redaction API

    docs.groupdocs.com/redaction/net/load-password-...
  5. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....This article shows how to pre-rasterize a document using the redaction API.

    docs.groupdocs.com/redaction/java/pre-rasterize/
  6. Use advanced logging | Documentation

    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....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; /** * <p> * This is an example of ILogger implementation, tracking count of error messages. * </p> */ public class CustomLogger implements ILogger { private ArrayList<String> _errors; private ArrayList<String> _traces; private ArrayList<String> _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList<String>(); _traces = new ArrayList<String>(); _warnings = new ArrayList<String>(); } public void error(String message) { _errors.

    docs.groupdocs.com/redaction/java/use-advanced-...
  7. Tags

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F...

    kb.groupdocs.com/tags/
  8. GroupDocs.Watermark Product Family

    查找有关在任何平台上使用代码处理不同文件中的文本和图像水印的答案。...查找有关在任何平台上使用代码处理不同文件中的文本和图像水印的答案。

    kb.groupdocs.com/zh/watermark/page/2/
  9. GroupDocs.Signature for .NET

    此 API 允许您在任何平台上使用 .NET 和 C# 语言对任何类型的文件格式进行数字签名。...此 API 允许您在任何平台上使用 .NET 和 C# 语言对任何类型的文件格式进行数字签名。

    kb.groupdocs.com/zh/signature/net/page/2/
  10. GroupDocs.Signature for Java

    此 API 允许您在任何平台上使用 Java 语言对任何类型的文件格式进行数字签名。...此 API 允许您在任何平台上使用 Java 语言对任何类型的文件格式进行数字签名。

    kb.groupdocs.com/zh/signature/java/page/2/