Sort Score
Result 10 results
Languages All
Labels All
Results 6,841 - 6,850 of 9,904 for

groupdocs.signature,

(0.36 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. How to Run Examples | Documentation

    This article describes how to run Java Search API code examples....This article describes how to run Java Search API code examples.

    docs.groupdocs.com/search/java/how-to-run-examp...
  4. Export Data | Documentation

    How to export data to JSON or XML files....How to export data to JSON or XML files.

    docs.groupdocs.com/parser/net/export-data/
  5. 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/
  6. GroupDocs.Redaction Overview | Documentation

    Lets try to know about what is redaction or what does redacted mean. The redaction is the editing a document for the purpose to remove or hide the confidential or sensitive information....Lets try to know about what is redaction or what does redacted mean. The redaction is the editing a document for the purpose to remove or hide the confidential or sensitive information.

    docs.groupdocs.com/redaction/java/groupdocs-red...
  7. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for .NET since version 19.9: The Comparer class introduced as a single entry point to compare documents of any supported file format with various options and ability to accept/reject differences in output document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for .NET since version 19.9: The Comparer class introduced as a single entry point to compare documents of any supported file format with various options and ability to accept/reject differences in output document. Document compare options for all document types. Instead of using document related options now options are related to compare type only.

    docs.groupdocs.com/comparison/net/migration-notes/
  8. Compare documents | Documentation

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Java....This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Java.

    docs.groupdocs.com/comparison/java/compare-docu...
  9. Search thread safety | Documentation

    This article shows that how search thread safety works....This article shows that how search thread safety works.

    docs.groupdocs.com/search/nodejs-java/search-th...
  10. Ինչպես փոխարկել XLSX-ը HTML-ի Java-ի միջոցով

    Հասկացեք Excel-ի փաստաթղթերի փոխակերպումը վեբ ձևաչափի, վերանայեք XLSX-ը Java-ի HTML-ի փոխարկելու քայլերը և ինչպես մշակել կոդ՝ Excel-ը Java-ի HTML արտահանելու համար:...Հասկացեք Excel-ի փաստաթղթերի փոխակերպումը վեբ ձևաչափի, վերանայեք XLSX-ը Java-ի HTML-ի փոխարկելու քայլերը և ինչպես մշակել կոդ՝ Excel-ը Java-ի HTML արտահանելու համար:

    kb.groupdocs.com/hy/conversion/java/how-to-conv...