Sort Score
Result 10 results
Languages All
Labels All
Results 3,801 - 3,810 of 5,470 for

informations

(0.04 sec)
  1. 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....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/redaction/java/use-advanced-...
  2. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/comparison/net/compare-multi...
  3. Document renaming | Documentation

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/search/java/document-renaming/
  4. Load text from string | Documentation

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/comparison/net/load-text-fro...
  5. Merge PDF | Documentation

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Java API and couple lines of code...Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/merger/java/merge-pdf/
  6. Merge text files | Documentation

    Learn how to merge TXT files, combine TXT files into one file programmatically in java language using GroupDocs.Merger for Java library....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/merger/java/merge/txt/
  7. Set password for output document | Documentation

    This article explains how to set document password after files comparison within your Python applications using GroupDocs.Comparison for Python via .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/comparison/python-net/set-pa...
  8. Remove annotation from document | Documentation

    The page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/annotation/net/remove-annota...
  9. Load document from Azure Blob Storage | Documen...

    The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/annotation/net/load-document...
  10. Add ellipse annotation | Documentation

    The page describes how to add ellipse annotation to a document using GroupDocs.Annotation for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/annotation/net/add-ellipse-a...