Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 600 for

ios

(0.09 sec)
  1. GroupDocs.Viewer for .NET UI 26.4 – نکات برجسته...

    GroupDocs.Viewer for .NET UI 26.4.0 پشتیبانی از .NET 10 را اضافه می‌کند، وابستگی‌های اصلی را به‌روزرسانی می‌نماید و سازگاری چند هدفه را بهبود می‌بخشد....IO.Hashing 10.x پشتیبانی از net6...

    blog.groupdocs.com/fa/viewer/groupdocs-viewer-f...
  2. Pobierz GroupDocs.Redaction for .NET 26.6 – Loa...

    GroupDocs.Redaction for .NET 26.6 wprowadza explicite ładowanie typu pliku, nową przestrzeń nazw GroupDocs.Redaction.Options.Drawing oraz przestarzałe elementy API oparte na System.Drawing. Dostępny w serwisie NuGet oraz na stronie GroupDocs....IO; using GroupDocs.Redaction.Options;...

    blog.groupdocs.com/pl/redaction/groupdocs-redac...
  3. C#を使用してデータベースファイルからデータを抽出する

    データベース は、ほとんどのアプリケーションの不可欠な部分であると見なされています。デスクトップ、Web、またはモバイルアプリケーションのいずれであっても、データベースはデータの保存、アクセス、および操作において重要な役割を果たします。あなたのためにデータベースを作成して管理することを可能にする多くのデータベース管理システムがあります。 ただし、データベース管理システムをインストールしたり、SQLクエリを記述したりせずに、データベースファイル(**。db **ファイル) からデータを抽出する方法が必要な場合があります。このような場合、データベースファイルをどのように解析し、そこからデータを取得しますか? この記事では、SQLクエリを記述せずにSQLiteデータベースのテーブルからデータを簡単に抽出できることを示します。 ADO.NET。 SQLiteデータベース(.db) のテーブルからデータを抽出する手順 1. VisualStudioで新しいプロジェクトを作成します。 2. NuGet から GroupDocs.Parser for.NET をインストールします。 3. 次の名前空間を追加します。 using System; using System.Collections.Generic; using System.IO; using GroupDocs.Parser.Data; using GroupDocs.Parser.Options; 4. 接続文字列を準備します。 string connectionString = string.Format("Provider=System.Data.Sqlite;Data Source={0};Version=3;", "sqlite.db"); 5. パーサー オブジェクトにデータベースファイルをロードします。 using (Parser parser = new Parser(connectionString, new LoadOptions(FileFormat.Database))) { // あなたのコードはここに行きます } 6. Parser.GetToc メソッドを使用して、データベース内のテーブルのリストを取得します。 // テーブルのリストを取得する IEnumerable toc = parser.GetToc(); 7. テーブルを繰り返し処理し、データを抽出します。 // テーブルを反復処理します foreach (TocItem i in toc) { // テーブル名を印刷する Console....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/ja/parser/extract-data-from-...
  4. GroupDocs.Redaction for .NET 26.6 İndir – LoadO...

    GroupDocs.Redaction for .NET 26.6, açık dosya türü yüklemeyi, yeni bir GroupDocs.Redaction.Options.Drawing ad alanını ve artık kullanılmayan System.Drawing tabanlı API üyelerini tanıtır. NuGet ve GroupDocs web sitesinde mevcuttur....IO; using GroupDocs.Redaction.Options;...

    blog.groupdocs.com/tr/redaction/groupdocs-redac...
  5. GroupDocs.Conversion for Python 26.3 – נקודות ה...

    GroupDocs.Conversion for Python 26.3 מוסיף המרה לדף, זרימה בזיכרון, תמיכה ב‑Python 3.14, אינטגרציה של סוכן AI, ושיפורים במטא‑נתוני הפורמט....אינו חשוף המרה לקובץ, ואז קרא ל‑ io.BytesIO convert_multiple(folder_path...

    blog.groupdocs.com/he/conversion/groupdocs-conv...
  6. Compare CSV Files in C# - Compare and Find Diff...

    How to compare two CSV files in C#? Compare the data of CSV files using the .NET API to find differences, mark them with () and [] inside the result CSV, and export the change report to JSON....IO; using System.Linq; using System...

    blog.groupdocs.com/comparison/compare-csv-files...
  7. GroupDocs.Conversion for Python 26.3 – Nisan 20...

    GroupDocs.Conversion for Python 26.3, sayfa başına dönüşüm, bellek içi akış, Python 3.14 desteği, AI ajan entegrasyonu ve format meta verisi iyileştirmeleri ekler....Dosyaya dönüştürün, ardından io.BytesIO içine okuyun convert...

    blog.groupdocs.com/tr/conversion/groupdocs-conv...
  8. AI Agents and LLM Integration | GroupDocs

    GroupDocs.Comparison for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document review and change-detection pipelines....from Stream ```python import io from groupdocs.comparison import...src_buf = io . BytesIO ( source_bytes ) tgt_buf = io . BytesIO...

    docs.groupdocs.com/comparison/python-net/agents...
  9. How to properly merge documents using Java | Gr...

    This article describes how to properly merge documents using GroupDocs.Merger for Java product....io.InputStream, for example with...

    docs.groupdocs.com/merger/java/getting-started/...
  10. GroupDocs.Viewer for .NET UI 26.4 – April 2026 ...

    GroupDocs.Viewer for .NET UI 26.4.0 adds .NET 10 support, updates core dependencies, and improves cross-target compatibility....IO.Hashing 10.x drops net6 support;...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...