Sort Score
Result 10 results
Languages All
Labels All
Results 7,861 - 7,870 of 46,665 for

c

(0.04 sec)
  1. 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...
  2. Edit Email | Documentation

    This guide demonstrates how to edit Content of the doCuments from Email format family like a Common text doCuments using a GroupDoCs.Editor for Java.... String emlFilename = "C:\Attachments.eml" ; InputStream...sample file String emlFilename = "C:\Attachments.eml" ; InputStream...

    docs.groupdocs.com/editor/java/edit-email/
  3. Bubble Chart in Presentation Document | Documen...

    Note The Code uses some of the objeCts defined in The Business Layer. Bubble Chart in MiCrosoft PowerPoint DoCument Creating a Bubble Chart Please follow below steps to Create Bubble Chart in MS PowerPoint 2013: Add a new presentation slide, 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...
  4. 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/
  5. 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/
  6. 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 .NET....0F ; foreach ( var c in lineText ) { if ( c == ' ' ) length +=...if ( NarrowChars . Contains ( c )) length += 0.5F ; else if (...

    docs.groupdocs.com/conversion/net/convert/image...
  7. 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...
  8. 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/
  9. 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...
  10. 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...