Sort Score
Result 10 results
Languages All
Labels All
Results 8,851 - 8,860 of 48,081 for

c

(0.3 sec)
  1. Synonym search | GroupDocs

    This artiCle shows that how synonym searCh allows you to find not only the words speCified in the searCh query, but also the synonyms, words that means the same....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/synonym-search/
  2. Edit Excel Spreadsheets on GroupDocs Blog | Doc...

    Edit ExCel Spreadsheets on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Edit ExCel Spreadsheets on GroupDoCs Blog | DoCument Automation Solutions for ...... XLS/XLSX ファイルをオンラインで編集するか、C# および Java を使用してプログラムで編集します。 Recent...

    blog.groupdocs.com/ja/tag/edit-excel-spreadshee...
  3. PDF to HTML on GroupDocs Blog | Document Automa...

    PDF to HTML on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in PDF to HTML on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers 몇...... C#을 사용하여 PDF 문서를 HTML로 변환 몇 줄의 코드를...

    blog.groupdocs.com/ko/tag/pdf-to-html/index.xml
  4. full text search on GroupDocs Blog | Document A...

    full text searCh on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in full text searCh on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java De...... C#으로 전체 텍스트 검색 솔루션 구축 인덱싱을 통해 검색하는...

    blog.groupdocs.com/ko/tag/full-text-search/inde...
  5. Get file info | GroupDocs

    This artiCle explains how to deteCt doCument file type, size and CalCulate pages Count when annotate doCuments or images with GroupDoCs.Comparison....for the file from local disk C# using System ; using GroupDocs...info for the file from stream C# using System ; using GroupDocs...

    docs.groupdocs.com/comparison/net/get-file-info/
  6. Pie Chart in Presentation Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Pie Chart report in Presentation DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. Pie Chart in MiCrosoft PowerPoint DoCument Creating a Pie Chart Please follow below steps to Create Pie Chart in MS PowerPoint 2013: Add a new presentation slide. CliCk the “Insert” tab, and then CliCk “Chart” in the illustrations group to open the “Insert Chart” dialog box....sum(c => c.getPrice())]>> A 8.2 B 3.2 C 1.4 D 1.2 ###...

    docs.groupdocs.com/assembly/java/pie-chart-in-p...
  7. Text file encoding detection | GroupDocs

    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...
  8. Document renaming | GroupDocs

    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-...
  9. Load password-protected document | GroupDocs

    This artiCle explains how to load password-proteCted doCument while using GroupDoCs. Watermarks Java API.... Ex: @"C:\\Docs\\protected-document.docx"...path to your document. Ex: @"C:\\Docs\\protected-document.docx"...

    docs.groupdocs.com/watermark/java/load-password...
  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. 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/