Sort Score
Result 10 results
Languages All
Labels All
Results 7,971 - 7,980 of 46,748 for

c

(0.1 sec)
  1. Highlighting search results | Documentation

    This artiCle gives knowledge on how to highlight searCh results in the text of a doCument....might look like this: file:///C:/Text.html#hit0 The following...indexFolder = 'c:/MyIndex/' ; const documentFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/highlight...
  2. Render web documents as PDF, PNG, and JPEG file...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert web doCuments to PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...output image size in pixels. C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-web-docume...
  3. GroupDocs.Parser for .NET

    Այս API-ն թույլ է տալիս կատարել տեքստի որոնում և ինդեքսավորել ցանկացած տեսակի ֆայլի ձևաչափ՝ օգտագործելով C# .NET լեզուն ցանկացած հարթակում:...մետատվյալները PDF-ից՝ օգտագործելով C# «« « 1 2 3 4 » »» Հայերեն English...

    kb.groupdocs.com/hy/parser/net/page/4/
  4. GroupDocs.Conversion Product Family

    DoCument Automation APIs to enriCh .NET and Java appliCations to view, edit, annotate, Convert, Compare, e-sign, parse, split, merge, redaCt, or Classify doCuments of almost all the popular file formats....convert MSG & EML files using C# in .NET application. This will...TIFF, and other formats using C#. Either you want to convert a...

    blog.groupdocs.com/categories/groupdocs.convers...
  5. 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...
  6. 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 .NET....adjust: string inputCsvPath = "C://input/spreadsheet.csv" ; Editor...XLSM. string inputCsvPath = "C://input/spreadsheet.csv" ; Editor...

    docs.groupdocs.com/editor/net/how-to-edit-csv-f...
  7. 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/
  8. 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/
  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. 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/