Sort Score
Result 10 results
Languages All
Labels All
Results 8,771 - 8,780 of 49,771 for

(c )

(0.47 sec)
  1. Searching in a Large Number of Documents

    Usually, a searching software is able to achieve fast search responses because, instead of search the text directly, it searches an index. This would be the equivalent of retrieving pages in a book related to a keyword by searching the index at the back of a book, as opposed to searching the words in each page of the book. Using GroupDocs.Search for Indexing and Searching Problem: Suppose you have 10 million documents of different file formats, e.... The C# code will look like this: Java...Show list of searched files The C# code will look like: Java developers...

    blog.groupdocs.com/search/searching-in-a-large-...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...benefits for enterprise use with C#, Java, and Node.js. Learn how...settings, and implementation in C#, Java, and Node.js....

    blog.groupdocs.com/groupdocs.blog/page/9/
  3. Extract Data from Invoices or Receipts in Java ...

    Extract Invoice data from PDF invoices or receipts programmatically in Java. Document parsing & data extraction API by GroupDocs supports various formats....extraction of invoice data using C# in one of the earlier posts....from Invoices or Receipts in C#...

    blog.groupdocs.com/parser/extract-data-from-inv...
  4. Homophone search | GroupDocs

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/homophone...
  5. Protecting word processing documents | GroupDocs

    This article explains how to protect as well as unprotect the Word documents.... Ex: @"C:\Docs\document.docx" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.docx" using ( Watermarker...

    docs.groupdocs.com/watermark/net/protecting-wor...
  6. Keyboard layout correction | GroupDocs

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/keyboard-layout-...
  7. Using aliases | GroupDocs

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/using-aliases/
  8. Protecting Word documents | GroupDocs

    This article explains how to protect as well as unprotect the Word documents in Java.... Ex: "C:\\Docs\\document.docx" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.docx" Watermarker...

    docs.groupdocs.com/watermark/java/protecting-wo...
  9. Get list of changes | GroupDocs

    Retrieve a typed list of every detected difference using Comparer.GetChanges() — each ChangeInfo item exposes change type, page number, ID, and text in GroupDocs.Comparison for .NET....list of changes from local disk C# using GroupDocs.Comparison ;...Get list of changes from stream C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/get-list-of-c...
  10. How to run examples | GroupDocs

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....following lines to the Main method C# using GroupDocs.Viewer ; using...dotnet run . Check the output in C:\\output\\ directory. Build project...

    docs.groupdocs.com/viewer/net/how-to-run-examples/