Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 9,921 for

json

(0.1 sec)
  1. Get Supported QRCodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/qrcodes" -H "accept: application/Json" -H "authorization: Bearer [Access Token]" Response { "qrCodeTypes": [ { "name": "Aztec" }, { "name": "DataMatrix" }, { "name": "GS1DataMatrix" }, { "name": "GS1QR" }, { "name": "QR" } ] } SDK examples The API is completely independent of your operating system, database system or development language....0/signature/qrcodes" - H "accept: application/json" - H "authorization: Bearer...

    docs.groupdocs.cloud/signature/get-supported-qr...
  2. Raw Text Classification | Documentation

    This API retrieves raw text classification result for IAB-2, Documents or Sentiment taxonomy. It returns an object that contains information about the best class and its probability and about probabilities of the other classes. For Sentiment taxonomy Chinese and English are supported with the language auto-detection. See Classify request parameters for request’s details. Resource This resource represents a controller for single call text classification. Classify raw text with IAB-2 taxonomy....H "content-type: application/json" - X POST - d '{ "Description"...

    docs.groupdocs.cloud/classification/raw-text-cl...
  3. Working with DSV Documents | Documentation

    DSV (Delimiter-Separated Values) documents are a specific form of text-based spreadsheets with delimiters (separators). There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....example Request * First get JSON Web Token * Please get your..." \ -H "Accept: application/json" * cURL example to load document...

    docs.groupdocs.cloud/editor/working-with-dsv-do...
  4. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here)....example Request // First get JSON Web Token // Please get your... \ - H "Accept: application/json" // cURL example to get document...

    docs.groupdocs.cloud/signature/sign-document-wi...
  5. Convert SVG to PNG using SVG to PNG Converter

    This article shows how to convert SVG to PNG in C#. GroupDocs.Conversion offers Cloud SDKs and REST APIs to programmatically build an SVG to PNG Converter....See Also # Convert JSON to HTML using a JSON Converter Convert...

    blog.groupdocs.cloud/conversion/convert-svg-to-...
  6. Working with Lists | Documentation

    How-to dynamically generate items within different types of lists and specify their options using GroupDocs Assembly Cloud....Source The following XML and JSON data sources represent a list...their names and ages: XML Data JSON Data <Products> <Product> <Discount>...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  7. Working with Text Documents | Documentation

    Textual documents are simple Plain Text flat files (TXT), that contain no images, pages, paragraphs, lists, tables and so on. However, users can create some primitive formatting like lists with leading markers, left indents with whitespaces, tables with pseudo-graphics, paragraphs with line breaks, and so on. GroupDocs.Editor Cloud can recognize some of these structures. Other non-obvious feature, that GroupDocs.Editor Cloud provides, is the ability to save edited TXT document not only back to TXT, but also to WordProcessing....example Request * First get JSON Web Token * Please get your..." \ -H "Accept: application/json" * cURL example to load document...

    docs.groupdocs.cloud/editor/working-with-text-d...
  8. Sign document with text signature | Documentation

    A Text electronic signature is an arbitrary text that is added to a document in a native way dependent on document type. GroupDocs.Signature Cloud provides text signature feature and allows to customize wide range of text settings - from font name, size and color to alignment, borders, shadow effects etc. This is how text signature may look like: To manipulate with text signatures GroupDocs.Signature Cloud provides various text sign options....example Request // First get JSON Web Token // Please get your... \ - H "Accept: application/json" // cURL example to get document...

    docs.groupdocs.cloud/signature/sign-document-wi...
  9. 在 Python 中将 Word 转换为 Markdown 并将 Markdown 转换为 Word

    在线文件转换 API 将一种文件格式转换为另一种文件格式。本文介绍了如何在 Python 中将 Word 转换为 Markdown 以及如何将 Markdown 转换为 Word...CSV 转换为 JSON 以及将 JSON 转换为 CSV 如何在 Python 中将 EXCEL 转换为 JSON 以及将 JSON...JSON 转换为 EXCEL 在 C# 中以编程方式将 Word 转换为 PDF 使用 REST API 在 C# 中将...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  10. 使用 GroupDocs.Conversion Cloud SDK for Java 将 PN...

    使用 GroupDocs.Conversion Cloud SDK for Java 使用代码示例轻松将 PNG 转换为 SVG。让我们看看如何在 Java 中以编程方式将 PNG 转换为 SVG 文件。...EXCEL 转换为 JSON 并将 JSON 转换为 EXCEL 如何在 Python 中将 CSV 转换为 JSON 以及将 JSON...

    blog.groupdocs.cloud/zh/conversion/convert-png-...