Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 4,478 for

values

(0.32 sec)
  1. Get comparison result as an object model | Grou...

    This article explains how to get result document object model with GroupDocs.Comparison for .NET....method and assign its return value to a object. You can retrieve...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/net/how-to-get-re...
  2. 使用 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....Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/zh-hant/parser/extract-data-...
  3. Set Flip Mode when Converting to a Image Format

    With our latest release of GroupDocs.Convesion for .NET 19.3, some new properties are introduced in ImageSaveOptions class. When converting to a Image format you can now always set brightness and contrast. API permits you to do mirror-reversal across a horizontal/vertical axis using FlipMode property. Based on your feedback, we resolved some previously logged issues and improved document conversion experience. Such as, image quality is improved when converting to a WebP format....setting JpegQuality to any value (0-100), API was not reflecting...

    blog.groupdocs.com/conversion/set-flip-mode-whe...
  4. generate reports in csharp

    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....arquivos CSV [Comma Separated Values][1] são amplamente usados para...

    blog.groupdocs.com/pt/tag/generate-reports-in-c...
  5. Extract text from EPUB eBooks | GroupDocs

    To extract text from EPUB e-books GetText and GetText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....Warning method returns null value if text extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/extract-text-from...
  6. Conversion from DWF format is supported in Grou...

    We are pleased to announce the release of GroupDocs.Conversion for .NET 18.1. This release comes with support of DWG format. One improvement and few bug fixes are also introduced. Caching with provided LocalCacheDataHandler is improved and issues like conversion from ODG, IFC are resolved. For further details included in this month’s release, please visit the release notes. We’d recommend you to download the latest release of the API and share your experience....specific DOCX document fails with Value cannot be null, parameter trueTypeFont...

    blog.groupdocs.com/conversion/conversion-dwf-fo...
  7. CSV to PDF using template

    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....โดยใช้เทมเพลตง่ายๆ Comma Separated Values (CSV) เป็นรูปแบบไฟล์สำหรับ...

    blog.groupdocs.com/th/tag/csv-to-pdf-using-temp...
  8. Generate PDF report from CSV

    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....CSV-bestanden Comma Separated Values-bestanden worden veel gebruikt...

    blog.groupdocs.com/nl/tag/generate-pdf-report-f...
  9. CSV to PDF using template

    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....CSV-bestanden Comma Separated Values-bestanden worden veel gebruikt...

    blog.groupdocs.com/nl/tag/csv-to-pdf-using-temp...
  10. Převod dat Excel a CSV v C# | XLSX na CSV - CSV...

    Převeďte XLS a XLSX do CSV a CSV do formátu Excel v rámci aplikací Java. Automatizujte převod souborů pomocí Java API pro převod dokumentů....outputFile = @"path/comma-sparated-values.csv"; using (Converter converter...inputFile = @"path/comma-sparated-values.csv"; string outputFile = @"path/spreadsheet...

    blog.groupdocs.com/cs/conversion/convert-excel-...