Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 1,055 for

query

(0.07 sec)
  1. Read DublinCore Information in EPUB File using ...

    Good news for Java users. GroupDocs team is proudly announcing the first release for this year with the support for **EPUB file format’s **metadata operations. Using the GroupDocs.Metadata for Java 18.1, you can now detect EPUB file format and read its metadata and **DublinCore **information. We recommend you to download the latest version for a better experience. Features IntroducedFollowing are the new features introduced in version 18.1. Detecting EPUB Document File Format Getting Metadata in EPUB File Format Getting DublinCore Metadata in EPUB File Format For details about the features supported by the API, please visit Features Overview....suggestions, questions, or queries related to GroupDocs.Metadata...

    blog.groupdocs.com/metadata/read-dublincore-inf...
  2. Search Synonyms in CSharp

    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....come cercare i sinonimi di una query (parola) specifica in più file...

    blog.groupdocs.com/it/tag/search-synonyms-in-cs...
  3. Search and Replace Metadata using Regular Expre...

    GroupDocs team is introducing a bunch of enhancements in this monthly release of GroupDocs.Metadata for .NET 18.5. Using the latest version, you can now search and replace metadata using a regular expression, read DublinCore metadata using a unified approach, and edit ZIP archive comments. Furthermore, memory consumption is now reduced for ZIP, torrent, and EPUB file formats. We recommend you to install and use the latest version of the API....if you have some questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/metadata/search-and-replace-...
  4. Read EXIF Metadata in PSD Format using GroupDoc...

    GroupDocs team is proudly announcing one new feature and three enhancements in the monthly release of GroupDocs.Metadata for .NET 18.8. Using the latest version, you can now read EXIF metadata in PSD format. Classes representing TIFF tags are now refactored. Furthermore, memory consumption is now reduced to perform metadata operations for JPEG and TIFF file formats. We recommend you to install and use the latest version of the API....if you have some questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/metadata/read-exif-metadata-...
  5. Read, Remove, and Update FLV File's Metadata us...

    We are pleased to announce the monthly release of GroupDocs.Metadata for .NET 18.11. The latest version supports missing metadata properties of Excel format and allows working with FLV file format’s metadata. Furthermore, memory consumption is now reduced for working with PDF and Excel file formats. We recommend you to install and use the latest version of the API. Features IntroducedThe following features are introduced in version 18.11. Detect FLV file format Read FLV header metadata Get XMP metadata of FLV file format Update XMP metadata of FLV file format Remove XMP metadata of FLV file format Support for missing metadata properties of Excel format For details about the features supported by the API, please visit Features Overview....if you have some questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/metadata/read-remove-and-upd...
  6. Extract Data from Invoices or Receipts in C# us...

    Parse invoices or receipts and extract data programmatically using C#. Use .NET document parsing API in ASP.NET, WCF, or WPF to extract text from documents....in case of any questions or queries. See Also # Extract invoice...

    blog.groupdocs.com/parser/extract-data-from-inv...
  7. Get Search and Index Report Using GroupDocs.Sea...

    Team GroupDocs is always focused on delivering the best to their customers and this is why we have come up with yet another monthly release of the search API which adds some very valuable features and enhancements to the GroupDocs.Search for .NET API. Using the latest version, users can get detailed report about searching or indexing. The API has also added Fiction book format to the list of supported formats....suggestions, questions, or queries related to GroupDocs.Search...

    blog.groupdocs.com/search/get-search-and-index-...
  8. Edit Watermark Objects in PowerPoint and Visio ...

    We are happy to announce that GroupDocs.Watermark for .NET 18.1 has been released and it is available for download. In this release, we have added the support of editing the objects that can be considered as watermark in MS PowerPoint and MS Visio documents. Please continue to read more about this latest release. Editing Watermark Objects in MS PowerPoint DocumentsGroupDocs.Watermark for .NET 18.1 allows you to edit the objects that can be considered as watermark in PowerPoint documents....we would love to hear your queries and suggestions at our forum...

    blog.groupdocs.com/watermark/edit-watermark-obj...
  9. .NET 파일 검색 - 폴더 전체의 파일에서 여러 텍스트 검색

    C#을 사용하여 다양한 폴더에 분산된 다양한 파일에서 여러 텍스트나 문구를 검색하세요. 각 HTML 파일에서 스캔 결과를 강조표시합니다.... string query = "water OR \"Lorem ipsum\"...SearchResult result = index.Search(query); // 결과 인쇄 Console.WriteLine("Documents:...

    blog.groupdocs.com/ko/search/search-multiple-te...
  10. オンラインのドキュメントで正規表現検索を実行する

    GroupDocs.Search を使用して正規表現検索の機能を解放してください。正規表現を使用してテキストベースのドキュメントを検索する方法を学びます。... string query = "^(.)\\1{1,}"; SearchResult...SearchResult result = index.Search(query); 詳細なガイダンスについては、 C# を使用した正規表現によるドキュメント内検索...

    blog.groupdocs.com/ja/search/online-regex-search/