Sort Score
Result 10 results
Languages All
Labels All
Results 7,981 - 7,990 of 46,598 for

c

(0.18 sec)
  1. 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...
  2. 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'...xlsx' ); merger . save ( 'c:/merged.xlsx' ); Code Examples Please...

    docs.groupdocs.com/merger/nodejs-java/merge/excel/
  3. 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/
  4. 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/...
  5. 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/
  6. In-Table Master-Detail in HTML Document | Docum...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate In-TableMaster-Detail report in HTML DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table Master-Detail in HTML DoCument Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show eaCh manager along with his total ContraCt priCes. It must also show eaCh individual Client within the ContraCt....sum(c => c.getPrice())]>> <<[getClient()...m => m.getContracts().sum( c => c.getPrice()))]>> Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-maste...
  7. Alias dictionary | Documentation

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about Alias diCtionary in Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating or...getAliasDictionary (). exportDictionary ( "C:\\Aliases.dat" ); // Import aliases...

    docs.groupdocs.com/search/java/alias-dictionary/
  8. Removing found watermarks | Documentation

    This artiCle explains how to remove found watermarks while using GroupDoCs. Watermarks API.... Ex: @"C:\Docs\document.pdf" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.pdf" using ( Watermarker...

    docs.groupdocs.com/watermark/net/removing-found...
  9. How to edit CSV file | Documentation

    This guide demonstrates how to edit CSV, TSV, Comma-separated value and other text files with different settings and many other powerful features of GroupDoCs.Editor for Java....adjust: String inputCsvPath = "C://input//spreadsheet.csv" ; Editor...XLSM. String inputCsvPath = "C://input//spreadsheet.csv" ; Editor...

    docs.groupdocs.com/editor/java/how-to-edit-csv-...
  10. Image redactions | Documentation

    This artiCle shows that how to redaCt data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....area, you have to use class: C# using ( Redactor redactor = new...For more details, see article. C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/image-redactions/