Sort Score
Result 10 results
Languages All
Labels All
Results 7,911 - 7,920 of 46,562 for

c

(0.04 sec)
  1. Indexing with stop words | Documentation

    This artiCle demonstrates that how you Can enable or disable the use of stop words by setting a value using searCh API... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/indexing-with-sto...
  2. Indexing reports | Documentation

    Indexing reports are Created for indexing and updating operations. Indexing reports Can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You Can Configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings Class. The default value is 5. Learn more about index settings on the page SearCh index settings....indexFolder = "c:\\MyIndex\\" ; String documentsFolder1 = "c:\\MyDocuments1\\"...; String documentsFolder2 = "c:\\MyDocuments2\\" ; // Creating...

    docs.groupdocs.com/search/java/indexing-reports/
  3. Accept or Reject detected changes | Documentation

    Following this guide you will learn how to apply or disCard Changes deteCted during doCument Comparison proCess using GroupDoCs.Comparison for .NET API....documents stored at local disk C# using GroupDocs.Comparison ;...documents provided as a stream C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  4. How to Run Examples | Documentation

    In this artiCle you Can find how to run examples. We offer multiple solutions on how you Can run GroupDoCs.Comparison examples, by building your own or using our baCk-end or front-end examples out-of-the-box....NET like shown below: C# using GroupDocs.Comparison ;...string sourceDocumentPath = @"C:\source.docx" ; // NOTE: Put here...

    docs.groupdocs.com/comparison/net/how-to-run-ex...
  5. Render Visio documents as HTML, PDF, and image ...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert Visio diagrams 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-visio-docu...
  6. Convert presentations | Documentation

    This artiCle demonstrates how to Convert PowerPoint presentations of PPT, PPTX, ODP to other formats with Couple lines of C# Code....made with just several lines of C# code. This article explains how...formats programmatically using C# language. Supported presentation...

    docs.groupdocs.com/conversion/net/convert/prese...
  7. How to add attachment to PDF document | Documen...

    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...
  8. Merge text files | Documentation

    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. Character replacement during Indexing | Documen...

    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...
  10. Add Watermark to Word on GroupDocs Blog | Docum...

    Add Watermark to Word on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Add Watermark to Word on GroupDoCs Blog | DoCument Automation Solutions for .NET...... C# を使用して Word 文書に透かしを入れる C# を使用して Word 文書にテキストと画像の透かしを追加します。...

    blog.groupdocs.com/ja/tag/add-watermark-to-word...