Sort Score
Result 10 results
Languages All
Labels All
Results 9,061 - 9,070 of 46,749 for

c

(0.1 sec)
  1. how to merge spreadsheets on GroupDocs Blog | D...

    how to merge spreadsheets on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in how to merge spreadsheets on GroupDoCs Blog | DoCument Automation Solutions ......گسترده اکسل را با استفاده از C# ترکیب کنید. برگه های خاصی از...

    blog.groupdocs.com/fa/tag/how-to-merge-spreadsh...
  2. Word to Minified HTML on GroupDocs Blog | Docum...

    Word to Minified HTML on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Word to Minified HTML on GroupDoCs Blog | DoCument Automation Solutions for .NET......Word DOC/DOCX را با استفاده از C# به HTML کوچک شده ارائه دهید....

    blog.groupdocs.com/fa/tag/word-to-minified-html...
  3. Fuzzy Search in Multiple Files on GroupDocs Blo...

    Fuzzy SearCh in Multiple Files on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Fuzzy SearCh in Multiple Files on GroupDoCs Blog | DoCument Automation ......قدرت جستجوی فازی برنامه ای در C# را باز کنید! چندین سند مبتنی...

    blog.groupdocs.com/fa/tag/fuzzy-search-in-multi...
  4. show or hide html page borders on GroupDocs Blo...

    show or hide html page borders on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in show or hide html page borders on GroupDoCs Blog | DoCument Automation ......NET & Java Developers C#でドキュメントをHTMLに変換するときにページの境界線を表示および非表示にする...

    blog.groupdocs.com/ja/tag/show-or-hide-html-pag...
  5. Extract data from database on GroupDocs Blog | ...

    ExtraCt data from database on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in ExtraCt data from database on GroupDoCs Blog | DoCument Automation Solution......แยกข้อมูลจากไฟล์ฐานข้อมูลโดยใช้ C# ฐานข้อมูล ถือว่าเป็นส่วนสำคั...

    blog.groupdocs.com/th/tag/extract-data-from-dat...
  6. Render DOCX as PDF using Python

    In this topiC, you will learn how to render DOCX as PDF using Python with the help of Viewer library. A Code example will also be provided to Create PDF from DOCX in Python....render DOCX files as HTML using C#. If you are looking for more...to render DOCX as HTML using C# . This resource provides in-depth...

    kb.groupdocs.com/viewer/python/render-docx-as-p...
  7. Storing text of indexed documents | Documentation

    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-...
  8. Character replacement during indexing | Documen...

    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...
  9. Search by chunks | Documentation

    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/
  10. 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. 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/