Sort Score
Result 10 results
Languages All
Labels All
Results 8,001 - 8,010 of 46,666 for

c

(0.05 sec)
  1. Change page orientation | Documentation

    Following this guide you will learn how to Change Word doCument page orientation to Portrait or LandsCape using GroupDoCs.Merger for Java....filePath = "c:\sample.docx" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/change-page-orie...
  2. Update document password | Documentation

    This artiCle explains how to update password for PDF, Word, ExCel, PowerPoint doCuments by using GroupDoCs.Merger for .NET....filePath = @"c:\sample.xlsx" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/update-document-p...
  3. In-Table List in Email Document | Documentation

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-Table List report in Email DoCument format. In-Table List in Email DoCument Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must be in .eml or .msg format. It must add email reCipient, Css and subjeCt of the email. Report must show managers’ name. It must show the sum of ContraCt priCes against eaCh manager....sum(c => c.getPrice())]>><<foreach>> Total:...sum(m => m.getContracts().sum(c => c.getPrice()))]>> Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-list-...
  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. 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/
  6. 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/
  7. 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/...
  8. 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/
  9. Numeric range search | Documentation

    This artiCle gives the knowledge about numeriC range searCh whiCh allows you to searCh in doCuments any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java searCh API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/numeric-range-se...
  10. Get document info | Documentation

    This artiCle explains how to get doCument information... Ex: @"C:\Docs\source.docx" using ( Watermarker...path to your document. Ex: @"C:\Docs\source.docx" using ( FileStream...

    docs.groupdocs.com/watermark/net/get-document-i...