Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 4,567 for

values

(0.06 sec)
  1. 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....中文 中國傳統的 O Comma Separated Values (CSV) é um formato de arquivo...

    blog.groupdocs.com/pt/tag/generate-pdf-report-i...
  2. Python アプリケーションでメタデータを編集および管理する - GroupDocs.Met...

    GroupDocs.Metadata for Python via .NET を使用してアプリケーションからメタデータを抽出、更新、削除する方法を確認します。...interpreted_value プロパティを使用します if not (property . interpreted_value is..., Property value: { property . interpreted_value } " ) else :...

    blog.groupdocs.com/ja/metadata/edit-metadata-in...
  3. 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...
  4. 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....Việt 中文 中國傳統的 Comma Separated Values (CSV) เป็นรูปแบบไฟล์สำหรับ...

    blog.groupdocs.com/th/tag/generate-pdf-report-i...
  5. Verwalten Sie XMP- und EXIF-Daten von HEIF-HEIC...

    Verwalten Sie XMP- und EXIF-Daten von HEIF- und HEIC-Bildern mit C#. Lesen, aktualisieren und entfernen Sie EXIF- und XMP-Daten mithilfe der Metadaten-Automatisierungs-API in .NET-Anwendungen....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/de/metadata/manage-xmp-and-e...
  6. Deleting Text signatures - advanced | GroupDocs

    This article shows how to delete Text electronic signatures different ways with GroupDocs.Signature API....some data source signature Id value string [] signatureIdList =...some data source signature Id value String [] signatureIdList =...

    docs.groupdocs.com/signature/java/deleting-text...
  7. Gerenciar dados XMP e EXIF de imagens HEIF HEIC...

    Gerencie dados XMP e EXIF de imagens HEIF e HEIC usando C#. Leia, atualize, remova dados EXIF e XMP usando a API de automação de metadados em aplicativos .NET....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/pt/metadata/manage-xmp-and-e...
  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. How to Сreate a Plugin for Sugar On-Demand Usin...

    SugarCRM is an open-platform web-based customer relationship management system which has an on-demand cloud platform, Sugar On-Demand. In a previous article, we discussed how to create and use a plugin for SugarCRM, now we will discuss Sugar On-Demand’s features. We will use the GroupDocs GDrive plugin as an example. [caption id=“attachment_3933” align=“alignnone” width=“600” caption=“How to Сreate a Custom GroupDocs Plugin for Sugar On-Demand”] [/caption] Requirements PHP 5.3 SugarCRM On-Demand account SugarCRM On-Demand application GroupDocs account Development of GroupDocs GDriveTwo main features of Sugar On-Demand are: All functions relating to the file system are denied....name="copyButton" type="button" value="Copy" id="copyBtn"> <input...name="moveButton" type="button" value="Move" id="moveBtn"> </form>...

    blog.groupdocs.com/total/how-to-create-plugin-f...