Sort Score
Result 10 results
Languages All
Labels All
Results 7,121 - 7,130 of 47,440 for

(c )

(0.12 sec)
  1. Search by chunks | GroupDocs

    This article gives the knowledge about the ability to perform search by chunks using Java search API....indexFolder = 'c:/MyIndex/' ; const documentsFolder1 = 'c:/MyDocuments1/'...documentsFolder2 = 'c:/MyDocuments2/' ; const documentsFolder3 = 'c:/MyDocuments3/'...

    docs.groupdocs.com/search/nodejs-java/search-by...
  2. Save HTML to folder | GroupDocs

    This article explains how to save edited document in HTML form to folder at local disk using GroupDocs.Editor for .NET features.... string inputFilePath = "C:\\input_path\\document.docx" ;...string outputHtmlFilePath = "C:\\output_path\\document.html"...

    docs.groupdocs.com/editor/net/save-html-to-folder/
  3. Character replacements | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...CharacterReplacement . ExportDictionary ( @"C:\CharacterReplacement.dat" );...

    docs.groupdocs.com/search/net/character-replace...
  4. Stop word dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...StopWordDictionary . ExportDictionary ( @"C:\Words.txt" ); // Import words...

    docs.groupdocs.com/search/net/stop-word-diction...
  5. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Editor for .NET...style string documentPath = @"C:\sample.docx" ; // Obtain document...System . IO . File . Create ( @"C:\output\edited.docx" )) { WordProcessingSaveOp...

    docs.groupdocs.com/editor/net/migration-notes/
  6. Merge PowerPoint Files Online | PPT & PPTX Merger

    Merge two or more PowerPoint presentation files online into one. Combine all the slides or join only the specific slides of multiple PPT/PPTX files online & programmatically....Merge PowerPoint Documents using C# # If you want to combine multiple...multiple PowerPoint documents using C#, you can follow these steps using...

    blog.groupdocs.com/merger/merge-powerpoint-ppt-...
  7. Merge Excel Files Online | Combine Multiple Spr...

    Easily merge two or more Excel files into one online. Combine entire spreadsheets or selectively join sheets from multiple files both online and programmatically using .NET and Java APIs...Java How to Merge Excel Files in C# # If you want to combine two...two or more Excel files using C#, you can follow these steps using...

    blog.groupdocs.com/merger/merge-excel-files-onl...
  8. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List with Filtering, Grouping, and Ordering 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. In-Table List with Filtering, Grouping, and Ordering in Microsoft Word Document Creating a In-Table List with Filtering, Grouping, and Ordering Practising the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Word 2013....Where (c => c. OrderDate . Year == 2015 ) . GroupBy (c => c. Customer...Customer Name ]>> <<[ Sum (c => c. Price )]>><</ foreach >> Tip...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  9. Merge indexes | GroupDocs

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....indexFolder1 = "c:\\MyIndex1\\" ; String indexFolder2 = "c:\\MyIndex2\\"...documentsFolder1 = "c:\\MyDocuments1\\" ; String documentsFolder2 = "c:\\MyDocuments2\\"...

    docs.groupdocs.com/search/java/merge-indexes/
  10. Indexing additional fields | GroupDocs

    This article demonstrate that how to associate each document with certain additional metadata.... C# // Defining somewhere a dictionary...string >(); subjects . Add ( @"C:\MyDocuments\BhagavadGitaAsItIs...

    docs.groupdocs.com/search/net/indexing-addition...