Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 5,194 for

groupdocs.watermark,

(0.06 sec)
  1. Use redaction callback | Documentation

    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....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.

    docs.groupdocs.com/redaction/java/use-redaction...
  2. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index.

    docs.groupdocs.com/search/java/indexing-metadat...
  3. Get source and target text from files | Documen...

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for .NET....This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for .NET.

    docs.groupdocs.com/comparison/net/get-source-an...
  4. Get list of changes | Documentation

    This article explains how to get collection of changes between compared documents when using GroupDocs.Comparison for Java....This article explains how to get collection of changes between compared documents when using GroupDocs.Comparison for Java.

    docs.groupdocs.com/comparison/java/get-list-of-...
  5. Use PageAreaRedaction | Documentation

    This article explains that how to use PageAreaRedaction....This article explains that how to use PageAreaRedaction.

    docs.groupdocs.com/redaction/net/use-page-area-...
  6. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured.

    docs.groupdocs.com/redaction/net/extend-support...
  7. Markdown | Documentation

    This article explains that how to extract Markdown formatted text from document page....This article explains that how to extract Markdown formatted text from document page.

    docs.groupdocs.com/parser/net/markdown/
  8. Installation | Documentation

    GroupDocs.Editor for Java installation...GroupDocs.Editor for Java installation

    docs.groupdocs.com/editor/java/installation/
  9. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for .NET API....This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for .NET API.

    docs.groupdocs.com/annotation/net/filtering-ann...
  10. Add link annotation | Documentation

    The page describes how to add link annotation to a document using GroupDocs.Annotation for .NET....The page describes how to add link annotation to a document using GroupDocs.Annotation for .NET.

    docs.groupdocs.com/annotation/net/add-link-anno...