Sort Score
Result 10 results
Languages All
Labels All
Results 4,641 - 4,650 of 5,072 for

signature

(0.07 sec)
  1. GroupDocs.Viewer Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Signature 用於在簽名期間附加文檔的新字段。 用於在簽名期間選...簽署表格時要求用戶提供照片的選項。 幾個修復。 .NET 庫的GroupDocs.Signature 一般修復。 .NET 庫和雲應用程序的 GroupDocs...

    blog.groupdocs.cloud/zh-hant/categories/groupdo...
  2. GroupDocs.Viewer Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Signature 用于在签名期间附加文档的新字段。 用于在签名期间选...签署表格时要求用户提供照片的选项。 几个修复。 .NET 库的GroupDocs.Signature 一般修复。 .NET 库和云应用程序的 GroupDocs...

    blog.groupdocs.cloud/zh/categories/groupdocs.vi...
  3. Edit Dokumen Word menggunakan REST API dengan P...

    Edit dokumen Word secara terprogram (DOC atau DOCX) menggunakan REST API di cloud dengan Python dengan Editor Dokumen Cloud SDK untuk Python....png\" alt=\"signatures\" style=\"width: 128px; height:...src=\"groupdocs.png\" alt=\"signatures\" style=\"width: 128px; height:...

    blog.groupdocs.cloud/id/editor/edit-word-docume...
  4. Tiết lộ bản phát hành công khai đầu tiên của Gr...

    GroupDocs.Comparison Cloud là API REST để so sánh các tài liệu với thao tác cùng với các thay đổi trong đám mây....appsid=XXXX&signature=XXX-XX" -H "content-type:...doutput.docx&appsid=XXXX&signature=XXX-XX" -H "Content-Type:...

    blog.groupdocs.cloud/vi/comparison/announcing-f...
  5. GroupDocs.Comparison Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....appsid=XXXX&signature=XXX-XX" -H "content-type:...正。 .NET ライブラリの GroupDocs.Signature 署名の初期化時のデータベースプロバイダーの迅速な構成。サポートされているプロバイダーは...

    blog.groupdocs.cloud/ja/categories/groupdocs.co...
  6. Available SDKs | Documentation

    GroupDocs.Conversion Cloud is a modern REST oriented API, that allows easy integration into existing systems. Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/available-sdks/
  7. GroupDocs.Annotation Cloud SDKs | Documentation

    GroupDocs.Annotation Cloud is a modern REST oriented API, that allows easy integration into existing systems. Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/available-sdks/
  8. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. |Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the storage.|Required. |FileInfo.StorageName|Storage name|It could be omitted for default storage....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/get-document-inf...
  9. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name. Linux/MacOS/Bash # Get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example: remove metadata from a document curl -v "https://api....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment variables or replace them directly in the command. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example: retrieve metadata (join several documents into one) curl -v "https://api....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...