Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 1,116 for

query

(0.15 sec)
  1. Read XMP Metadata in AVI Videos With GroupDocs....

    Team GroupDocs is really pleased to announce the release of GroupDocs.Metadata for .NET version 17.6.0. Four new features and a bug fix are introduced in this regular monthly release of the API. The latest version of the API has focused mainly on adding features related to the image format. It now allows reading maker notes in JPEG images along with providing the ability to parse additional IFD tags like SByte, SShort, SRational and SLong in supported image formats....if you have some questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/metadata/read-xmp-metadata-a...
  2. C# Regex – Suche in Dokumenten mit regulären Au...

    Nutzen Sie die Leistungsfähigkeit der programmatischen Suche in C#! Erfahren Sie, wie Sie mithilfe regulärer Ausdrücke präzise mehrere textbasierte Dokumente in Ordnern durchsuchen können.... string query = "^(.)\\1{1,}"; SearchResult...SearchResult result = index.Search(query); Hier habe ich die Regex-Suchergebnisse...

    blog.groupdocs.com/de/search/search-in-document...
  3. C# Regex — wyszukiwanie w dokumentach przy użyc...

    Odblokuj moc wyszukiwania programistycznego w C#! Dowiedz się, jak precyzyjnie przeszukiwać wiele dokumentów tekstowych w folderach za pomocą wyrażeń regularnych.... string query = "^(.)\\1{1,}"; SearchResult...SearchResult result = index.Search(query); Tutaj podkreśliłem wyniki wyszukiwania...

    blog.groupdocs.com/pl/search/search-in-document...
  4. 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....folder String query = "draw"; // Specify a search query SearchResult...SearchResult result = index.search(query); // Searching in the index for...

    blog.groupdocs.com/vi/search/build-full-text-se...
  5. Support of Password-Protected OneNote Documents...

    We are glad to announce the monthly release of GroupDocs.Metadata for Java 19.1. In this version, we have introduced two new features and added seven enhancements. Using the latest version, you can extract metadata from Matroska Multimedia Container (.MKV) files. Furthermore, the latest version allows you to extract metadata from password-protected OneNote documents. Please have a look at the release notes for more details. Features Introduced Support for the Matroska Multimedia Container FilesThe latest release is capable of extracting metadata from the Matroska Multimedia Container (....suggestions, questions, or queries related to GroupDocs.Metadata...

    blog.groupdocs.com/metadata/support-of-password...
  6. First Public Release of GroupDocs.Merger for Ja...

    We are pleased to announce GroupDocs.Merger for Java 18.8. A back-end document manipulation API that allows to split, remove or reorder pages in a document of supported format. Pages could be swapped or trimmed. You can also manage documents protection. GroupDocs.Merger for Java allows to check document protection and then set, remove or update password. Aside this, API permits to join two or more documents of same file format into one....Merger queries Feedback # As always, if you...

    blog.groupdocs.com/merger/first-public-release-...
  7. Announcing GroupDocs.Editor for .NET Plugin for...

    GroupDocs team always tries to facilitate it’s users by providing easy implementation of features and providing different options to explore GroupDocs API features in minimum time. In this regard we are glad to announce GroupDocs.Editor for .NET Visual Studio Plugin which helps and performs all the steps required to try-out examples automatically. All you have to do is to install the plugin via .msi available and launch the plugin wizard from file menu....Editor queries FeedbackAs always, if you have...

    blog.groupdocs.com/editor/groupdocs.editor-for-...
  8. Color Individual Chart Series Points using Grou...

    At GroupDocs, we keep on updating our products for better user experience. In this regard, we are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.5. Using the latest version, you can now change color of chart series and individual point series dynamically for word processing, spreadsheet and presentation formats. We recommend you to install the latest version of API for a better experience. Features IntroducedFollowing new features are introduced in version 18....suggestions, questions, or queries related to GroupDocs.Assembly...

    blog.groupdocs.com/assembly/color-individual-ch...
  9. Java Regex - Rechercher dans des documents à l'...

    Libérez la puissance de la recherche programmatique en Java ! Découvrez comment rechercher avec précision plusieurs documents texte dans des dossiers à l’aide d’expressions régulières.... String query = "^(.)\\1{1,}"; SearchResult...SearchResult result = index.search(query); Ci-dessous, j’ai mis en évidence...

    blog.groupdocs.com/fr/search/search-in-document...
  10. Java あいまい検索 - フォルダー全体のファイルを検索

    Java のあいまい検索が、フォルダー間でファイル内の情報を見つけるのにどのように役立つかを発見してください。小さな間違いを理解する賢い検索のようなものです。...75)); String query = "nulla"; // search approximate...provided query SearchResult result = index.search(query, options);...

    blog.groupdocs.com/ja/search/fuzzy-search-java/