Sort Score
Result 10 results
Languages All
Labels All
Results 8,801 - 8,810 of 46,628 for

(c )

(0.19 sec)
  1. diff view library on GroupDocs Blog | Document ...

    diff view library on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in diff view library on GroupDocs Blog | Document Automation Solutions for .NET & Java ......Java Developers テキストファイルを比較するためのC#差分ライブラリ Microsoft Word、Excel、...

    blog.groupdocs.com/ja/tag/diff-view-library/ind...
  2. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution.... C# public class MyOwnOcrConnector...ordinary textual redaction process. C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/
  3. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary using Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating an...(); } String path = new File ( "c:\\MyIndex\\Protected.pdf" ). getAbsolutePath...

    docs.groupdocs.com/search/java/document-passwords/
  4. Working with attributes | Documentation

    This page contains information about working with attributes in the search network.... C# Console . WriteLine ( "Adding...attributes from the search network. C# Searcher searcher = node . Searcher...

    docs.groupdocs.com/search/net/working-with-attr...
  5. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/stop-word...
  6. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically in Java....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/text-file...
  7. Document renaming | Documentation

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....indexFolder = 'c:/MyIndex' ; const documentFolder = 'c:/MyDocuments'...

    docs.groupdocs.com/search/nodejs-java/document-...
  8. Reuse of extension methods - Free Support Forum...

    Hello, We recently discover your different products and are trying to determine the faisaibility of a feature. In our data model, we have a lot of string collections (arrays) and we want to format them like this: “Mr.…... A, Mr B, Mr C and Mr D” We tried to implement..."contacts": ["Mr A", "Mr B", "Mr C", "Mr D"], "reasons": ["LETR"...

    forum.groupdocs.com/t/reuse-of-extension-method...
  9. OCR support | Documentation

    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. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  10. PDF to HTML CSharp on GroupDocs Blog | Document...

    PDF to HTML CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in PDF to HTML CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Jav......NET & Java Developers 使用 C# 將 PDF 文檔轉換為 HTML 讓我們使用幾行代碼將 PDF...

    blog.groupdocs.com/zh-hant/tag/pdf-to-html-csha...