Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 1,718 for

highlight

(1.06 sec)
  1. 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...
  2. 用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...
  3. Zvýrazněte PDF s poznámkami pomocí C# | Anotace...

    Zvýrazněte text v PDF pomocí zvýrazněných poznámek pomocí C#. Anotace dokumentů a obrázků .NET API umožňuje anotovat soubory PDF zvýrazněním libovolné oblasti....pdf")) { HighlightAnnotation highlight = new HighlightAnnotation...Add(highlight); annotator.Save(@"path/annotation-highlight.pdf");...

    blog.groupdocs.com/cs/annotation/highlight-pdf-...
  4. قم بتمييز ملف PDF باستخدام التعليقات التوضيحية ...

    قم بتمييز النص في PDF باستخدام التعليقات التوضيحية المميزة باستخدام C #. الشرح التوضيحي للمستند والصورة. تسمح واجهة برمجة التطبيقات .NET API بالتعليق على ملفات PDF من خلال تمييز أي منطقة....pdf")) { HighlightAnnotation highlight = new HighlightAnnotation...Add(highlight); annotator.Save(@"path/annotation-highlight.pdf");...

    blog.groupdocs.com/ar/annotation/highlight-pdf-...
  5. Xây dựng giải pháp tìm kiếm toàn văn trong Java...

    API tìm kiếm toàn văn cho các ứng dụng Java để tìm kiếm thông qua lập chỉ mục. Tìm văn bản trong nhiều tệp Word, Excel, PDF, TXT của một thư mục và đánh dấu kết quả tìm kiếm....getFoundDocument(i); String path = "path/Highlighted-"+ i +".html"; OutputAdapter...FileOutputAdapter(path); HtmlHighlighter highlighter = new HtmlHighlighter(outputAdapter);...

    blog.groupdocs.com/vi/search/build-full-text-se...
  6. Evidenzia PDF con annotazioni usando C# | Annot...

    Evidenzia il testo in PDF con le annotazioni di evidenziazione usando C#. Annotazione di documenti e immagini .NET API consente di annotare i file PDF evidenziando qualsiasi area....pdf")) { HighlightAnnotation highlight = new HighlightAnnotation...Add(highlight); annotator.Save(@"path/annotation-highlight.pdf");...

    blog.groupdocs.com/it/annotation/highlight-pdf-...
  7. Voeg hoogtepuntannotatie toe aan JPG met behulp...

    Laten we leren hoe u Highlight-annotatie aan JPG kunt toevoegen met behulp van Java. Bovendien zullen we u een codevoorbeeld geven om Highlight-annotaties in Java voor JPG in te voegen....codevoorbeeld laten zien hoe u highlight-annotatie in Java voor JPG...proces van het toevoegen van highlight-annotaties aan JPG-afbeeldingen...

    kb.groupdocs.com/nl/annotation/java/add-highlig...
  8. 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...
  9. C# Regex - Tìm kiếm trong tài liệu bằng biểu th...

    Khai phá sức mạnh của tìm kiếm có lập trình trong C#! Tìm hiểu cách tìm kiếm chính xác nhiều tài liệu dựa trên văn bản trên các thư mục bằng cách sử dụng biểu thức thông thường....indexFolder + "/Highlight" + i + ".html"); Highlighter highlighter = new...apter); index.Highlight(document, highlighter); Console.WriteLine("\tDocument:...

    blog.groupdocs.com/vi/search/search-in-document...
  10. C#-Fuzzy-Suche – Suchen in Dateien über Ordner ...

    Nutzen Sie die Leistungsfähigkeit der programmatischen Fuzzy-Suche in C#! Durchsuchen Sie mehrere textbasierte Dokumente in mehreren Ordnern nach ungefähren Übereinstimmungen mit Fehlertoleranz....indexFolder + "/Highlight" + i + ".html"); Highlighter highlighter = new...apter); index.Highlight(document, highlighter); Console.WriteLine("\tDocument:...

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