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

c

(1.02 sec)
  1. Delete indexed paths | GroupDocs

    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...
  2. Character replacements | GroupDocs

    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...
  3. Document passwords | GroupDocs

    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/
  4. Scatter Chart in Spreadsheet Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a SCatter Chart report in Spreadsheet DoCument format based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. SCatter Chart in MiCrosoft ExCel DoCument Creating a SCatter Chart Please follow below steps to Create SCatter Chart in MS ExCel 2013: Add a new Workbook. CliCk in the workbook where you want to insert the Chart, CliCk the “Insert” tab, and then CliCk “Insert SCatter Chart ICon” in the Charts group.... GroupBy ( c => c . OrderDate . Month )]>> Chart...Order Price<<x [Key]>><<y [Sum(c => c.Price)]>>" Tip For detailed...

    docs.groupdocs.com/assembly/net/scatter-chart-i...
  5. Password Protect Word Document | Add Password t...

    Add password to your Word files. LoCk Word doCuments with password proteCtion using free online app & programmatiCally using GroupDoCs....NET Java C# Way to Add Password to Word Document...file to lock your document using C# with GroupDocs.Merger for .NET...

    blog.groupdocs.com/merger/password-protect-word...
  6. 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...
  7. GroupDocs.Parser for .NET on GroupDocs Blog | D...

    GroupDoCs.Parser for .NET on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in GroupDoCs.Parser for .NET on GroupDoCs Blog | DoCument Automation Solutions ...... 使用 C# 计算文档中每个单词的单词和出现次数 使用 .NET 文档解析 API 在 C# 中计算 PDF、...Point 和电子邮件文档中的单词数及其出现次数。 使用 C# 从数据库文件中提取数据 数据库 被认为是大多数应用程序的组成部分。无论是桌面、Web...

    blog.groupdocs.com/zh/tag/groupdocs.parser-for-...
  8. Merge text files | GroupDocs

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

    docs.groupdocs.com/merger/java/merge/txt/
  9. How to add attachment to PDF document | GroupDocs

    This artiCle explains how to add attaChment to PDF doCument with GroupDoCs.Merger within your .NET appliCations....Merger merger = new Merger ( @"c:\sample.pdf" )) { PdfAttachmentOptions...new PdfAttachmentOptions ( @"c:\presentation-attachment.ppt"...

    docs.groupdocs.com/merger/net/how-to-add-attach...
  10. Character replacement during Indexing | GroupDocs

    CharaCter replaCement during indexing Can be used, for example, to Convert all text to lowerCase CharaCters or to remove diaCritiCs from text.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentFolder = @"c:\MyDocuments\" ; // Enabling character...

    docs.groupdocs.com/search/net/character-replace...