Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 2,078 for

assembler

(0.04 sec)
  1. 使用电子签名功能增强您的 C# / ASP.NET 应用程序

    GroupDocs 提供了一个具有灵活 API 的 .NET 库,可用于构建具有 Web 签名捕获功能的具有法律约束力的电子签名应用程序。...Assembly 添加了通过 C# 或 JS 获取模板编辑器字段的新功能。...种不同类型的字段:文本框、图像、复选框。 Cloud App 的 GroupDocs.Assembly 模板编辑器现在可以从任何 Microsoft Word...

    blog.groupdocs.cloud/zh/comparison/spotlight-gr...
  2. Extract Images | Documentation

    This REST API provides the functionality to extract images from the document. There are following ways to extract images from a document: Extract all images from the whole document; Extract images from specific document pages by setting pages range. It saves extracted images to the storage so they can be easily downloaded. The API allows extracting images from containers like ZIP archives, PDF portfolios, Email attachments, MS Outlook storages (PST/OST). For protected documents, it is also required to provide a password....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/extract-images/
  3. इलेक्ट्रॉनिक हस्ताक्षर क्षमता के साथ अपने C#/AS...

    ग्रुपडॉक्स लचीली एपीआई के साथ एक .NET लाइब्रेरी प्रदान करता है जिसका उपयोग वेब हस्ताक्षर कैप्चर कार्यक्षमता के साथ कानूनी रूप से बाध्यकारी ई-हस्ताक्षर ऐप्स बनाने के लिए किया जा सकता है।...Assembly C# या JS के माध्यम से टेम्पलेट...क्लाउड ऐप के लिए GroupDocs.Assembly टेम्प्लेट संपादक अब किसी भी...

    blog.groupdocs.cloud/hi/comparison/spotlight-gr...
  4. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...Assembly का उपयोग करके व्यावसायिक दस्तावेज़...समर्थन करते हैं। GroupDocs.Assembly टेम्प्लेट से कस्टम दस्तावेज़...

    blog.groupdocs.cloud/hi/groupdocs.cloud/page/34/
  5. 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....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/get-document-inform...
  6. Set Metadata By Property Name Match Exact Phras...

    This REST API allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata information to all properties with the exact same name as specified. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  7. Add Metadata By Property Name | Documentation

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties that may have names containing specified string value. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  8. ViewResult | Documentation

    ViewResult data structure returned by Document View API working-with-viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "viewer/words/docx/four-pages_docx/p1.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/docx/four-pages_docx/p2.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/docx/four-pages_docx/p3.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/docx/four-pages_docx/p4.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description pages List of document pages page....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/viewresult/
  9. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  10. Extract Metadata By Tag | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to extract metadata information from all properties with Created tag. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Assembly Product Solution GroupDocs...

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