Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 10,122 for

json

(0.05 sec)
  1. 将 PDF 转换为 Word 在 Node.js 中 | 在线 PDF 转 DOCX 或 DOC

    学习如何使用 Node.js API 将 PDF 转换为可编辑的 Word 格式 (DOC/DOCX)。轻松在线将 PDF 内容导出到 Microsoft Word 文档中。..." \ -H "Accept: application/json" 步骤 2 – 将 PDF 转换为 DOCX: curl...application/json" \ -H "Content-Type: application/json" \ -d '{...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  2. Convert PNG to HTML in Java - PNG to HTML Conve...

    Learn how to convert PNG to HTML in Java using GroupDocs.Conversion Cloud SDK. Follow our step-by-step guide to simplify the PNG to HTML conversion process....using Java Convert EXCEL to JSON and JSON to EXCEL in Python How to...to Convert CSV to JSON and JSON to CSV in Python Convert Word...

    blog.groupdocs.cloud/conversion/convert-png-ima...
  3. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....NET Supports JSON Storage for Annotations The...minimization. It also lets you use JSON to store annotations. Read more...

    blog.groupdocs.cloud/total/product-updates-tuto...
  4. How to Convert Excel to PDF using Java API

    Convert your documents and files using our fast and secure file format REST API in Java. This article is about how to convert Excel to PDF using Java API....about: Convert EXCEL to JSON and JSON to EXCEL in Python How to...to Convert CSV to JSON and JSON to CSV in Python Convert Word...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  5. Sending Excel and ODS files for translation | D...

    How to send Excel and ODS files for translation to the selected languages....translation parameters are provided in JSON format in the request body....successful, this method returns JSON with a unique identifier (value...

    docs.groupdocs.cloud/translation/file/request/e...
  6. Generic Question about GroupDocs.Signature Clou...

    Is there a hosted solution like the one at this URL? (Containerize.IdentityServer - Single sign-on to access all applications and services of Aspose Pty Ltd.) Is there a limit of how many users can login into the applic…...the actual HTML page or XML/JSON? If you don’t offer a hosted...the actual HTML page or XML/JSON? Different groupdocs.cloud REST...

    forum.groupdocs.cloud/t/generic-question-about-...
  7. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Watermark Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/watermark/storage/MyStorage/exist" \ -H "accept: application/Json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language...." \ -H "accept: application/json" \ -H "authorization: Bearer..." \ -H "accept: application/json" \ -H "authorization: Bearer...

    docs.groupdocs.cloud/watermark/working-with-sto...
  8. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Parser Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/parser/storage/MyStorage/exist" \ -H "accept: application/Json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language...." \ -H "accept: application/json" \ -H "authorization: Bearer..." \ -H "accept: application/json" \ -H "authorization: Bearer...

    docs.groupdocs.cloud/parser/working-with-storage/
  9. 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....example Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to get document...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  10. 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....example Request # First get JSON Web Token # Please get your..." \ -H "Accept: application/json" # cURL example to get document...

    docs.groupdocs.cloud/watermark/replace-watermarks/