Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 383 for

ios

(0.05 sec)
  1. SQLite DB on GroupDocs Blog | Document Automati...

    SQLite DB on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in SQLite DB on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers C#を使用......IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/ja/tag/sqlite-db/index.xml
  2. Trích xuất dữ liệu từ tệp cơ sở dữ liệu bằng C#

    Cơ sở dữ liệu được coi là một phần không thể thiếu của hầu hết các ứng dụng. Có thể là ứng dụng dành cho máy tính để bàn, web hoặc thiết bị di động, cơ sở dữ liệu đóng một vai trò quan trọng trong việc lưu trữ, truy cập và thao tác dữ liệu. Có nhiều hệ quản trị cơ sở dữ liệu cho phép tạo và quản lý cơ sở dữ liệu cho bạn....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/vi/parser/extract-data-from-...
  3. Generated PDF Alignment is wrong - Free Support...

    I have generated PDF using a MS Word File. The alignment are not coming as same. It is an Urgent Issue. Please respond as soon as possible. Attached Word Document and Generated PDF GeneratedPDF.pdf (96.3 KB) TestTemp…...io .*; import java.nio.charset.StandardCharsets;...

    forum.groupdocs.com/t/generated-pdf-alignment-i...
  4. 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-...
  5. Tìm kiếm chữ ký hình ảnh trong C# trong Word, E...

    Tìm kiếm Mã vạch, Mã QR, chữ ký số hoặc điện tử với nội dung dữ liệu hình ảnh từ bất kỳ tài liệu nào (DOC, XLS, PPT, PDF) trong C# bằng .NET Signature API....IO.Path.Combine(outputPath, $"i...

    blog.groupdocs.com/vi/signature/search-image-si...
  6. Convert word processing documents | GroupDocs

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for Java....io.FileNotFoundExceptio ; import java.io.FileOutputStream...

    docs.groupdocs.com/conversion/java/convert/word...
  7. Get source and target text from files | GroupDocs

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for Node.js via Java....io.FileInputStream' ); // Create...

    docs.groupdocs.com/comparison/nodejs-java/get-s...
  8. Word、Excel、PowerPoint、PDFでC#の画像署名を検索

    .NET署名APIを使用して、C#の任意のドキュメント(DOC、XLS、PPT、PDF) の画像データコンテンツでバーコード、QRコード、デジタル、または電子署名を検索します。...IO.Path.Combine(outputPath, $"i...

    blog.groupdocs.com/ja/signature/search-image-si...
  9. Working with resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarIos when editing documents with GroupDocs.Editor for .NET.... IO . File . WriteAllText ( "c://output/document...

    docs.groupdocs.com/editor/net/working-with-reso...
  10. Rechercher une signature d'image en C# dans Wor...

    Recherchez des codes-barres, des codes QR, des signatures numériques ou électroniques avec du contenu de données d'image à partir de n'importe quel document (DOC, XLS, PPT, PDF) en C# à l'aide de l'API de signature .NET....IO.Path.Combine(outputPath, $"i...

    blog.groupdocs.com/fr/signature/search-image-si...