Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 4,891 for

groupdocs.redaction,

(0.08 sec)
  1. Use advanced logging | 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....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-...
  2. GroupDocs.Parser for .NET

    此 API 允许您在任何平台上使用 C# .NET 语言执行文本搜索和索引任何类型的文件格式。...此 API 允许您在任何平台上使用 C# .NET 语言执行文本搜索和索引任何类型的文件格式。

    kb.groupdocs.com/zh/parser/net/page/4/
  3. GroupDocs.Signature for .NET

    Այս API-ն թույլ է տալիս թվային կերպով ստորագրել ցանկացած տեսակի ֆայլի ձևաչափ՝ օգտագործելով .NET և C# լեզուները ցանկացած հարթակում:...Այս API-ն թույլ է տալիս թվային կերպով ստորագրել ցանկացած տեսակի ֆայլի ձևաչափ՝ օգտագործելով .NET և C# լեզուները ցանկացած հարթակում:

    kb.groupdocs.com/hy/signature/net/page/2/
  4. Use redaction callback | GroupDocs

    Learn about redaction API methods to reject or approve specific changes during redaction process...Learn about redaction API methods to reject or approve specific changes during redaction process

    docs.groupdocs.com/redaction/net/use-redaction-...
  5. Create custom format handler | GroupDocs

    This article shows how to implement one or several interfaces for the document's features and required redaction....This article shows how to implement one or several interfaces for the document's features and required redaction.

    docs.groupdocs.com/redaction/java/create-custom...
  6. 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/
  7. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream

    docs.groupdocs.com/redaction/net/save-to-stream/
  8. Use PDF redaction filters | GroupDocs

    This article explains that how to set page-level scope to PDF redactions....This article explains that how to set page-level scope to PDF redactions.

    docs.groupdocs.com/redaction/python-net/use-pdf...
  9. Remove Annotations from PPTX using C#

    Gain a clear understanding of how to remove annotations from PPTX using C#. Additionally, you'll find a code example on how to delete annotations in PPTX using C#....Gain a clear understanding of how to remove annotations from PPTX using C#. Additionally, you'll find a code example on how to delete annotations in PPTX using C#.

    kb.groupdocs.com/redaction/net/remove-annotatio...
  10. GroupDocs.Signature for .NET

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

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