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

(c )

(0.05 sec)
  1. 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/
  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 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/
  3. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....“show” or “describe” in its body: C# using ( Redactor redactor = new...e.g.: C# using ( Redactor redactor = new Redactor ( @"C:\test...

    docs.groupdocs.com/redaction/net/annotation-red...
  4. Spelling corrector | Documentation

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

    docs.groupdocs.com/search/java/spelling-corrector/
  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. Merge archives | Documentation

    Learn how to merge archive files, combine archive files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library.... const inputFilePath = ` c :/ sample1 . zip ` ; const merger...outputPath = ` c :/ merged . zip ` ; merger . join ( ' c :/ sample2...

    docs.groupdocs.com/merger/nodejs-java/merge/arc...
  7. Merge archives | Documentation

    Learn how to merge archive files, combine archive files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....Merger ( "c:/sample1.zip" ) as merger : merger . join ( "c:/sample2..."c:/sample2.zip" ) merger . save ( "c:/merged.zip" ) Merge different...

    docs.groupdocs.com/merger/python-net/merge/arch...
  8. Add document to Diagram via OLE | Documentation

    This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications....filePath = "c:\sample.vsdx" ; String filePathEmbedded = "c:\embedded...pptx" ; String filePathOut = "c:\output\result.vsdx" ; int pageNumber...

    docs.groupdocs.com/merger/java/add-document-to-...
  9. Merge images | Documentation

    Learn how to merge image files, combine image files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library.... Merger ( "c:/sample1.jpg" ) as merger : image_join_mode...image_join_mode ) merger . join ( "c:/sample2.jpg" , join_options =...

    docs.groupdocs.com/merger/python-net/merge/images/
  10. Set document metadata on save | Documentation

    Follow this guide and learn how to set document metadata when saving output document after files comparison within your .NET applications....Set metadata from source file C# using GroupDocs.Comparison ;...Set metadata from target file C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/set-document-...