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

ios

(0.1 sec)
  1. Install GroupDocs.Assembly for .NET and Apply L...

    Learn how to install GroupDocs.Assembly via NuGet and apply a license to remove evaluation limitations in your .NET applications....IO ; public static void ApplyLicenseFromStre...

    docs.groupdocs.com/assembly/net/basic-usage-ins...
  2. System Requirements | GroupDocs

    GroupDocs.Assembly for .NET does not require any external software or third party tool to be installed. Just follow one of the way as described in Development Environment, Installation and Configuration. Supported Operating Systems GroupDocs.Assembly for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed including, but not limited to: Windows Microsoft Windows 2003 Server ( x64, x86) Microsoft Windows 2008 Server ( x64, x86) Microsoft Windows 2012 Server ( x64, x86) Microsoft Windows 2012 R2 Server ( x64, x86) Microsoft Windows 2016 Server ( x64, x86) Microsoft Windows 2019 Server ( x64, x86) Microsoft Windows Vista ( x64, x86) Microsoft Windows XP ( x64, x86) Microsoft Windows 7 ( x64, x86) Microsoft Windows 8, 8....IOS Xamarin.Mac MonoDevelop 2.4 and...

    docs.groupdocs.com/assembly/net/system-requirem...
  3. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Comparison....IO ; // ... using ( Comparer comparer...

    docs.groupdocs.com/comparison/net/get-file-info/
  4. Licensing | GroupDocs

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Watermark for Node.js via Java without a license (Evaluation Limitations)...io.FileInputStream' ); const licensePath...

    docs.groupdocs.com/watermark/nodejs-java/evalua...
  5. Customize changes styles | GroupDocs

    Following this guide you will learn how to customize document comparison report and modify appearance of detected changes when use GroupDocs.Comparison for .NET....IO ; // ... using ( Comparer comparer...

    docs.groupdocs.com/comparison/net/customize-cha...
  6. Extract data from database on GroupDocs Blog | ...

    Extract data from database on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract data from database on GroupDocs Blog | Document Automation Solution......IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/ja/tag/extract-data-from-dat...
  7. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....IO.Stream). Moreover, there are...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  8. 使用 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-...
  9. Generating document preview - advanced | GroupDocs

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

    docs.groupdocs.com/signature/net/generating-doc...
  10. Search Image Signature in C# in Word, Excel, Po...

    Search Barcode, QR Code, digital, or electronic signature with image data content from any document (DOC, XLS, PPT, PDF) in C# using .NET Signature API....IO.Path.Combine(outputPath, $"i...

    blog.groupdocs.com/signature/search-image-signa...