Sort Score
Result 10 results
Languages All
Labels All
Results 8,131 - 8,140 of 35,980 for

sdk

(0.07 sec)
  1. Convert Markdown to HTML in C#

    Follow this guide to convert Markdown to HTML in C#. GroupDocs.Conversion provides rich methods and properties to convert MD to HTML programmatically....Conversion offers SDKs in multiple programming languages...using GorupDocs.Conversion Cloud SDK for .NET . Moreover, there is...

    blog.groupdocs.cloud/conversion/convert-markdow...
  2. Working with Presentations | Documentation

    Presentation documents are presented by many formats: PPT, PPTX, PPTM, PPS(X/M), POT(X/M) and others, which are supported by GroupDocs.Editor Cloud as a separate format family among all others. Same as for all other family formats, the Presentation family has its own load and saves options. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."output\sample.html" } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/editor/working-with-presen...
  3. 在 Python 中在线将 Word 转换为 HTML

    您可以将 DOC 文件转换为 HTML 文件,以便在 Web 浏览器中显示 word doc。本文介绍如何用Python在线将word转html。...到 HTML 转换 REST API 和 Python SDK 在 Python 中使用 REST API 将 Word...到 HTML 转换 REST API 和 Python SDK # 为了将 Word 转换为 HTML 文件,我将使用 GroupDocs...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  4. Working with Digital Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to add Digital Signature to a document. It provides methods to create Digital Signature in Document Pages with different options of Certificate type, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Digital Signature to Document You can create Digital Signature on Document provided by fileName and document folder (if required) using following API....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."code" : 200 , "status" : "OK" } SDK examples The API is completely...

    docs.groupdocs.cloud/signature/working-with-dig...
  5. GroupDocs.注释云|使用 Node.js 注释 PDF 文档

    使用 Document Annotation Cloud Sdk for Node.js 在 Node.js 中使用云上的 REST API 以编程方式注释 PDF 文档。...js SDK 在 Node.js 中使用 REST API 注释 PDF...添加图像注释 文档注释 REST API 和 Node.js SDK # 为了注释 PDF 文档,我将使用 GroupDocs...

    blog.groupdocs.cloud/zh/annotation/annotate-pdf...
  6. Tags on Document Automation REST APIs | GroupDo...

    Tags on Document Automation REST APIs | GroupDocs Cloud Recent content in Tags on Document Automation REST APIs | GroupDocs Cloud c# word merger api combine docx files programmatically combine mult......NET rewriter SDK AI-powered text rephrase paraphrase...json online cloud pdf to image sdk convert pdf to image Export PDF...

    blog.groupdocs.cloud/pl/tags/index.xml
  7. Supported QR-Codes | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 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 -v "https://api.groupdocs.cloud/v1/signature/qrcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer _0zqJ6w3enMdpEw5C6ZKm3lgYvHell1lHdx3vztekvBpCbZGqMvMplrKNrsVXih9Xe6738GSej2hb0BnwKVVz-ANEOnW0bGqjeiJcEySo2Y9-9VZ1K_rs_p4zZcsMoGNuDkL9G4rowGX9Wd1frChwRXzsJCpJUs9G5fGK-0kochaFTVdMgoOHU8JjUOQ5wiu-_ZQSbR0bMKRamxEyc_P_gv9NU7LTJQTCrP1SIJwem1WTX7GaTr8JRUYE0zsXH2vHUkJ1rNh-1RPblqE6wwrfxkklTCGxAWTxvoaSG-Ax-h2Zl9nZkBCAjS48zzz2kqIWS-K5WUmGPP9hAWQL00_deMB0Qi7xqvf2MWoJ831mFnyse-ZQ80fAqPyFBdYpS-xVFC0Uuc8rVHehydCxD0_oIJWkCU_GuDJpNMv6q4IpM-1RzFn" 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."GS1QR" }, { "name" : "QR" } ] } SDK examples The API is completely...

    docs.groupdocs.cloud/signature/supported-qr-codes/
  8. Working with WordProcessing Documents | Documen...

    WordProcessing is the most used and known document family format, that includes DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF and much more. All these formats are supported by the GroupDocs.Editor Cloud. 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 WordProcessing format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."output\four-pages.html" } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/editor/working-with-wordpr...
  9. Supported File Formats | Documentation

    GroupDocs.Classification Cloud REST API support to classify several documents formats such as: Classification From: Portable Document Format: PDF Documents: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT, ODT, OTT Resource The following GroupDocs.Classification Cloud REST API resource has been used in the Supported File Formats example. cURL Rest Example Request curl -v "https://api.groupdocs.cloud/v1.0/classification/formats" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Acccess Token] Response { "formats": [ { "fileFormat": "Microsoft Word", "extension": "....Buy Now Pricing Information SDKs Policies My Orders & Quotes... "extension" : ".rtf" } ] } SDK example The API is completely...

    docs.groupdocs.cloud/classification/supported-f...
  10. Error: Join. Exception: Windows Azure Storage e...

    Hi, I found many failed requests since yesterday (first bad request: “Request Start Date 2024-04-18 8:41:35 PM” (https://dashboard.groupdocs.cloud/billing/api-usage) Error: “Join. Exception: Windows Azure Storage exce…... Please share your request/SDK code, and custom storage settings...

    forum.groupdocs.cloud/t/error-join-exception-wi...