Sort Score
Result 10 results
Languages All
Labels All
Results 7,961 - 7,970 of 46,744 for

c

(0.24 sec)
  1. Merge HTML | Documentation

    Learn how to merge HTML files, Combine HTML files into one file programmatiCally in Java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.html" ) // Add another...file to merge merger . join ( "c:\sample2.html" ); // Merge HTML...

    docs.groupdocs.com/merger/java/merge/html/
  2. Merge images | Documentation

    Learn how to merge image files, Combine image files into one file programmatiCally in Java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.jpg" ) // Define image...file to merge merger . join ( "c:\sample2.jpg" , joinOptions );...

    docs.groupdocs.com/merger/java/merge/images/
  3. Custom text segmenter | Documentation

    GroupDoCs.SearCh provides the ability to set up Custom text segmenting.... C# // Implementing custom word splitter...indexFolder = @"c:\MyIndex\" ; string documentsFolder = @"c:\MyDocuments\"...

    docs.groupdocs.com/search/net/custom-text-segme...
  4. Document passwords | Documentation

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about doCument passwords or password diCtionary.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...path = Path . GetFullPath ( @"c:\MyIndex\Protected.pdf" ); if...

    docs.groupdocs.com/search/net/document-passwords/
  5. Delete indexed paths | Documentation

    GroupDoCs.SearCh for Java supports the ability to remove indexed files and folders from an index. Only files or folders that were expliCitly added to the index Can be deleted....indexFolder = "c:\\MyIndex\\" ; String documentsFolder1 = "c:\\MyDocuments\\"...; String documentsFolder2 = "c:\\MyDocuments2\\" ; // Creating...

    docs.groupdocs.com/search/java/delete-indexed-p...
  6. Character replacements | Documentation

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about CharaCter replaCements using Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating an...getCharacterReplacem (). exportDictionary ( "C:\\CharacterReplacement.dat" );...

    docs.groupdocs.com/search/java/character-replac...
  7. 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...
  8. Render Project documents as HTML, PDF, and imag...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert MiCrosoft ProjeCt files to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-ms-project...
  9. Searching watermarks | Documentation

    This artiCle explains how to searCh 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/searching-wate...
  10. Merge Excel spreadsheets | Documentation

    Follow this guide and learn how to merge MS ExCel spreadsheets using Java programming language....Merger merger = new Merger ( "c:\sample1.xlsx" ) // Add another...file to merge merger . join ( "c:\sample2.xlsx" ); // Merge XLSX...

    docs.groupdocs.com/merger/java/merge/excel/