Sort Score
Result 10 results
Languages All
Labels All
Results 7,951 - 7,960 of 46,562 for

(c )

(0.05 sec)
  1. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating an...getSynonymDictionary (). exportDictionary ( "C:\\Synonyms.dat" ); // Import synonyms...

    docs.groupdocs.com/search/java/synonym-dictionary/
  2. Removing found watermarks | Documentation

    This article explains how to remove found watermarks while using GroupDocs. Watermarks Java API.... Ex: "C:\\Docs\\document.pdf" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.pdf" Watermarker...

    docs.groupdocs.com/watermark/java/removing-foun...
  3. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search using Java search API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/date-range-search/
  4. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to text or PDF using OCR with GroupDocs.Conversion for Java....for ( char c : lineText . toCharArray ()) { if ( c == ' ' ) {...if ( NARROW_CHARS . contains ( c )) { length += 0 . 5f ; } else...

    docs.groupdocs.com/conversion/java/convert/imag...
  5. Locking watermark in word processing document |...

    This article explains how to lock the watermarks in a Word document to restrict the editing in Java.... Ex: "C:\\Docs\\document.docx" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.docx" Watermarker...

    docs.groupdocs.com/watermark/java/locking-water...
  6. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Java....Merger merger = new Merger ( "c:\sample1.ppsx" ) // Add another...file to merge merger . join ( "c:\sample2.ppsx" ); // Merge PPSX...

    docs.groupdocs.com/merger/java/merge/powerpoint/
  7. Merge Excel spreadsheets | Documentation

    Follow this guide and learn how to merge MS Excel spreadsheets using Python via .NET programming language....Merger ( "c:/sample1.xlsx" ) as merger : merger . join ( "c:/sample2..."c:/sample2.xlsx" ) merger . save ( "c:/merged.xlsx" ) Code Examples...

    docs.groupdocs.com/merger/python-net/merge/excel/
  8. Merge Excel spreadsheets | Documentation

    Follow this guide and learn how to merge MS Excel spreadsheets using Node.js via Java programming language....Merger ( ' c :/ sample1 . xlsx ' ); merger . join ( ' c :/ sample2... xlsx ' ); merger . save ( ' c :/ merged . xlsx ' ); Code Examples...

    docs.groupdocs.com/merger/nodejs-java/merge/excel/
  9. How to merge TIF images using java | Documentation

    Learn how to merge TIF image files, combine TIF image files into one file programmatically in java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.tif" ) // Add another...file to merge merger . join ( "c:\sample2.tif" ); // Merge TIF...

    docs.groupdocs.com/merger/java/getting-started/...
  10. Bubble Chart in Word Processing Document | Docu...

    Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Word Document Creating a Bubble Chart Please follow below steps to create a bubble 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. 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...