Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 1,036 for

query

(0.1 sec)
  1. C# Regex - חפש במסמכים באמצעות ביטויים רגולריים

    פתח את הכוח של חיפוש פרוגרמטי ב-C#! למד כיצד לחפש מסמכים מבוססי טקסט מרובים על פני תיקיות בדיוק באמצעות ביטויים רגולריים.... string query = "^(.)\\1{1,}"; SearchResult...SearchResult result = index.Search(query); כאן הדגשתי את תוצאות החיפוש...

    blog.groupdocs.com/he/search/search-in-document...
  2. Update metadata of MPP format using GroupDocs.M...

    GroupDocs team is introducing two new features and three enhancements in the monthly releaseof GroupDocs.Metadata for Java 18.6. The latest version allows you to edit XMP metadata of WAV file format and update metadata properties of MPP file format. Furthermore, memory consumption for loading and saving metadata is now reduced for MPP, WAV and AVI file formats. A bug related to removing XMP metadata in TIF file format is also resolved in the latest version....suggestions, questions, or queries related to GroupDocs.Metadata...

    blog.groupdocs.com/metadata/update-metadata-of-...
  3. C# Regex - البحث في المستندات باستخدام التعبيرا...

    أطلق العنان لقوة البحث البرمجي في لغة C#! تعرف على كيفية البحث في مستندات نصية متعددة عبر المجلدات بدقة باستخدام التعبيرات العادية.... string query = "^(.)\\1{1,}"; SearchResult...SearchResult result = index.Search(query); لقد قمت هنا بتسليط الضوء على...

    blog.groupdocs.com/ar/search/search-in-document...
  4. Embed Inline Syntax Error Messages in Generated...

    In the latest version of GroupDocs.Assembly for Java we have introduced an exciting feature of Inline Syntax Error Messages. Are you thinking about what does make this feature so exciting? Well, I am going to answer it in this post. First, let’s have a brief overview of how does GroupDocs.Assembly generate the reports. GroupDocs.Assembly uses pre-defined document templates that contain the LINQ statements. These templates are evaluated, processed and then populated by API’s engine during the run-time....you have any questions or queries? We welcome you to have a conversation...

    blog.groupdocs.com/assembly/embed-inline-syntax...
  5. Work with Password-Protected Documents using Gr...

    We are pleased to announce the monthly release of GroupDocs.Metadata for .NET 18.12. Using the latest version, you can now work with the password-protected PDF, Word, Excel, and PowerPoint documents. Furthermore, obsolete methods of MP3 and MPP formats are removed and memory consumption for working with Word and PowerPoint formats is now reduced. We recommend you to install and use the latest version of the API. Features IntroducedThe following features are introduced in version 18....if you have some questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/metadata/work-with-password-...
  6. Insert Hyperlinks Dynamically in Documents usin...

    GroupDocs team is releasing new features in the monthly release of GroupDocs.Assembly for .NET 18.7. Using the latest version, you can now insert hyperlinks dynamically in Word Processing, Spreadsheet, Presentation, and Email documents. We recommend to install and use the latest version of the API. How to Insert Hyperlinks to Reports using Link Tag in C# Using GroupDocs.Assembly for .NET 18.7, you can now insert hyperlinks to your reports dynamically using link tags....if you have some questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/assembly/insert-hyperlinks-d...
  7. Update ID3v1 and ID3v2 Tag Using Properties wit...

    GroupDocs team is proudly announcing the monthly release of GroupDocs.Metadata for Java 18.2. Three **enhancements **and six **new features **are introduced in this release. You can now load and save EXIF metadata for JPEG and TIFF formats with a better speed. You can also validate input metadata before saving, read additional properties from ID3v2, update ID3v1/ID3v2 tag using properties, and read/update/remove image cover tag in MP3 file format. Furthermore, you can read image cover and version of EPUB file format as well....suggestions, questions, or queries related to GroupDocs.Metadata...

    blog.groupdocs.com/metadata/update-id3v1-and-id...
  8. Metadata Editor Powered by GroupDocs.Metadata f...

    Are you looking for some metadata editing tool to manipulate your files? Your search is over as the Metadata Editor powered by GroupDocs.Metadata for .NET is out and available now. Metadata Editor is a desktop application that demonstrates how to view and update the metadata information attached with the supported file formats using GroupDocs.Metadata for .NET API. Let’s download and give it a try. .NET Metadata Editor - FeaturesFollowing are the basic features exposed by the ....should have any questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/metadata/metadata-editor-pow...
  9. ASP.NET WebForms Document Metadata Editor App u...

    GroupDocs team is pleased to announce another release of ASP.NET WebForms Document Metadata Editor App using GroupDocs.Metadata for .NET API. This release v2.0.0 comes up with features to provide easy ways to manage metadata in various formats. It enables user to read and remove the metadata of documents (Words, Spreadsheet, Presentation, PDF, CAD, MSG, EML) and images (JPEG, PNG, GIF) with download the original or updated document and many more features....if you have some questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/metadata/asp.net-webforms-do...
  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/