Sort Score
Result 10 results
Languages All
Labels All
Results 7,801 - 7,810 of 47,530 for

c

(0.05 sec)
  1. Merge text files | GroupDocs

    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. How to add attachment to PDF document | GroupDocs

    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...
  3. Character replacement during Indexing | GroupDocs

    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. Merge Open Document files | GroupDocs

    Learn how to merge Open DoCument files, Combine ODT, ODS, ODP files into one file programmatiCally in C# language using GroupDoCs.Merger for .NET library....ODT files with several lines of C# code: Create an instance of class...Merger merger = new Merger ( @"c:\sample1.odt" )) { // Add another...

    docs.groupdocs.com/merger/net/merge/open-document/
  5. Stop word dictionary | GroupDocs

    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...
  6. In-Table Master-Detail in Word Processing Docum...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate an In-Table Master-Detail 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 Master-Detail in MiCrosoft Word DoCument Creating a In-Table Master-Detail PraCtising the following steps you Can Create In-Table Master-Detail Template in MS Word 2013. CliCk the doCument where you want to add the table.... Sum ( c => c. Price )]>> <<foreach [in Order...Sum ( m => m. Order . Sum ( c => c. Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-master...
  7. Add document to Word processing via OLE | Group...

    This artiCle explains how to add doCument to Word proCessing via OLE with GroupDoCs.Merger within your Java appliCations....= new OleWordProcessingOpt ( "c:\embedded.pdf" , pageNumber );...Merger merger = new Merger ( "c:\sample.docx" ); merger . importDocument...

    docs.groupdocs.com/merger/java/add-document-to-...
  8. Add document to Diagram via OLE | GroupDocs

    This artiCle explains how to add doCument to Diagram via OLE with GroupDoCs.Merger within your .NET appliCations....filePath = @"c:\sample.vsdx" ; string filePathEmbedded = @"c:\embedded...pptx" ; string filePathOut = @"c:\output\result.vsdx" ; int pageNumber...

    docs.groupdocs.com/merger/net/add-document-to-d...
  9. GroupDocs.Redaction Product Family on GroupDocs...

    GroupDoCs.RedaCtion ProduCt Family on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in GroupDoCs.RedaCtion ProduCt Family on GroupDoCs Blog | DoCument Aut......and Replace Text in PDF using C# Programmatically find certain...case sensitivity and RegEx using C#. Replace or hide the text to...

    blog.groupdocs.com/categories/groupdocs.redacti...
  10. Bubble Chart in Presentation Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Bubble Chart report in Presentation DoCument. Note The Code uses some of the objeCts defined in The Business Layer. Bubble Chart in MiCrosoft PowerPoint DoCument Creating a Bubble Chart Please follow below steps to Create Bubble 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.... groupBy ( c => c . getDate (). getMonth ())]>><<...Total Contract Price<<y [sum(c => c.getPrice())]>><<size[count()]>>...

    docs.groupdocs.com/assembly/java/bubble-chart-i...