Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 32,030 for

groupdocs.search

(0.74 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....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/use-advanced-...
  2. Categories

    查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family Group......Metadata Product Family GroupDocs.Search Product Family GroupDocs...

    kb.groupdocs.com/zh/categories/page/33/
  3. How to Add Watermark in Word using C#

    This short article focus on how to add watermark in Word using C#. It's a step-by-step instructions with sample code to insert watermark in Word using C#....Metadata Product Family GroupDocs.Search Product Family GroupDocs...

    kb.groupdocs.com/annotation/net/how-to-add-wate...
  4. How to Compare Word Documents using C#

    This article describes the procedure to compare Word documents using C# and how to write the code in C# to compare two Word documents and highlight differences....Metadata Product Family GroupDocs.Search Product Family GroupDocs...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  5. Batch-convert a folder | GroupDocs

    Convert all documents in a directory to Markdown...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/markdown/python-net/batch-co...
  6. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Loading of template documents from HTML with resources GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/loading-of-tem...
  7. Sign document with Metadata signature - advance...

     This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/sign-document...
  8. GroupDocs.Merger for Java | GroupDocs

    Use GroupDocs.Merger for Java to merge several documents into one, split single document to multiple and organize documents in different ways....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/
  9. Installation | GroupDocs

    Operating Systems GroupDocs.Comparison for Java can be executed on any Operating System with Java JDK installed. Windows Desktops and Servers Linux Mac OS Supported Runtime GroupDocs.Comparison for Java supports Java run-time version 8 and above (Kotlin is supported as well). Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Comparison for Java API directly in your Maven projects with simple configurations....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/installation/
  10. Extract data from ePUB eBooks | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from EPUB e-books. Also CHM and FB2 formats are supported. The following table provides the list of supported formats: Format Description CHM Compiled HTML Help File EPUB Digital E-Book File Format FB2 FictionBook 2.0 File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs.Parser for Java examples Free online document parser App Along with full featured ....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/extract-data-from...