Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 4,566 for

values

(0.06 sec)
  1. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Java API to convert text files to HTML, PDF, PNG, and JPEG formats.... The default value is 55 . —Specifies the maximum...characters per row. The default value is 85 . The following example...

    docs.groupdocs.com/viewer/java/render-text-files/
  2. 如何使用 Metadata 標籤

    說明如何使用 Metadata 標籤...found properties and their values foreach ( var property in properties)...name: {property.Name}, Value: {property.Value}" ); } } 依標籤新增中繼資料屬性...

    blog.groupdocs.com/zh-hant/metadata/how-to-work...
  3. Introducing Z-Order for Text Signatures in Grou...

    We are back with another monthly release of our eSign API - GroupDocs.Signature for .NET. This release includes three new features, three improvements, and a bug fix. So in this article, I’ll give you a walk-through of the latest release. Support of Z-Order for Text Signatures Z-order determines the order for the overlapping, two-dimensional objects in an x-y plane. Put it simply, if X-axis represents the width and Y-axis represents the height then Z-order will represent the depth of the object....object with a higher Z-order value will appear in front of all...

    blog.groupdocs.com/signature/introducing-z-orde...
  4. Generate Reports

    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 Comma Separated Values به طور گسترده برای تبادل داده...

    blog.groupdocs.com/fa/tag/generate-reports/
  5. Pythonタイルウォーターマーク: ドキュメントと画像を保護するための7つの例

    7つの実用的な例でPythonタイルウォーターマークをマスターします。ドキュメントセキュリティのためにウォーターマークを追加、作成、カスタマイズし、ウォーターマークを削除し、GroupDocs.Watermark APIを使用してファイルを保護します。... value = 12.0 watermark_spacing = gww...PERCENT watermark_spacing . value = 10.0 tile_options = gww ....

    blog.groupdocs.com/ja/watermark/tiling-watermar...
  6. Rendering Archive Documents

    The Compressed files (e.g .ZIP or TAR) use file compression in order to save the disk space. Also, the compressed archive formats can be used to compress multiple files into a single archive. This post demonstrates the usage of the GroupDocs.Viewer API to render the list of files or folders from an archive file. Rendering the List of a Folder from the Archive The GetPages method of both ViewerImageHandler and ViewerHtmlHandler renders the items from the root of archives....inside the archive, set the value using ‘/’ path delimiter character...

    blog.groupdocs.com/viewer/rendering-archive-doc...
  7. Generate PDF Report in Java

    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....中文 中國傳統的 Le Comma Separated Values (CSV) est un format de fichier...

    blog.groupdocs.com/fr/tag/generate-pdf-report-i...
  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....Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/zh-hant/parser/extract-data-...
  9. 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...
  10. Chỉnh sửa và Quản lý Metadata trong Ứng dụng Py...

    Khám phá cách sử dụng GroupDocs.Metadata for Python via .NET để trích xuất, cập nhật và xóa metadata trong các ứng dụng của bạn....interpreted_value if not (property . interpreted_value is None ):...tính: { property . interpreted_value } " ) else : print( f "Tên thuộc...

    blog.groupdocs.com/vi/metadata/edit-metadata-in...