Sort Score
Result 10 results
Languages All
Labels All
Results 8,031 - 8,040 of 33,219 for

sdk

(0.04 sec)
  1. Convert PDF to HTML using REST API in Ruby

    GroupDocs.Conversion is an advanced document conversion API solutuion. This article is about how to convert PDF to HTML using REST API in Ruby....format, we will be using the Ruby SDK of GroupDocs.Conversion Cloud...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  2. Delete Annotations | Documentation

    Delete method allows to remove all added annotations. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Download document with annotations Delete annotations HTTP POST ~/annotation/remove Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Buy Now Pricing Information SDKs Policies My Orders & Quotes..., "title" : "output.docx" } SDK examples The API is completely...

    docs.groupdocs.cloud/annotation/delete-annotati...
  3. Convert JPG to Word in Python

    JPG to Word conversion turns each image into an editable Word document within few seconds. This article is about how to Convert JPG to Word in Python.... I will be using the Python SDK of GroupDocs.Conversion Cloud...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  4. Convert PDF Files to PNG, JPEG, BMP, and TIFF I...

    Convert PDF document to optimized image formats in high fidelity. This article is about how to convert PDF Files to PNG, JPEG, BMP and TIFF images in Ruby....Ruby, we will be using the Ruby SDK of GroupDocs.Conversion Cloud...

    blog.groupdocs.cloud/conversion/convert-pdf-fil...
  5. 使用 REST API 在 Ruby 中将 Word 文档转换为 PDF

    用户在发送账单和讲义等时将word文档转换为PDF。让我们学习如何使用云REST API在Ruby中将Word文档转换为PDF。...Conversion Cloud 的 Ruby SDK 轻松地将 DOCX 文件 转换为 PDF 。它可以帮助您...提供高质量的文档转换解决方案。您可以在 此处 查看我们可用的 SDK 列表,以使用我们的云 REST API 将文档转换为新格式。您还可以使用...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  6. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."Electronic publication" } ] } SDK example The API is completely...

    docs.groupdocs.cloud/comparison/get-supported-f...
  7. Render document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render various types of documents into HTML, Image, or Pdf. Following example demonstrates on how to render document with default options. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Optional: Delete rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."attachments" : [], "file" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/render-document/
  8. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."removed_watermarks/sample_pdf/sample.pdf" } SDK examples Our API is completely...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  9. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."replaced_watermarks/sample_pdf/sample.pdf" } SDK examples Our API is completely...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  10. How to Convert PowerPoint to PDF using REST API...

    Converting from PowerPoint PPTX to PDF is a viable option for document protection. Let's learn how to convert PowerPoint to PDF using REST API in Python....we will be using the Python SDK of GroupDocs.Conversion Cloud...

    blog.groupdocs.cloud/conversion/how-to-convert-...