Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 5,301 for

text redaction

(0.1 sec)
  1. How to Convert TSV to Excel using Java

    Let's easily transform spreadsheet documents and learn how to convert TSV to Excel using Java. Also, review how to write the code for Java TSV to Excel converter....Redaction Product Family How to Convert...published an article on converting Text to PDF using Java, take a look...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. Character replacement during indexing | GroupDocs

    Character replacement during indexing can be used, for example, to convert all Text to lowercase characters or to remove diacritics from Text....Redaction Product Solution GroupDocs...for example, to convert all text to lowercase characters or to...

    docs.groupdocs.com/search/java/character-replac...
  3. Extract barcodes from document page | GroupDocs

    This article explains that how to extract barcodes from document page....Redaction Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  4. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Redaction Product Solution GroupDocs...PowerPoint presentations: Extract text from Microsoft Office PowerPoint...

    docs.groupdocs.com/parser/net/extract-data-from...
  5. How to Compare Excel Files using C#

    This quick how-to tutorial provide you the complete guide to compare Excel files using C# and learn the process to programmatically compare two Excel files for differences in C#....Redaction Product Family How to Compare...published an article on comparing Text files using C#, have a look...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  6. How to Extract Images from Word Document in C#

    Easily extract Images from Word document in C# in just a few lines of code and learn how to write code to develop the application for C# image extractor from Word....Redaction Product Family How to Extract...published an article for extracting Text from Word Document in C#, have...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  7. How to Convert RTF to SVG using C#

    In this tutorial, you will learn how to convert RTF to SVG using C# by following a step-by-step process. Also, a sample code is included to export RTF to SVG in C#....Redaction Product Family How to Convert...convert RTF to SVG using C# . Rich Text Format ( RTF ) and Scalable...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Add squiggly annotation | GroupDocs

    The page describes how to add squiggly annotation to a document using GroupDocs.Annotation for .NET....Redaction Product Solution GroupDocs...page Squiggly annotation marks text with a squiggly styling as shown...

    docs.groupdocs.com/annotation/net/add-squiggly-...
  9. Highlighting results in network | GroupDocs

    This page contains information about highlighting search results in the search network....Redaction Product Solution GroupDocs...network can be highlighted in the text of the found document using...

    docs.groupdocs.com/search/java/highlighting-res...
  10. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed Text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for Text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Redaction Product Solution GroupDocs...for the recognition of printed text (optical character recognition...

    docs.groupdocs.com/search/java/ocr-support/