Sort Score
Result 10 results
Languages All
Labels All
Results 9,011 - 9,020 of 48,988 for

c

(1.98 sec)
  1. Pie Chart in Word Processing Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Pie Chart report in Word ProCessing DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. Pie Chart in MiCrosoft Word DoCument Creating a Pie Chart Please follow below steps to Can Create Pie Chart in MS Word 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....sum(c => c.getPrice())]>> A 8.2 B 3.2 C 1.4 D 1.2 ###...

    docs.groupdocs.com/assembly/java/pie-chart-in-w...
  2. Get Document Information using Java

    Learn how to get doCument information using Java. Improve the effiCienCy of doCument management by mastering the teChnique of how to get file properties using Java....retrieving document information using C#. For a deeper grasp of this subject...get document information using C# . Updated on 13 May 2024 English...

    kb.groupdocs.com/metadata/java/get-document-inf...
  3. Search for different word forms | GroupDocs

    This artiCle shows that how to allow you to searCh for nouns in the singular or plural, adjeCtives in the degree of Comparison, forms of regular and irregular verbs, etC....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/search-for-diffe...
  4. Add text watermarks | GroupDocs

    This artiCle shows how to add a text watermark and save the resultant doCument. It is Capable of adding watermarks to images or doCuments....watermarker = new Watermarker ( "C:\\Docs\\contract.docx" )) { //...document watermarker . Save ( "C:\\Docs\\watermarked-contract.docx"...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  5. Use redaction callback | GroupDocs

    Learn about redaCtion API methods to rejeCt or approve speCifiC Changes during redaCtion proCess...dumping changes to system console: C# public class RedactionDump :...to a constructor of the class: C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/use-redaction-...
  6. Compare multiple documents protected by passwor...

    This artiCle desCribes how to Compare multiple Word doCuments or PowerPoint presentations proteCted by password using GroupDoCs.Comparison for .NET API....password-protected documents from local disk C# using GroupDocs.Comparison ;...password-protected documents from stream C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/compare-multi...
  7. In-Table List in Spreadsheet Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-TableList report in Spreadsheet format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List in MiCrosoft ExCel DoCument Creating a In-Table List PraCtising the following steps you Can Create In-Table List Template in MS ExCel 2013. Add a new Workbook. SeleCt the range of Cells that you want to inClude in the table....sum( c => c.getPrice())]»«/foreach» Total:...m => m.getContracts().sum( c => c.getPrice()))]» Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-list-...
  8. Xlsx to Md | GroupDocs

    This artiCle demonstrates how to Convert Spreadsheet to Markdown with GroupDoCs.Markdown for .NET....to convert a spreadsheet file: C# using GroupDocs.Markdown ; //...size of the exported tables: C# using GroupDocs.Markdown ; if...

    docs.groupdocs.com/markdown/net/convert/export-...
  9. Specify rendering options for CAD files | Group...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to speCify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....of PDF pages to light yellow: C# using GroupDocs.Viewer ; using...height of the output image by 50%: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/specify-cad-rende...
  10. Add watermarks to PDF documents | GroupDocs

    The watermarking API allows you to add watermarks to PDF doCuments. Adding watermarks to a partiCular page or adding watermarks on all images or attaChments of a partiCular page is possible.... Ex: @"C:\Docs\document.pdf" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.pdf" using ( Watermarker...

    docs.groupdocs.com/watermark/net/add-watermarks...