Sort Score
Result 10 results
Languages All
Labels All
Results 9,201 - 9,210 of 48,479 for

(c )

(0.54 sec)
  1. CSV to XML on GroupDocs Blog | Document Automat...

    CSV to XML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CSV to XML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers CSV......XML در سی شارپ با استفاده از C# داده های CSV را به فرمت XML تبدیل...

    blog.groupdocs.com/fa/tag/csv-to-xml/index.xml
  2. Fuzzy Search in Multiple Folders on GroupDocs B...

    Fuzzy Search in Multiple Folders on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Fuzzy Search in Multiple Folders on GroupDocs Blog | Document Automat......قدرت جستجوی فازی برنامه ای در C# را باز کنید! چندین سند مبتنی...

    blog.groupdocs.com/fa/tag/fuzzy-search-in-multi...
  3. Protect PDF on GroupDocs Blog | Document Automa...

    Protect PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Protect PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers م......DOC/DOCX به صورت PDF با استفاده از C# را بیاموزید. فایل های Word را...

    blog.groupdocs.com/fa/tag/protect-pdf/index.xml
  4. PDF Viewer on GroupDocs Blog | Document Automat...

    PDF Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in PDF Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers مشا......DOC/DOCX به صورت PDF با استفاده از C# را بیاموزید. فایل های Word را...

    blog.groupdocs.com/fa/tag/pdf-viewer/index.xml
  5. Licensing and evaluation | GroupDocs

    GroupDocs.Viewer provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation....how to set a license from file: C# using GroupDocs.Viewer ; // ...set a license from a stream: C# using System.IO ; using GroupDocs...

    docs.groupdocs.com/viewer/net/licensing-and-eva...
  6. Storing text of indexed documents | GroupDocs

    This article explains that how to store text of indexed documents using Java....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/storing-text-of-...
  7. 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....indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/character-replac...
  8. Search by chunks | GroupDocs

    This article gives the knowledge about the ability to perform search by chunks using Java search API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/search-by-chunks/
  9. 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....indexFolder = "c:\\MyIndex" ; String documentFolder = "c:\\MyDocuments"...

    docs.groupdocs.com/search/java/ocr-support/
  10. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/indexing-with-st...