Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 1,561 for

highlight

(0.12 sec)
  1. 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-...
  2. Pesquisar texto em formatos de documento Word, ...

    GroupDocs.Search é uma poderosa API de pesquisa de texto completo que permite pesquisar em mais de 70 formatos de documentos em seus aplicativos....OccurrenceCount); } // Highlight occurrences in text if (result...@"/Users/muhammadsohailismail/Output/Highlighted.html"; OutputAdapter outputAdapter...

    blog.groupdocs.com/pt/search/search-text-in-wor...
  3. Resaltar PDF con anotaciones usando C# | Anotar...

    Resalte texto en PDF con anotaciones resaltadas usando C#. Anotación de documentos e imágenes La API .NET permite anotar archivos PDF resaltando cualquier área....pdf")) { HighlightAnnotation highlight = new HighlightAnnotation...Add(highlight); annotator.Save(@"path/annotation-highlight.pdf");...

    blog.groupdocs.com/es/annotation/highlight-pdf-...
  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. 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 Blog | Document Automation Solutions ...

    GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Signature für .NET 26......2 – Februar 2026 Release‑Highlights Entdecken Sie, was es Neues...2 – Februar 2026 Release-Highlights Entdecken Sie, was neu ist...

    blog.groupdocs.com/de/index.xml
  7. Java 퍼지 검색 - 폴더 전체의 파일에서 찾기

    Java의 퍼지 검색이 폴더 전체의 파일에서 항목을 찾는 데 어떻게 도움이 되는지 알아보세요! 작은 실수까지 이해하는 똑똑한 검색과 같습니다...."path/Highlight" + i + ".html"); Highlighter highlighter = new...apter); index.highlight(document, highlighter); System.out.println("\tDocument:...

    blog.groupdocs.com/ko/search/fuzzy-search-java/
  8. 用 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-hant/search/build-full-te...
  9. Java Regex: búsqueda en documentos utilizando e...

    ¡Desbloquee el poder de la búsqueda programática en Java! Aprenda a buscar múltiples documentos de texto en carpetas con precisión utilizando expresiones regulares...."path/Highlight" + i + ".html"); Highlighter highlighter = new...apter); index.highlight(document, highlighter); System.out.println("\tDocument:...

    blog.groupdocs.com/es/search/search-in-document...
  10. C# Fuzzy Search – Hledání v souborech napříč sl...

    Odemkněte sílu programového fuzzy vyhledávání v C#! Vyhledávejte ve více textových dokumentech ve složkách přibližné shody s tolerancí chyb....indexFolder + "/Highlight" + i + ".html"); Highlighter highlighter = new...apter); index.Highlight(document, highlighter); Console.WriteLine("\tDocument:...

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