Sort Score
Result 10 results
Languages All
Labels All
Results 3,831 - 3,840 of 11,021 for

text

(1.11 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.... print ( "Text " + description . getReplacement...

    docs.groupdocs.com/redaction/java/use-redaction...
  2. Convert note-taking formats | GroupDocs

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Java....document can be as simple as a text document as well as more detailed...

    docs.groupdocs.com/conversion/java/convert/note/
  3. Compare documents | GroupDocs

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Java....different document parts and blocks: Text blocks - paragraphs, words and...

    docs.groupdocs.com/comparison/java/compare-docu...
  4. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....Ots PDF Pdf E-book Epub , Mobi Text Txt Help Chm You can also retrieve...

    docs.groupdocs.com/markdown/net/load-a-file-of-...
  5. Groupdocs Editor with PPTX - Free Support Forum...

    Hello Team, I am working with Editor in my application, I took help from Groupdocs team for Editor with DOCX file and I got the code from the team, Code below. [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")]…...[ { text: "Andale Mono", value: "Andale Mono" }, { text: "Arial"...[ { text: "Andale Mono", value: "Andale Mono" }, { text: "Arial"...

    forum.groupdocs.com/t/groupdocs-editor-with-ppt...
  6. Apply or Discard Comparison Changes With GroupD...

    GroupDocs team is excited to announce another monthly release of GroupDocs.Comparison for .NET 17.1.0 API with seven new features like Apply or Discard changes for spreadsheet, PDF file formats and support for hyperlink comparison is also introduced along with five improvements like change detection for paragraphs in PDF document, deleted or inserted borders comparison in Spreadsheet and change of table comparison are included. This monthly release also has two major fixes for PDF document ....for Spreadsheet support for Text Box in spreadsheet Add support...

    blog.groupdocs.com/comparison/apply-discard-com...
  7. Releasing Next Generation GroupDocs.Viewer for ...

    It’s time to lay a hand on Next Generation GroupDocs.Viewer for Java 3.0.0. GroupDocs releases this product with the great power of rendering a variety of document formats to HTML and image representations. Why Next Generation GroupDocs.Viewer? The legacy 2.x versions of GroupDocs.Viewer for Java had complex API structure thereby requiring more coding efforts for a simple implementation. There were specific way of code implementation for different types of application development platforms....documents and images, renders text and converts them to SVG+HTML+CSS...

    blog.groupdocs.com/viewer/releasing-next-genera...
  8. Get Document Information using C#

    Discover the process of how to get document information using C#. Enhance document management efficiency by learning how to get file properties using C#....Whether you’re dealing with text documents, spreadsheets, presentations...

    kb.groupdocs.com/metadata/net/get-document-info...
  9. Convert PDF to DOCX using Java

    Effortlessly convert PDF to DOCX using Java, eliminating the need for additional tools. Also, we will furnish you with code example to export PDF to DOCX using Java.... Whether you’re extracting text, adjusting formatting, or integrating...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  10. How to Convert DOCX to TXT using Java

    In this guide, we will provide easy steps to convert DOCX to TXT using Java. Also, we will provide you a code example representing how to export DOCX to TXT in Java....as collaborating with basic text editors, extracting unformatted...

    kb.groupdocs.com/conversion/java/how-to-convert...