Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 4,492 for

body

(0.43 sec)
  1. Excel to SQL|Document

    Use Aspose.Cells Cloud REST API to convert Excel spreadsheets into SQL files. Supports multiple SDKs and programming languages for seamless integration into your applications.... Request Body Parameter Parameter Name Type...

    docs.aspose.cloud/cells/convert-excel-file-to-s...
  2. Excel to PNG|Document

    Convert Excel spreadsheets to PNG images using Aspose.Cells Cloud REST API. Supports multiple SDKs and provides detailed examples for various programming languages.... Request Body Parameter Parameter Name Type...

    docs.aspose.cloud/cells/convert-excel-file-to-p...
  3. Add CellArea to Conditional Formatting|Document

    Add a cell area to a conditional formatting rule in Excel via Aspose.Cells Cloud REST API (v3.0). Includes endpoint, parameters, cURL, SDK examples, and error handling.... The body may also include the updated...

    docs.aspose.cloud/cells/conditional-formattings...
  4. Trying to convert an HTML to a docx file, but s...

    We are testing the HTML to docx conversion in our bubble.io app, but the response doesn’t have the file and status is only pending, we already tried to test it with postman, but still with the same response. image.png (…...0/html/conversion/html-docx body is { “InputPath”: “ https:/...

    forum.aspose.cloud/t/trying-to-convert-an-html-...
  5. Vectorize from Base64 – Aspose.HTML Cloud

    Learn how to vectorize Base64-encoded images using Aspose.HTML Cloud API in synchronous and asynchronous modes, with examples in C# and JavaScript....Authorization: Bearer token Request Body: Copy 1 { 2 "InputBase64" :...

    docs.aspose.cloud/html/vectorization-api/vector...
  6. Email Sending using Aspose.Email Cloud in Herok...

    Heroku is a platform as a service (PaaS), this article helps you setup a heroku python app, and how to use Aspose.Email Cloud for email sending....subject='Some subject', body='Some body') api.client.message.send(...

    blog.aspose.cloud/email/email-sending-using-asp...
  7. 通过云端 Node.js SDK 创建 AcroForm

    使用 Aspose.PDF Cloud SDK 在 Node.js 应用中添加 PDF 表单字段。简化交互式表单创建。... body . status ); const downloadRes...RESULT_FILE_NAME , downloadRes . body ); } catch ( error ) { console...

    products.aspose.cloud/pdf/zh/nodejs/acroforms/add/
  8. Intermittent 400 error on PUT http://api.aspose...

    Hi Team, We’ve been facing this issue for a while now, and have investigated multiple issues on our side. We use the REST API for the Aspose.PDF Cloud endpoints. When calling this endpoint: PUT http://api.aspose.cloud…...pdf/fields body: "{"list":[{"name":"FundName"...back is: “status”: 400, “resp_body”: “{"RequestId":"be29630ad9ce81d810c3"...

    forum.aspose.cloud/t/intermittent-400-error-on-...
  9. 通过云端 Node.js SDK 添加书签

    使用 Aspose.PDF Cloud SDK for Node.js 向 PDF 添加书签。启用文档中的导航和结构。... body ); console . log ( "Downloaded:...code , bookmarks } = response . body ; if ( code === 200 && bookmarks...

    products.aspose.cloud/pdf/zh/nodejs/bookmarks/add/
  10. 通过云 PHP 解密 PDF

    Aspose.PDF Cloud 允许您解密 PDF 文档。查看 PHP 源代码以解密 PDF 文件。...file_put_contents ( $outputPath , $result [ 'body' ]); echo "Downloaded: { $outputPath...$documentPassword ); if ( $response [ 'body' ][ 'code' ] == 200 ) { echo...

    products.aspose.cloud/pdf/zh/php/decrypt/