Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 443 for

ios

(0.1 sec)
  1. C#을 사용하여 Word를 Markdown으로 변환 | DOC에서 MD로 | DOCX...

    C#을 사용하여 Word 문서를 Markdown 파일로 변환합니다. GroupDocs .NET 구문 분석 및 변환 API를 사용하여 DOC/DOCX 파일을 MD 형식으로 변환합니다....IO; using GroupDocs.Parser.Options;...

    blog.groupdocs.com/ko/parser/convert-word-to-ma...
  2. Indexing from different sources | Documentation

    GroupDocs.Search allows indexing documents from various sources.... io . IOException ex ) { throw new...return document ; } catch ( java . io . IOException ex ) { throw new...

    docs.groupdocs.com/search/java/indexing-from-di...
  3. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options.... io . IOException ex ) { throw new...

    docs.groupdocs.com/search/java/ocr-support/
  4. 使用 C# 从数据库文件中提取数据

    数据库 被认为是大多数应用程序的组成部分。无论是桌面、Web 还是移动应用程序,数据库在存储、访问和操作数据方面都发挥着至关重要的作用。有许多数据库管理系统允许为您创建和管理数据库。 然而,当您需要一种从数据库文件(即 .db 文件) 中提取数据的方法时,可能会出现这样的情况,而无需安装数据库管理系统或编写 SQL 查询。在这种情况下,您将如何解析数据库文件并从中获取数据? 在本文中,我将演示如何轻松地从 SQLite 数据库中的表中提取数据,而无需编写 SQL 查询。我将使用 GroupDocs.Parser for .NET API,它支持通过 [ADO.NET](https://en.wikipedia. org/wiki/ADO.NET) 。 从 SQLite 数据库 (.db) 中的表中提取数据的步骤 1. 在 Visual Studio 中创建一个新项目。 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. 在 Parser 对象中加载数据库文件。 using (Parser parser = new Parser(connectionString, new LoadOptions(FileFormat.Database))) { // 你的代码在这里 } 6....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/zh/parser/extract-data-from-...
  5. converted_with_skipping_empty_rows.pdf

    1 TRUE Immersa New Business Development Indirect (I/O#) CLSD THOMAS BUTLERTHOMAS BUTLERTFC2 11 2 TRUE Immersa Overhead Expenses Indirect (I/O#) CLSD THOMAS BUTLERTHOMAS BUTLERTFC2 11 3 TRUE Immeres......50015 CLSD TFC2 50 61 TRUE dummy IO to fix RA settlement issue Indirect...00369246 00369246 TFC2 01 107 TRUE IO - ERP MASTER - NON CAPITALIZED...

    docs.groupdocs.com/conversion/java/_sample_file...
  6. Generating document preview - advanced | Docume...

    This article shows how to generate document pages preview with advanced options.... IO . FileStream ( imageFilePath...

    docs.groupdocs.com/signature/net/generating-doc...
  7. 使用 C# 從數據庫文件中提取數據

    數據庫 被認為是大多數應用程序的組成部分。無論是桌面、Web 還是移動應用程序,數據庫在存儲、訪問和操作數據方面都起著至關重要的作用。有許多數據庫管理系統可以為您創建和管理數據庫。 但是,可能會出現這樣一種情況,即您需要一種方法來從數據庫文件(即 .db 文件)中提取數據,而無需安裝數據庫管理系統或編寫 SQL 查詢。在這種情況下,您將如何解析數據庫文件並從中獲取數據? 在本文中,我將演示如何在不編寫 SQL 查詢的情況下輕鬆地從 SQLite 數據庫中的表中提取數據。我將使用 GroupDocs.Parser for .NET API,它支持通過 ADO.NET。 從 SQLite 數據庫 (.db) 中的表中提取數據的步驟 在 Visual Studio 中創建一個新項目。 從 NuGet 安裝適用於 GroupDocs.Parser for .NET。 添加以下命名空間。 using System; using System.Collections.Generic; using System.IO; using GroupDocs.Parser.Data; using GroupDocs.Parser.Options; 準備連接字符串。 string connectionString = string.Format("Provider=System.Data.Sqlite;Data Source={0};Version=3;", "sqlite.db"); 在 Parser 對像中加載數據庫文件。 using (Parser parser = new Parser(connectionString, new LoadOptions(FileFormat.Database))) { // 你的代碼在這裡 } 使用 Parser.GetToc 方法獲取數據庫中表的列表。 // 獲取表格列表 IEnumerable toc = parser....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/zh-hant/parser/extract-data-...
  8. Convert a HTML file to PDF programmatically usi...

    Can Group docs convert a html (remote website or hosted remotely) along with css + fonts + JS to pdf? Usually, page contains lot of dynamic data loaded by JS. We need to convert pdf of the page once all the dom (and dom…...(IOException e) { // Handle any IO exceptions that may occur during...

    forum.groupdocs.com/t/convert-a-html-file-to-pd...
  9. استخراج البيانات من ملفات قاعدة البيانات باستخد...

    تعتبر قاعدة البيانات جزءًا لا يتجزأ من معظم التطبيقات. تلعب قاعدة البيانات دورًا حيويًا في تخزين البيانات والوصول إليها ومعالجتها ، سواء أكان ذلك تطبيقًا لسطح المكتب أو الويب أو الهاتف المحمول. هناك العديد من أنظمة إدارة قواعد البيانات التي تسمح لك بإنشاء وإدارة قواعد البيانات. ومع ذلك ، قد يكون هناك سيناريو عندما تحتاج إلى طريقة لاستخراج البيانات من ملفات قاعدة البيانات ، مثل ملف .db ، دون تثبيت نظام إدارة قاعدة البيانات أو كتابة استعلامات SQL....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/ar/parser/extract-data-from-...
  10. How to merge source code files | Documentation

    This article explains how to control file merging in GroupDocs.Comparison for .NET....IO ; // ... using ( Comparer comparer...

    docs.groupdocs.com/comparison/net/how-to-merge-...