Sort Score
Result 10 results
Languages All
Labels All
Results 7,901 - 7,910 of 46,745 for

(c )

(0.08 sec)
  1. 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...
  2. 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/
  3. 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...
  4. 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...
  5. An unhandled exception of type 'GroupDocs.Compa...

    I got the error as shown below when running sqk on a win 11 laptop with word file containing 529 pages, 8MB in size and running for about 30 minutes then ending with an error. image.png (25.8 KB) image.png (3.1 KB) Th…...Start(); string licensePath = @"C:\Users\TrucNV\Downloads\Conso...(Comparer comparer = new Comparer(@"C:\Users\TrucNV\Downloads\240719...

    forum.groupdocs.com/t/an-unhandled-exception-of...
  6. 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...
  7. 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...
  8. 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...
  9. Bubble Chart in Spreadsheet Document | Document...

    Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Excel Document Creating a Bubble Chart Please follow below steps to create a Bubble Chart in MS Excel 2013: Add a new Workbook. Click on the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group. A drop-down with charts will appear, select the “Bubble” and press “OK” to insert the chart.... GroupBy ( c => c . OrderDate . Month )]>><<..."Orders Prices by Months<<y [Sum(c=> c.Price)]>><<size [Count()]>>"...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  10. Rotate pages | Documentation

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for .NET API....filePath = @"c:\sample.pdf" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/rotate-pages/