Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 48,080 for

(c )

(0.3 sec)
  1. Phrase search | GroupDocs

    This article gives the knowledge about phrase search definition as well as a phrase search description.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/phrase-search/
  2. Faceted search | GroupDocs

    This article gives the knowledge of the creation of faceted search queries.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/faceted-search/
  3. Optimize index | GroupDocs

    This article explains that how to optimize index to reduce the number of segments in an index using Java....indexFolder = "c:\\MyIndex\\" ; String documentsFolder1 = "c:\\MyDocuments1\\"...documentsFolder2 = "c:\\MyDocuments2\\" ; String documentsFolder3 = "c:\\MyDocuments3\\"...

    docs.groupdocs.com/search/java/optimize-index/
  4. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...SpellingCorrector . ExportDictionary ( @"C:\Words.txt" ); // Import words...

    docs.groupdocs.com/search/net/spelling-corrector/
  5. C# 中管理 JPEG、PNG、TIFF 和 WebP 图像的 EXIF 数据

    在 C# 中管理图像的 EXIF 元数据。使用元数据 .NET API 以编程方式提取、更新、添加或删除图像的 EXIF 数据。...在这里,今天我们将研究如何在 C# 中实现相同的目标。如果您还没有访问过上一篇文章,但您想在 C#** 中以编程方式**提取、更新、添加或删除图像的...EXIF 数据,那么本文将指导您完成此操作。我们将介绍以下在 C# 中处理 EXIF 数据的方法: 读取EXIF数据 从图像中读取所有...

    blog.groupdocs.com/zh/metadata/manage-exif-data...
  6. Case sensitive search | GroupDocs

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct using Java....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/case-sensitive-s...
  7. Case sensitive search | GroupDocs

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct using Java....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/case-sens...
  8. Split text file | GroupDocs

    Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for Node.js via Java API....file: const inputFilePath = `c:/sample.txt` ; const merger =...inputFilePath ) const outputPath = `c:/output/text_{0}.{1}` ; const...

    docs.groupdocs.com/merger/nodejs-java/split-tex...
  9. Merge pages in the arbitrary order | GroupDocs

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....filePath = "c:\sample.docx" ; String filePath2 = "c:\sample2.docx"...docx" ; String filePathOut = "c:\output\result.docx" ; Merger...

    docs.groupdocs.com/merger/java/merge-pages-in-a...
  10. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions.... C# RedactionPolicy policy = new...as a part of output file name: C# RedactionPolicy policy = RedactionPolicy...

    docs.groupdocs.com/redaction/net/use-redaction-...