Sort Score
Result 10 results
Languages All
Labels All
Results 9,151 - 9,160 of 48,049 for

c

(0.31 sec)
  1. Search Text on GroupDocs Blog | Document Automa...

    SearCh Text on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in SearCh Text on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ج......پوشه های مختلف با استفاده از C# پخش شده اند جستجو کنید. نتایج...

    blog.groupdocs.com/fa/tag/search-text/index.xml
  2. Word to Clean HTML on GroupDocs Blog | Document...

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

    blog.groupdocs.com/fa/tag/word-to-clean-html/in...
  3. STL as PNG on GroupDocs Blog | Document Automat...

    STL as PNG on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in STL as PNG on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers نما......را به صورت PDF با استفاده از C# مشاهده کنید. بیشتر فایل های استریولیتوگرافی...

    blog.groupdocs.com/fa/tag/stl-as-png/index.xml
  4. Document Integrity on GroupDocs Blog | Document...

    DoCument Integrity on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in DoCument Integrity on GroupDoCs Blog | DoCument Automation Solutions for .NET & Jav......Signature در C#. راهنمای کامل با امضای هاش سفارشی...

    blog.groupdocs.com/fa/tag/document-integrity/in...
  5. 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
  6. 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
  7. 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-...
  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. 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...
  10. 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/