Sort Score
Result 10 results
Languages All
Labels All
Results 7,251 - 7,260 of 49,270 for

(c )

(1.1 sec)
  1. Merge Word Documents Online | Combine Two or Mo...

    Merge two or more Word documents online into one. Combine whole document or only the selective pages of multiple files online & programmatically....NET Java C# Way to Combine Word Documents...or more Word documents using C# with GroupDocs.Merger for .NET...

    blog.groupdocs.com/merger/merge-word-files-online/
  2. Password Protect PDF Files | Add Password to Lock

    Add password to your PDF files. Lock PDF documents with password protection using free online app & programmatically using GroupDocs....NET Java C# Way to Add Password to PDF #...file to lock your document using C# with GroupDocs.Merger for .NET...

    blog.groupdocs.com/merger/password-protect-pdf-...
  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. 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...
  6. 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 Java features.... String inputFilePath = "C:\\input_path\\document.docx" ;...String outputHtmlFilePath = "C:\\output_path\\document.html"...

    docs.groupdocs.com/editor/java/save-html-to-fol...
  7. 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/
  8. 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/
  9. Merge EPUB | GroupDocs

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in Java language using GroupDocs.Merger for Java library....EPUB files with several lines of C# code: Create an instance of class...Merger merger = new Merger ( "c:\sample1.epub" ) // Add another...

    docs.groupdocs.com/merger/java/merge/epub/
  10. Bubble Chart in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Email Document. Bubble Chart in Email Document Reporting Requirement As a report developer, you are required to share your sales/orders dynamically with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Retrieve total Contract Prices by Months. Adding Syntax to be evaluated by GroupDocs.... groupBy ( c => c . getDate (). getMonth ())]>><<...Total Contract Price<<y [sum(c => c.getPrice())]>><<size[count()]>>...

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