Sort Score
Result 10 results
Languages All
Labels All
Results 7,761 - 7,770 of 46,129 for

(c )

(0.04 sec)
  1. How to add attachment to PDF document | Documen...

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your .NET applications....Merger merger = new Merger ( @"c:\sample.pdf" )) { PdfAttachmentOptions...new PdfAttachmentOptions ( @"c:\presentation-attachment.ppt"...

    docs.groupdocs.com/merger/net/how-to-add-attach...
  2. 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/
  3. 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...
  4. 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...
  5. Convert presentations | Documentation

    This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of C# code....made with just several lines of C# code. This article explains how...formats programmatically using C# language. Supported presentation...

    docs.groupdocs.com/conversion/net/convert/prese...
  6. Add Watermark to Word on GroupDocs Blog | Docum...

    Add Watermark to Word on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Add Watermark to Word on GroupDocs Blog | Document Automation Solutions for .NET...... C# を使用して Word 文書に透かしを入れる C# を使用して Word 文書にテキストと画像の透かしを追加します。...

    blog.groupdocs.com/ja/tag/add-watermark-to-word...
  7. Scatter Chart in Spreadsheet Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Excel Document Creating a Scatter Chart Please follow below steps to create Scatter Chart in MS Excel 2013: Add a new Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group.... groupBy ( c => c . getDate (). getMonth ())]>>...Price<<x [key + 1]>><<y [sum(c => c.getPrice())]>>" Download Scatter...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  8. Bubble Chart in Spreadsheet Document | Document...

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Spreadsheet Document format. 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 in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group.... groupBy ( c => c . getDate (). getMonth ())]>><<..."Total Contract Price<<y [sum(c => c.getPrice())]>><<size [count()]>>"...

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  9. Merge text files | Documentation

    Learn how to merge TXT files, combine TXT files into one file programmatically in java language using GroupDocs.Merger for Node.js via Java library....Merger ( ' c :/ sample1 . txt ' ); merger . join ( ' c :/ sample2.... txt ' ); merger . save ( ' c :/ merged . txt ' ); Code Examples...

    docs.groupdocs.com/merger/nodejs-java/merge/txt/
  10. Merge archives | Documentation

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

    docs.groupdocs.com/merger/java/merge/archives/