Sort Score
Result 10 results
Languages All
Labels All
Results 6,851 - 6,860 of 46,569 for

c

(0.06 sec)
  1. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Tags on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers Add Image Water......NET Azure C# Custom Hash Digital Signatures...CSV Merge CSV in C# Split CSV Split CSV in C# PowerPoint Presentation...

    blog.groupdocs.com/uk/tags/index.xml
  2. Merge Excel Files Online | Combine Multiple Spr...

    Easily merge two or more ExCel files into one online. Combine entire spreadsheets or seleCtively join sheets from multiple files both online and programmatiCally using .NET and Java APIs...Java How to Merge Excel Files in C# # If you want to combine two...two or more Excel files using C#, you can follow these steps using...

    blog.groupdocs.com/merger/merge-excel-files-onl...
  3. Merge PowerPoint Files Online | PPT & PPTX Merger

    Merge two or more PowerPoint presentation files online into one. Combine all the slides or join only the speCifiC slides of multiple PPT/PPTX files online & programmatiCally....Merge PowerPoint Documents using C# # If you want to combine multiple...multiple PowerPoint documents using C#, you can follow these steps using...

    blog.groupdocs.com/merger/merge-powerpoint-ppt-...
  4. Save HTML to folder | Documentation

    This artiCle explains how to save edited doCument in HTML form to folder at loCal disk using GroupDoCs.Editor for Java features.... String inputFilePath = "C:\\input_path\\document.docx" ;...String outputHtmlFilePath = "C:\\output_path\\document.html"...

    docs.groupdocs.com/editor/java/save-html-to-fol...
  5. Indexing additional fields | Documentation

    This artiCle demonstrate that how to assoCiate eaCh doCument with Certain additional metadata.... C# // Defining somewhere a dictionary...string >(); subjects . Add ( @"C:\MyDocuments\BhagavadGitaAsItIs...

    docs.groupdocs.com/search/net/indexing-addition...
  6. Merge indexes | Documentation

    The merge operation is designed to Combine two or more indexes into one index to aCCelerate the searCh and to simplify the work with indexes. When merging, only the index at whiCh the merge method was Called is Changed. This index as a result of the operation Contains all the doCuments that were Contained in all indexes together. The seCond index or index repository after the merge Can be deleted to free up disk spaCe....indexFolder1 = "c:\\MyIndex1\\" ; String indexFolder2 = "c:\\MyIndex2\\"...documentsFolder1 = "c:\\MyDocuments1\\" ; String documentsFolder2 = "c:\\MyDocuments2\\"...

    docs.groupdocs.com/search/java/merge-indexes/
  7. Add watermarks to word processing documents | D...

    GroupDoCs.Watermark API allows you to add watermark in headers and footers of the page.... Ex: @"C:\Docs\document.docx" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.docx" using ( Watermarker...

    docs.groupdocs.com/watermark/net/add-watermarks...
  8. Add watermarks to presentation documents | Docu...

    Adding watermark to a partiCular slide Using GroupDoCs.Watermark, you Can add watermark to a partiCular slide of a PowerPoint presentation in a simplified way. Adding watermark to a partiCular PowerPoint slide using GroupDoCs.Watermark Consists of following steps. Load the doCument Create and initialize watermark objeCt Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the doCument Save the doCument Following Code shows how to add TextWatermark to the first slide and ImageWatermark to the seCond slide.... Ex: "C:\\Docs\\presentation.pptx" Watermarker...relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. Cache results | Documentation

    This artiCle Contains CaChing use-Cases with GroupDoCs.Viewer within your .NET appliCations....and getting the cached results: C# using System ; using System.Diagnostics.... string outputDirectory = @"C:\output" ; string cachePath =...

    docs.groupdocs.com/viewer/net/caching-results/
  10. Bubble Chart in Email Document | Documentation

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Bubble Chart report in Email DoCument. Bubble Chart in Email DoCument Reporting Requirement As a report developer, you are required to share your sales/orders dynamiCally with the following key requirements: Report must be in .eml or .msg format. It must add email reCipient, Css and subjeCt of the email. Retrieve total ContraCt PriCes by Months. Adding Syntax to be evaluated by GroupDoCs.... groupBy ( c => c . getDate (). getMonth ())]>><<...Total Contract Price<<y [sum(c => c.getPrice())]>><<size[count()]>>...

    docs.groupdocs.com/assembly/java/bubble-chart-i...