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

(c )

(0.05 sec)
  1. Merge Excel spreadsheets | GroupDocs

    Follow this guide and learn how to merge MS Excel spreadsheets using CSharp programming language....XLSX files with several lines of C# code: Create an instance of class...Merger merger = new Merger ( @"c:\sample1.xlsx" )) { // Add another...

    docs.groupdocs.com/merger/net/merge/excel/
  2. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text file automatically.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/text-file-encodin...
  3. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...AliasDictionary . ExportDictionary ( @"C:\Aliases.dat" ); // Import aliases...

    docs.groupdocs.com/search/net/alias-dictionary/
  4. Word forms provider | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface.... C# public class SimpleWordFormsProvi...presented below. C# string indexFolder = @"c:\MyIndex\" ; string...

    docs.groupdocs.com/search/net/word-forms-provider/
  5. Convert Files Within Document Containers | Grou...

    Learn how to convert files within document containers, such as compressed files, into various formats using GroupDocs.Conversion for Python via .NET....A["Document Container"] B["Extraction"] C["Conversion"] D["Converted File...between nodes A --> B --> C --> D C --> E C --> F The Extraction and...

    docs.groupdocs.com/conversion/python-net/develo...
  6. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily.... Ex: @"C:\Docs\presentation.pptx" using...path to your document. Ex: @"C:\Docs\presentation.pptx" using...

    docs.groupdocs.com/watermark/net/add-watermarks...
  7. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working.... const indexFolder = 'c:/MyIndex/' ; // Specify the path...existing index. const indexFolder = 'c:/MyIndex/' ; // Specify the path...

    docs.groupdocs.com/search/nodejs-java/build-you...
  8. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....45 Apply Barcode to Images in C# 1 Apply Barcode to Images in...Java 1 Apply Barcode to PDF in C# 1 Area Annotation 2 Arrow 1 ASP...

    blog.groupdocs.com/tags/
  9. 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...
  10. 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...