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

c

(0.05 sec)
  1. Scatter Chart in Presentation Document | Docume...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a SCatter Chart report in Presentation DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. SCatter Chart in MiCrosoft PowerPoint DoCument Creating a SCatter Chart Please following below steps to Create SCatter Chart in MS PowerPoint 2013: CliCk in the doCument where you want to insert the Chart, CliCk the “Insert” tab, and then CliCk “Chart” in the illustrations group to open the “Insert Chart” dialog box.... groupBy ( c => c . getDate (). getMonth ())]>>...Contract Price«x [key + 1]»«y [sum(c => c.getPrice())]» 0.7 2.7 1.8 3...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  2. Merge text files | Documentation

    Learn how to merge TXT files, Combine TXT files into one file programmatiCally in net language using GroupDoCs.Merger for Python via .NET library....Merger ( "c:/sample1.txt" ) as merger : merger . join ( "c:/sample2..."c:/sample2.txt" ) merger . save ( "c:/merged.txt" ) Code Examples Please...

    docs.groupdocs.com/merger/python-net/merge/txt/
  3. Add image watermarks | Documentation

    This artiCle shows how to add an image watermark and save the resultant doCument. It is Capable of adding watermarks to images or doCuments....watermarker = new Watermarker ( "C:\\Docs\\contract.docx" )) { //...watermark = new ImageWatermark ( "C:\\Docs\\logo.png" ); // Specify...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  4. Convert CSV to JSON - Online and Free Image Con...

    Convert CSV to JSON format using free online Conversion tool. Developers Can use .NET, Java, and Cloud API to build CSV to JSON Converter.... C# Java Cloud CSV to JSON Conversion in C# # Here’s...to convert CSV data to JSON in C# using GroupDocs.Conversion for...

    blog.groupdocs.com/conversion/convert-csv-to-json/
  5. How to merge images to PDF using Java | Documen...

    Learn how to merge images to PDF file, Combine images into one PDF file programmatiCally in Java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.jpeg" , new LoadOptions...file to merge merger . join ( "c:\sample2.png" ); // Add next image...

    docs.groupdocs.com/merger/java/getting-started/...
  6. Merge Excel spreadsheets | Documentation

    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/
  7. Can not iterate over an instance of type 'Syste...

    Good day, we need some help with two issues whiCh are best illustrated with a simple example. Take a default setup, with: Options = DoCumentAssemblyOptions.AllowMissingMembers JsonDataSourCe: {} Template: <<var [b…...subset of C# language in its template syntax and mimics C# compiler...<<var [v = null]>> . In pure C#, on attempt to use a construction...

    forum.groupdocs.com/t/can-not-iterate-over-an-i...
  8. Text file encoding detection | Documentation

    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...
  9. Edit Email | Documentation

    This guide demonstrates how to edit Content of the doCuments from Email format family like a Common text doCuments using a GroupDoCs.Editor for Java.... String emlFilename = "C:\Attachments.eml" ; InputStream...sample file String emlFilename = "C:\Attachments.eml" ; InputStream...

    docs.groupdocs.com/editor/java/edit-email/
  10. Alias dictionary | Documentation

    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/