Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 2,873 for

indexing

(0.04 sec)
  1. Extract images from documents | Documentation

    This article shows how to extract images from PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others...images ) { // Print a page index, rectangle and image type: Console...Type: {2}" , image . Page . Index , image . Rectangle , image...

    docs.groupdocs.com/parser/net/extract-images-fr...
  2. Search text in Microsoft OneNote sections | Doc...

    This article explains that how to search text from Microsoft OneNote sections presentations...SearchResult s in sr ) { // Print an index and found text: Console . WriteLine...SearchResult s in sr ) { // Print an index and found text: Console . WriteLine...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  3. Melakukan Pencarian Fuzzy menggunakan C#

    Pelajari cara melakukan pencarian fuzzy menggunakan C# untuk pencocokan kueri yang akurat dan efisien. Temukan cara membangun pencarian dokumen dengan logika fuzzy dalam C# untuk hasil yang lebih baik....pencarian fuzzy Buat objek Index untuk menentukan lokasi penyimpanan...pencarian cepat Gunakan metode Index.Add untuk memasukkan file ke...

    kb.groupdocs.com/id/search/net/perform-fuzzy-se...
  4. Выполнение нечеткого поиска с использованием C#

    Узнайте, как выполнять нечеткий поиск с использованием C# для точного и эффективного сопоставления запросов. Узнайте, как построить поиск документов с нечеткой логикой в C# для лучших результатов.... Создайте объект Index , чтобы определить место хранения...быстрого поиска. Используйте метод Index.Add для включения файлов в индекс...

    kb.groupdocs.com/ru/search/net/perform-fuzzy-se...
  5. Извършване на обратно търсене на изображения с ...

    Ефективно извършвайте обратно търсене на изображения с помощта на C#, за да намерите подобни изображения. Научете как да приложите обратно търсене на изображения в C# за извличане на изображения, базирани на съдържание....изображения Създайте обект Index , като използвате указаната...за търсене, като използвате Index.Search Прегледайте резултатите...

    kb.groupdocs.com/bg/search/net/perform-reverse-...
  6. Conversion to POTX is supported in GroupDocs.Co...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.12. This release comes with support of new document formats such as POTX and POTM. Multitude of improvements and bug fixes are also introduced in this release. Improvements such as Cells to SVG conversion, Words to Gif and setting up custom font directories are in the list. Moreover, issues like file reading error and saving complete multipage document to single image are resolved....conversion, InvalidValueFormatEx Index was outside the bounds of the...

    blog.groupdocs.com/conversion/conversion-potx-f...
  7. Create Document Viewer in ASP.NET Core MVC for ...

    The online document viewers have become popular after the grown usage of digital documents, especially in the content management systems. The reason behind this popularity is you can view a variety of document formats without purchasing or installing dedicated software programs. Considering the importance of document viewers, I thought to write an article on how to create a universal document viewer in ASP.NET MVC. We are going to create an ASP.... Open Views/Home/Index.cshtml file and replace its...

    blog.groupdocs.com/viewer/document-viewer-in-as...
  8. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables....optional page index - value that represents the index of the page...page index. An integer value that represents the index of the...

    docs.groupdocs.com/parser/net/working-with-temp...
  9. 140以上のファイル形式のASP.NETCoreMVCでドキュメントビューアを作成する

    オンラインドキュメントビューアは、特にコンテンツ管理システムでデジタルドキュメントの使用が拡大した後、人気が高まっています。この人気の背後にある理由は、専用のソフトウェアプログラムを購入またはインストールしなくても、さまざまなドキュメント形式を表示できることです。ドキュメントビューアの重要性を考慮して、ASP.NETMVCでユニバーサルドキュメントビューアを作成する方法についての記事を書くことを考えました。 .NETCore を対象とする ASP.NET MVCドキュメントビューアアプリケーションを作成します。 フレームワーク。バックエンドでのドキュメントのレンダリングには、GroupDocs.Viewer for .NETAPIを使用します。これは強力な ドキュメントビューアー APIです。これは、PDF、Word、Excel、PowerPoint、Visio、CAD、Outlook、およびOutlookを含む140を超えるドキュメントタイプをサポートします。他の多くの一般的な形式。 なぜ.NETCoreなのか? .NET Coreは、Microsoftによる.NETエコシステムへの貴重な追加です。これにより、開発者が追加の作業を行うことなく、クロスプラットフォームアプリケーションを開発できます。これが、ターゲットフレームワークとして.NETCoreを選択した理由です。 ASP.NETCoreでドキュメントビューアを作成する手順 **1.**VisualStudioを開き、新しいプロジェクトを開始します。 2.プロジェクトタイプから。NETCoreを選択し、テンプレートから** ASP.NET Core WebApplication**を選択します。 3. **Webアプリケーション(Model-View-Controller) **を選択し、[OK]ボタンをクリックします。 4. NuGetからGroupDocs.Viewerをインストールします。 5. Views/Home/Index.cshtmlファイルを開き、その内容を次のように置き換えます。 @{ ViewData["Title"] = "Home Page"; }