Sort Score
Result 10 results
Languages All
Labels All
Results 8,941 - 8,950 of 48,076 for

c

(0.25 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. Fixing Invalid Form Fields | GroupDocs

    Fixing Invalid Form Fields and Saving the DoCument with GroupDoCs.Editor for Node.js via Java...function ( c ) { const r = Math . random () * 16 | 0 , v = c === 'x'...function ( c ) { const r = Math . random () * 16 | 0 , v = c === 'x'...

    docs.groupdocs.com/editor/nodejs-java/fixing-in...
  4. 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...
  5. 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...
  6. 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-...
  7. 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...
  8. How to Run Examples | GroupDocs

    We offer multiple solutions on how you Can run GroupDoCs.Editor examples, by building your own or using our baCk-end or front-end examples out-of-the-box....this: string documentPath = @"C:\sample.docx" ; // NOTE: Put here... Save ( editableDocument , @"C:\output\edited.docx" , saveOptions...

    docs.groupdocs.com/editor/net/how-to-run-examples/
  9. Edit Word Documents in Node.js and Java | Group...

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF doCuments with font extraCtion, different pagination modes, and many other powerful features of GroupDoCs.Editor for Node.js and Java....the Editor const inputPath = "C://input_path/document.docx" ;...the Editor const inputPath = "C://input_path/document.docx"; const...

    docs.groupdocs.com/editor/nodejs-java/edit-word/
  10. Add watermarks to PDF documents | GroupDocs

    The watermarking Java 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" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.pdf" Watermarker...

    docs.groupdocs.com/watermark/java/add-watermark...