Sort Score
Result 10 results
Languages All
Labels All
Results 7,791 - 7,800 of 48,084 for

c

(0.22 sec)
  1. How to Run Examples | GroupDocs

    This artiCle desCribes how to run GroupDoCs.Merger for .NET Code examples.... string firstDocPath = @"C:\sample.docx" ; // NOTE: Put here...document string secondDocPath = @"C:\sample2.docx" ; // NOTE: Put...

    docs.groupdocs.com/merger/net/how-to-run-examples/
  2. Homophone dictionary | GroupDocs

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about homophone diCtionary.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...HomophoneDictionary . ExportDictionary ( @"C:\Homophones.dat" ); // Import...

    docs.groupdocs.com/search/net/homophone-diction...
  3. Wildcard search | GroupDocs

    This artiCle shows the operations of wildCard searCh whiCh allows you to searCh for words with unknown letters or ranges of letters....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/wildcard-...
  4. Document attributes | GroupDocs

    DoCument attributes is a speCial feature designed for marking indexed doCuments with text labels without the need for re-indexing....indexFolder = 'c:/MyIndex' ; const documentFolder = 'c:/MyDocuments'...indexFolder = 'c:/MyIndex' ; const documentFolder = 'c:/MyDocuments'...

    docs.groupdocs.com/search/nodejs-java/document-...
  5. Working with worksheet backgrounds | GroupDocs

    This artiCle explains how to work with worksheet baCkgrounds while using GroupDoCs watermarking API... Ex: @"C:\Docs\spreadsheet.xlsx" using...path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" using...

    docs.groupdocs.com/watermark/net/working-with-w...
  6. Merge archives | GroupDocs

    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.zip'...

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

    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. Merge images | GroupDocs

    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/
  9. Add document to Diagram via OLE | GroupDocs

    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-...
  10. Set document metadata on save | GroupDocs

    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-...