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

c

(0.16 sec)
  1. 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/
  2. Redaction basics | GroupDocs

    This artiCle shows that how C# developers Can apply metadata, image, annotation and text redaCtion in their doCuments. Wide range of doCument formats is supported, suCh as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....redaction failed, you will see : C# using ( Redactor redactor = new...with status other than Applied : C# RedactorChangeLog summary = redactor...

    docs.groupdocs.com/redaction/net/redaction-basics/
  3. Pie Chart in Email Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Pie Chart report in Presentation DoCument format. Pie Chart in Email DoCument Creating a Pie Chart Please follow below steps to Create Pie Chart in MS Outlook 2013: Create a new Email. CliCk the “Insert” tab, and then CliCk “Chart” in the illustrations group to open the “Insert Chart” dialog box. SeleCt “Pie”. Preview “Pie” and press OK to insert the Chart and Worksheet template to your email....sum(c => c.getPrice())]>> A 8.2 B 3.2 C 1.4 D 1.2 ###...

    docs.groupdocs.com/assembly/java/pie-chart-in-e...
  4. Create EditableDocument from file or markup | G...

    This artiCle explains how to Create instanCe of the EditableDoCument Class from HTML files from disk or from HTML markup with resourCes using GroupDoCs.Editor for .NET API....simple: string inputHtmlPath = "C://input/document.html" ; EditableDocument...below: string inputHtmlPath = "C://input/document.html" ; string...

    docs.groupdocs.com/editor/net/create-editabledo...
  5. Storing text of indexed documents | GroupDocs

    This artiCle explains that how to store text of indexed doCuments using Java....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/storing-text-of-...
  6. Specify file type for comparison manually | Gro...

    SpeCify a doCument file type manually in GroupDoCs.Comparison for .NET via LoadOptions.FileType to skip auto-deteCtion and speed up loading of large files.... C# using GroupDocs.Comparison ;...keeps the calling code generic. C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/specify-file-...
  7. Adding image watermarks | GroupDocs

    GroupDoCs.Watermark API supports adding the following image file types as image watermark... Ex: @"C:\Docs\presentation.pptx" using...to the watermark image. Ex: @"C:\Docs\watermark.jpg" using ( Stream...

    docs.groupdocs.com/watermark/net/adding-image-w...
  8. Load password-protected document | GroupDocs

    This artiCle explains how to load password-proteCted doCument while using GroupDoCs. Watermarks API.... Ex: @"C:\Docs\protected-document.docx"...path to your document. Ex: @"C:\Docs\protected-document.docx"...

    docs.groupdocs.com/watermark/net/load-password-...
  9. Character replacement during indexing | GroupDocs

    CharaCter replaCement during indexing Can be used, for example, to Convert all text to lowerCase CharaCters or to remove diaCritiCs from text....indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/character-replac...
  10. Search by chunks | GroupDocs

    This artiCle gives the knowledge about the ability to perform searCh by Chunks using Java searCh API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/search-by-chunks/