Sort Score
Result 10 results
Languages All
Labels All
Results 8,051 - 8,060 of 49,007 for

c

(0.08 sec)
  1. Azure on GroupDocs Blog | Document Automation S...

    Azure on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Azure on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers 📄 ดิจิทัลเซ็......Signature ใน C# คู่มือสมบูรณ์รวมการเซ็นชื่อด้วยค่า...

    blog.groupdocs.com/th/tag/azure/index.xml
  2. four-pages.xlsx

    Split by rows and Columns Page 1 Page 2 Page 3 Page 4 2020-07-23T14:21:07Z 16.0300 vlitvinChik 2020-07-23T13:33:56Z 2020-07-23T14:21:07Z 2020-07-23T14:21:07Z 2020-07-23T14:21:07Z false 2020-07-23T1......2020-07-23T13:33:56Z vlitvinchik C:\Users\vlitvinchik\Desktop\partial_rendering\...

    docs.groupdocs.com/viewer/java/sample-files/spl...
  3. In-Table List with Filtering Grouping and Order...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in Word ProCessing DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in MiCrosoft Word DoCument Creating a In-Table List with Filtering, Grouping, and Ordering PraCtiCing the following steps you Can Create In-Table List with Filtering, Grouping, and Ordering Template in MS Word 2013....where(c => c.getDate().getYear() + 1900 == 2015) .groupBy(c => c...c.getManager()) .orderBy(g => g.key.getName())]» «[key.getName()]»...

    docs.groupdocs.com/assembly/java/in-table-list-...
  4. Queries in text and object form | GroupDocs

    This artiCle gives the knowledge about two ways to Create a searCh query: in text or objeCt form.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating index...

    docs.groupdocs.com/search/net/queries-in-text-a...
  5. Reverse image search | GroupDocs

    This artiCle gives knowledge about the reverse image searCh, whiCh makes it possible to searCh for similar images in ZIP arChives, various doCuments, and individual files....indexFolder = "c:\\MyIndex" ; String documentsFolder = "c:\\MyDocuments"...searchImage = SearchImage . create ( "c:\\MyDocuments\\image.png" ); //...

    docs.groupdocs.com/search/java/reverse-image-se...
  6. Bubble Chart in Presentation Document | GroupDocs

    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...
  7. Read and edit metadata with GroupDocs.Metadata ...

    Read, searCh and strip doCument metadata from GroupDoCs.Total for .NET — runnable C# examples with downloadable input and output files.... C# using System ; using GroupDocs...Author , Creator or dc:creator . C# using System ; using GroupDocs...

    docs.groupdocs.com/total/net/developer-guide/me...
  8. Annotate documents with GroupDocs.Annotation | ...

    Add area and text annotations to doCuments with GroupDoCs.Total for .NET, and read baCk the annotations already on a file — runnable C# examples with downloadable files.... C# using GroupDocs.Annotation ;...and is not always a neat box. C# using System.Collections.Generic...

    docs.groupdocs.com/total/net/developer-guide/an...
  9. Merge HTML | GroupDocs

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

    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/