Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 6,153 for

editor

(0.27 sec)
  1. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/use-redaction...
  2. Storing text of indexed documents | GroupDocs

    This article explains that how to store text of indexed documents....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/net/storing-text-of-i...
  3. 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...Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/save-to...
  4. Highlighting results in network | GroupDocs

    This page contains information about highlighting search results in the search network....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/highlighting-res...
  5. Get only summary page | GroupDocs

    This article explains how to get only a summary page when comparing documents with GroupDocs.Comparison for Node.js via Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/comparison/nodejs-java/get-o...
  6. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Node.js via Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  7. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Editor Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/basic-usage/
  8. Get document Info | GroupDocs

    This artcle explains how to get document information...Editor Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/get-document-...
  9. Document preview | GroupDocs

    This article shows how to get document preview....Editor Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/basic-usage/pr...
  10. Fluent syntax | GroupDocs

    This article describes how to use fluent syntax notation in GroupDocs.Conversion for .NET API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/fluent-syntax/