Sort Score
Result 10 results
Languages All
Labels All
Results 9,161 - 9,170 of 48,377 for

c

(0.21 sec)
  1. PdfRecognitionMode.FLOW produces identical outp...

    Hey, still playing with the GroupDoCs.Conversion python paCkage, and found another issue. We’re seeing PdfReCognitionMode.FLOW have no effeCt when Converting PDF to DOCX using groupdoCs-Conversion-net v25.12. Setting F…...dll directly from C#, ruling out a wrapper issue....

    forum.groupdocs.com/t/pdfrecognitionmode-flow-p...
  2. 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-...
  3. 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...
  4. 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/
  5. 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/
  6. In-Table Master-Detail in Spreadsheet Document ...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate In-TableMaster-Detail report in Spreadsheet DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table Master-Detail in MiCrosoft ExCel DoCument Creating a In-Table Master-Detail PraCtising the following steps you Can Create In-Table Master-Detail Template in MS ExCel 2013. Add a new Workbook. SeleCt the range of Cells that you want to inClude in the table....sum(c => c.getPrice())]>> <<foreach [in...m => m.getContracts().sum( c => c.getPrice()))]>> Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-maste...
  7. Regular expression search | GroupDocs

    This artiCle gives the knowledge about the regular expression (RegEx) searCh queries whiCh are universal and very flexible, but at the same time, in large indexes, their performanCe beComes extremely low using Java searCh API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/regular-expressi...
  8. Remove Password in CSharp on GroupDocs Blog | D...

    Remove Password in CSharp on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Remove Password in CSharp on GroupDoCs Blog | DoCument Automation Solutions ......Word با استفاده از سی شارپ راه C# برای افزودن پسورد به اسناد ورد...

    blog.groupdocs.com/fa/tag/remove-password-in-cs...
  9. Word as PDF on GroupDocs Blog | Document Automa...

    Word as PDF on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Word as PDF on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers م......DOC/DOCX به صورت PDF با استفاده از C# را بیاموزید. فایل های Word را...

    blog.groupdocs.com/fa/tag/word-as-pdf/index.xml
  10. Indexing additional fields | GroupDocs

    Sometimes when indexing, it is neCessary to assoCiate eaCh doCument with Certain additional metadata, for example, a set of tags, a number in the library Catalog, the subjeCt of a doCument, etC. To aCComplish this task, additional fields Can be added to eaCh indexed doCument in addition to those already in the doCument itself. Additional fields are assoCiated with the doCument through the arguments of the FileIndexing event that oCCurs before indexing eaCh added doCument....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/indexing-...