Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 44,530 for

documents

(0.05 sec)
  1. Merge indexes | GroupDocs

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the Documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...operation contains all the documents that were contained in all...

    docs.groupdocs.com/search/java/merge-indexes/
  2. Redact Text in RTF using C#

    This tutorial will guide you through the process of how to redact text in RTF using C#. Additionally, you'll get simple code example to replace text in RTF using C#....Rich Text Format ( RTF ) documents using C# is a valuable skill...sensitive information from documents to prevent unauthorized access...

    kb.groupdocs.com/redaction/net/redact-text-in-r...
  3. Load password-protected file | GroupDocs

    Load password-protected file In order to open password-protected Documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Load password-protected...

    docs.groupdocs.com/redaction/java/load-password...
  4. Generating document preview - advanced | GroupDocs

    This article shows how to generate document pages with advanced options....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Generating document preview - advanced Generating document preview...

    docs.groupdocs.com/signature/java/generating-do...
  5. Phrase search | GroupDocs

    This article gives the knowledge about phrase search definition as well as a phrase search description using Java search API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...allows users to search for documents containing an exact sentence...

    docs.groupdocs.com/search/java/phrase-search/
  6. Features Overview | GroupDocs

    The main feature of GroupDocs.Editor for Node.js is an ability to edit most popular document formats using front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit Word Processing Documents, Spreadsheets or Presentations....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...allows you to edit files and documents across wide range of . Below...

    docs.groupdocs.com/editor/nodejs-java/features-...
  7. Count Words and Occurrences of each Word in a D...

    Count number of words and their occurrences in PDF, Word, Excel, PowerPoint, and Email Documents in Java using document parsing API....programmatically count words in documents and the occurrences of each...GroupDocs.Parser showcases the document parsing solution for developers...

    blog.groupdocs.com/parser/count-words-and-occur...
  8. GroupDocs.Signature Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....features and enhance your document e-signing experience. We are...Metadata Signatures in a PDF document. Therefore, we would recommend...

    blog.groupdocs.com/categories/groupdocs.signatu...
  9. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of Documents. Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of Documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...occurrences in the text of documents. Obtain search result information...

    docs.groupdocs.com/search/net/work-with-search-...
  10. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of Documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of Documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...occurrences in the text of documents. Obtain search result information...

    docs.groupdocs.com/search/java/work-with-search...