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

(c )

(0.11 sec)
  1. Date range search | GroupDocs

    This article gives the knowledge that how to search by date with date range search using Java search API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/date-range-search/
  2. Bubble Chart in Spreadsheet Document | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Excel Document Creating a Bubble Chart Please follow below steps to create a Bubble Chart in MS Excel 2013: Add a new Workbook. Click on the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group. A drop-down with charts will appear, select the “Bubble” and press “OK” to insert the chart.... GroupBy ( c => c . OrderDate . Month )]>><<..."Orders Prices by Months<<y [Sum(c=> c.Price)]>><<size [Count()]>>"...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  3. Render Word documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Word documents to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-word-docum...
  4. Merge HTML | GroupDocs

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

    docs.groupdocs.com/merger/net/merge/html/
  5. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Node.js via Java.... Merger ( 'c:/sample1.ppsx' ); merger . join ( 'c:/sample2.ppsx'...ppsx' ); merger . save ( 'c:/merged.ppsx' ); Code Examples Please...

    docs.groupdocs.com/merger/nodejs-java/merge/pow...
  6. Generate Document from Custom .NET Objects | Gr...

    Generate documents by binding data from custom .NET classes and objects to template documents....Balance]:"C">> Generate Document from Object...<<[Email]>> - Balance: <<[Balance]:"C">> <</foreach>> Using Nested Objects...

    docs.groupdocs.com/assembly/net/basic-usage-cus...
  7. two-pages.xlsx

    Split by rows Page 1 Page 2 2020-07-23T14:21:12Z 16.0300 vlitvinchik 2020-07-23T13:33:56Z 2020-07-23T14:21:12Z 2020-07-23T14:21:12Z 2020-07-23T14:21:12Z false 2020-07-23T14:21:12Z Microsoft Excel 2......2020-07-23T13:33:56Z vlitvinchik C:\Users\vlitvinchik\Desktop\partial_rendering\...

    docs.groupdocs.com/viewer/net/sample-files/spli...
  8. Customize watermarks | GroupDocs

    This article shows how to adjust text or image watermarks to your needs....watermarker = new Watermarker ( "C:\\Docs\\sample.docx" )) { // Specify...document watermarker . Save ( "C:\\Docs\\watermarked-sample.docx"...

    docs.groupdocs.com/watermark/net/basic-usage/cu...
  9. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to text or PDF using OCR with GroupDocs.Conversion for .NET....0F ; foreach ( var c in lineText ) { if ( c == ' ' ) length +=...if ( NarrowChars . Contains ( c )) length += 0.5F ; else if (...

    docs.groupdocs.com/conversion/net/convert/image...
  10. Generate document pages preview | GroupDocs

    This topic explains how to get document pages preview as images with various options by GroupDocs.Signature API....previewOption = new PreviewOptions ( "C:\\GeneratePreviewHideS\\image...{ Path path = Paths . get ( "C:\\GeneratePreviewFolde" ); if...

    docs.groupdocs.com/signature/java/generate-docu...