Sort Score
Result 10 results
Languages All
Labels All
Results 7,841 - 7,850 of 46,588 for

(c )

(0.06 sec)
  1. Merge text files | Documentation

    Learn how to merge TXT files, combine TXT files into one file programmatically in java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.txt" ) // Add another...file to merge merger . join ( "c:\sample2.txt" ); // Merge TXT...

    docs.groupdocs.com/merger/java/merge/txt/
  2. 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.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentFolder = @"c:\MyDocuments\" ; // Enabling character...

    docs.groupdocs.com/search/net/character-replace...
  3. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating an...getStopWordDictionar (). exportDictionary ( "C:\\Words.txt" ); // Import words...

    docs.groupdocs.com/search/java/stop-word-dictio...
  4. Scatter Chart in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Word Document Creating a Scatter Chart Please follow below to create Scatter Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box.... GroupBy ( c => c . OrderDate . Month )]>> Chart...Order Price<<x [Key]>><<y [Sum(c => c.Price )]>> 0.7 2.7 1.8 3.2...

    docs.groupdocs.com/assembly/net/scatter-chart-i...
  5. How to merge WAV files using Java | Documentation

    Learn how to merge WAV audio files, combine WAV audio files into one file programmatically in Java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.wav" )) { // Add another...file to merge merger . join ( "c:\sample2.wav" ); // Merge WAV...

    docs.groupdocs.com/merger/java/getting-started/...
  6. Indexing with stop words | Documentation

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/indexing-with-sto...
  7. Indexing reports | Documentation

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....indexFolder = "c:\\MyIndex\\" ; String documentsFolder1 = "c:\\MyDocuments1\\"...; String documentsFolder2 = "c:\\MyDocuments2\\" ; // Creating...

    docs.groupdocs.com/search/java/indexing-reports/
  8. Accept or Reject detected changes | Documentation

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....documents stored at local disk C# using GroupDocs.Comparison ;...documents provided as a stream C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  9. How to Run Examples | Documentation

    In this article you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....NET like shown below: C# using GroupDocs.Comparison ;...string sourceDocumentPath = @"C:\source.docx" ; // NOTE: Put here...

    docs.groupdocs.com/comparison/net/how-to-run-ex...
  10. Access Metadata Properties from PPS, PPSX, PPSM...

    Another month, another release! We have recently released version 19.5 of GroupDocs.Metadata for .NET and Java and today I am going to give you an overview of what’s new that we have brought for you in the latest release. In v19.5, we mainly focused on providing the support of some major as well as popular formats. So, this resulted in the addition of the following file formats: PPS - The PowerPoint Slideshow file format that is created using Microsoft PowerPoint and it is used for the slide show purpose.... C# Java Not only this but we have...spent using the metered license. C# Java Well, that’s it from my...

    blog.groupdocs.com/metadata/access-metadata-pro...