Sort Score
Result 10 results
Languages All
Labels All
Results 7,581 - 7,590 of 46,129 for

(c )

(0.06 sec)
  1. 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/...
  2. 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/
  3. 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...
  4. Bubble Chart in Presentation Document | Documen...

    Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft PowerPoint Document Creating a Bubble Chart Please follow below steps to create Bubble Chart in MS PowerPoint 2013: Add a new presentation slide, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box. Select “X Y(Scatter)” in the sidebar, you will see a gallery of charts.... GroupBy ( c => c . OrderDate . Month )]>><<...Total orders by months<<y [Sum(c => c.Price )]>><<size [Count()]>>...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  5. 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/
  6. Convert Files Within Document Containers | Docu...

    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...
  7. Word forms provider | Documentation

    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/
  8. Merge HTML | Documentation

    Learn how to merge HTML files, combine HTML files into one file programmatically in Java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.html" ) // Add another...file to merge merger . join ( "c:\sample2.html" ); // Merge HTML...

    docs.groupdocs.com/merger/java/merge/html/
  9. Merge images | Documentation

    Learn how to merge image files, combine image files into one file programmatically in Java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.jpg" ) // Define image...file to merge merger . join ( "c:\sample2.jpg" , joinOptions );...

    docs.groupdocs.com/merger/java/merge/images/
  10. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...path = Path . GetFullPath ( @"c:\MyIndex\Protected.pdf" ); if...

    docs.groupdocs.com/search/net/document-passwords/