Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 1,082 for

highlight

(0.06 sec)
  1. Recherche floue C# - Rechercher dans des fichie...

    Libérez la puissance de la recherche floue programmatique en C# ! Recherchez plusieurs documents texte dans des dossiers pour des correspondances approximatives avec tolérance aux erreurs....indexFolder + "/Highlight" + i + ".html"); Highlighter highlighter = new...apter); index.Highlight(document, highlighter); Console.WriteLine("\tDocument:...

    blog.groupdocs.com/fr/search/fuzzy-search-csharp/
  2. Java Regex - 使用正则表达式在文档中搜索

    释放 Java 程序化搜索的威力!了解如何使用正则表达式跨文件夹精确搜索多个基于文本的文档。..."path/Highlight" + i + ".html"); Highlighter highlighter = new...apter); index.highlight(document, highlighter); System.out.println("\tDocument:...

    blog.groupdocs.com/zh/search/search-in-document...
  3. C#으로 전체 텍스트 검색 솔루션 구축 | .NET을 사용하여 파일에서 찾기

    인덱싱을 통해 검색하는 .NET 애플리케이션용 텍스트 검색 API. 여러 Word, Excel, PDF, 폴더의 텍스트 파일에서 텍스트를 찾고 검색 결과를 강조 표시합니다.... Index 클래스의 Highlight 메서드를 사용하여 검색 결과를 강조 표시합니다...string path = indexFolder + "Highlighted-"+ i +".html"; OutputAdapter...

    blog.groupdocs.com/ko/search/build-your-full-te...
  4. C#을 사용하여 주석이 있는 PDF 강조 표시 | 하이라이트로 PDF에 주석 달기

    C#을 사용하여 강조 주석으로 PDF의 텍스트를 강조 표시합니다. 문서 및 이미지 주석 .NET API를 사용하면 모든 영역을 강조 표시하여 PDF 파일에 주석을 달 수 있습니다....pdf")) { HighlightAnnotation highlight = new HighlightAnnotation...Add(highlight); annotator.Save(@"path/annotation-highlight.pdf");...

    blog.groupdocs.com/ko/annotation/highlight-pdf-...
  5. annotate PDF on GroupDocs Blog | Document Autom...

    annotate PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in annotate PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers......Markieren Sie Text in PDFs mit Highlight-Anmerkungen mit C#. Dokument-...Markieren Sie Text in PDFs mit Highlight-Anmerkungen unter Verwendung...

    blog.groupdocs.com/de/tag/annotate-pdf/index.xml
  6. GroupDocs.Text for .NET 17.5.0 Now Supports FB2...

    We are really pleased to announce the monthly release of GroupDocs.Text for .NET 17.5.0 API. This release comes up with a number of new features. GroupDocs.Text for .NET now allows text extraction in Fiction books i-e in FB2 files. The latest version now support all the features it supported for other formats e-g extracting text, metadata, structured text, Highlighted text etc for FB2 documents as well. The text extraction API has extended the media type detector class and can now detect FB2 documents....metadata, structured text, highlighted text etc for FB2 documents...documents. Ability to extract highlights from fb2 (FictionBook) documents...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  7. Compare Word Documents Online with GroupDocs' D...

    GroupDocs Comparison is a web-based tool that allows you to compare Word documents, as well as PDF, Excel and other documents online. It combines two documents and Highlights differences. While comparing documents, the app generates a redline and blueline view of how the documents differ. GroupDocs’ document comparison tool Highlights the differences this way: red strike-outs show deleted text and formatting; and blue underlines show added text and formatting. GroupDocs Comparison is mainly used to compare two Word documents....combines two documents and highlights differences. While comparing...document comparison tool highlights the differences this way:...

    blog.groupdocs.com/comparison/compare-word-docu...
  8. Créer une solution de recherche en texte intégr...

    API de recherche en texte intégral pour les applications Java à rechercher via l'indexation. Trouvez du texte dans plusieurs fichiers Word, Excel, PDF, TXT d'un dossier et mettez en surbrillance les résultats de la recherche....getFoundDocument(i); String path = "path/Highlighted-"+ i +".html"; OutputAdapter...FileOutputAdapter(path); HtmlHighlighter highlighter = new HtmlHighlighter(outputAdapter);...

    blog.groupdocs.com/fr/search/build-full-text-se...
  9. 用Java 构建全文搜索解决方案|在文件和文件夹中查找

    用于 Java 应用程序的全文搜索 API,可通过索引进行搜索。在文件夹的多个 Word、Excel、PDF、TXT 文件中查找文本并突出显示搜索结果。...getFoundDocument(i); String path = "path/Highlighted-"+ i +".html"; OutputAdapter...FileOutputAdapter(path); HtmlHighlighter highlighter = new HtmlHighlighter(outputAdapter);...

    blog.groupdocs.com/zh/search/build-full-text-se...
  10. C# 퍼지 검색 - 폴더 전체의 파일에서 찾기

    C#에서 프로그래밍 방식 퍼지 검색의 강력한 기능을 활용해 보세요! 오류 허용 범위 내에서 대략적인 일치 항목을 찾기 위해 여러 폴더에서 여러 텍스트 기반 문서를 검색합니다....indexFolder + "/Highlight" + i + ".html"); Highlighter highlighter = new...apter); index.Highlight(document, highlighter); Console.WriteLine("\tDocument:...

    blog.groupdocs.com/ko/search/fuzzy-search-csharp/