Sort Score
Result 10 results
Languages All
Labels All
Results 7,881 - 7,890 of 46,748 for

c

(0.07 sec)
  1. Render email messages as HTML, PDF, PNG, and JP...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert email messages to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-email-mess...
  2. Search by Regex on GroupDocs Blog | Document Au...

    SearCh by Regex on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in SearCh by Regex on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Deve...... C# を使用した正規表現によるドキュメント内での検索 C# でプログラムによる検索の力を解き放ちましょう...

    blog.groupdocs.com/ja/tag/search-by-regex/index...
  3. Remove pages | Documentation

    Follow this guide and learn how to remove page from PDF or Word doCument, delete worksheet from ExCel file or remove slides from PowerPoint presentations with GroupDoCs.Merger for .NET API.... Merger ( "c:/sample.one" ) as merger : remove_options...remove_options ) merger . save ( "c:/result.one" ) Was this page helpful...

    docs.groupdocs.com/merger/python-net/remove-pages/
  4. Remove document password | Documentation

    This artiCle explains how to remove password for PDF, Word, ExCel, PowerPoint doCuments by using GroupDoCs.Merger for .NET....filePath = @"c:\sample.docx" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/remove-document-p...
  5. In-Table List with Filtering Grouping and Order...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in Presentation DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in MiCrosoft PowerPoint 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 PowerPoint 2013....where(c => c.getDate().getYear() + 1900 == 2015) .groupBy(c => c...c.getManager()) .orderBy(g => g.key.getName())]>><<[key.getName()]>>...

    docs.groupdocs.com/assembly/java/in-table-list-...
  6. 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...
  7. 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...
  8. 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/...
  9. Bubble Chart in Spreadsheet Document | Document...

    Note The Code uses some of the objeCts defined in The Business Layer. Bubble Chart in MiCrosoft ExCel DoCument Creating a Bubble Chart Please follow below steps to Create a Bubble Chart in MS ExCel 2013: Add a new Workbook. CliCk on the workbook where you want to insert the Chart, CliCk the “Insert” tab, and then CliCk “Insert SCatter Chart ICon” in the Charts group. A drop-down with Charts will appear, seleCt the “Bubble” and press “OK” to insert the Chart.... GroupBy ( c => c . OrderDate . Month )]>><<..."Orders Prices by Months<<y [Sum(c=> c.Price)]>><<size [Count()]>>"...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  10. 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/