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

highlight

(0.16 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. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Let’s explore key highlights in this new user interface...feedback. Let’s explore key highlights in this new user interface...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  4. EPUB Documents Now Fully Supported in GroupDocs...

    We are really pleased to announce the monthly release of GroupDocs.Text for .NET 17.03 API. This release comes up with five new features. GroupDocs.Text has extended the Media type detector class and the API is now able to detect ZIP containers and EPUB documents. Not only this, the latest release has improved the handling for EPUB documents and allows its users to extract text and Highlights beside adding the functionality to search for some text in an EPUB document....users to extract text and highlights beside adding the functionality...documents Ability to extract highlights from EPUB documents For more...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  5. Créez votre solution de recherche plein texte e...

    API de recherche de texte pour les applications .NET à rechercher via l'indexation. Trouvez du texte dans plusieurs fichiers Word, Excel, PDF, fichiers texte d'un dossier et mettez en surbrillance les résultats de la recherche.... Utilisez la méthode Highlight de la classe Index pour mettre...string path = indexFolder + "Highlighted-"+ i +".html"; OutputAdapter...

    blog.groupdocs.com/fr/search/build-your-full-te...
  6. Wyróżnij plik PDF z adnotacjami przy użyciu jęz...

    Podświetl tekst w formacie PDF za pomocą wyróżnionych adnotacji za pomocą języka C#. Dodawanie adnotacji do dokumentów i obrazów Interfejs API .NET umożliwia dodawanie adnotacji do plików PDF poprzez podświetlanie dowolnego obszaru....pdf")) { HighlightAnnotation highlight = new HighlightAnnotation...Add(highlight); annotator.Save(@"path/annotation-highlight.pdf");...

    blog.groupdocs.com/pl/annotation/highlight-pdf-...
  7. Выделите PDF с аннотациями с помощью C# | Аннот...

    Выделите текст в PDF с помощью выделения аннотаций с помощью C#. Аннотирование документов и изображений .NET API позволяет аннотировать PDF-файлы, выделяя любую область....pdf")) { HighlightAnnotation highlight = new HighlightAnnotation...Add(highlight); annotator.Save(@"path/annotation-highlight.pdf");...

    blog.groupdocs.com/ru/annotation/highlight-pdf-...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... Let’s explore key highlights in this new user interface...users to extract text and highlights beside adding the functionality...

    blog.groupdocs.com/groupdocs.blog/page/78/
  9. Búsqueda difusa de Java: buscar en archivos en ...

    ¡Descubra cómo la búsqueda difusa de Java puede ayudarle a encontrar cosas en archivos en carpetas! Es como una búsqueda inteligente que comprende los pequeños errores...."path/Highlight" + i + ".html"); Highlighter highlighter = new...apter); index.highlight(document, highlighter); System.out.println("\tDocument:...

    blog.groupdocs.com/es/search/fuzzy-search-java/
  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/