Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 4,515 for

body

(0.08 sec)
  1. Get the formatting properties of a paragraph in...

    Get the formatting properties of a paragraph in a Word document programmatically via Cloud API....more properties into a single body: Property Name Data Type Required/Optional...

    docs.aspose.cloud/words/paragraphs/get-all-form...
  2. Delete watermark from a Word document online|Do...

    Delete watermark from a Word document programmatically via Cloud API....more properties into a single body: Property Name Data Type Required/Optional...

    docs.aspose.cloud/words/watermark/delete/
  3. Fetching receipt recognition result|Documentation

    How to get the receipt recognition result from the Aspose.OCR Cloud queue....JSON format in the response body. { "id" : "3f030db3-de56-4a...

    docs.aspose.cloud/ocr/fetch-receipt-recognition...
  4. Fetching dewarped image|Documentation

    How to fetch a dewarped image from Aspose.OCR Cloud....JSON format in the response body. { "id" : "c4b60313-4f78-45...

    docs.aspose.cloud/ocr/fetch-dewarp-result/
  5. Authenticating API Requests|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....application/x-www-form-urlencoded Body: grant_type: client_credentials...application/x-www-form-urlencoded Body: grant_type: refresh_token refresh_token:...

    docs.aspose.cloud/storage/authenticating-api-re...
  6. Copy Rows on an Excel Worksheet|Document

    Learn how to copy rows in an Excel worksheet using Aspose.Cells Cloud REST API (v3.0). Includes authentication steps, request/response details, error handling, and SDK examples....HTTP Code Meaning Example Error Body 400 Bad Request – missing or...

    docs.aspose.cloud/cells/rows/copy/
  7. 通过云端Node.js SDK向PDF添加图像印章

    使用Node.js和Aspose.PDF Cloud SDK向PDF添加基于图像的印章。... body ); console . log ( "Downloaded:...pageStamp ); if ( resultPages . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/zh/nodejs/stamp/image/
  8. Aspose.Cells Cloud API – Get Files List (Folder...

    Retrieve a list of files and sub‑folders from a specific folder in Aspose.Cells Cloud storage. Includes endpoint, parameters, sample request, and SDK examples....Status Code Meaning Response Body (example) 200 Successful retrieval...

    docs.aspose.cloud/cells/get-files-list/
  9. MS Project & Oracle Primavera Python SDK - Aspo...

    Open, edit, and convert MS Project and Oracle Primavera projects in your applications using Platform Independent Python Cloud SDK...$this->tasksApi = new TasksApi(); $body = '{ "Index": 2, "PredecessorUid":...$folder = null, $fileName = null, $body); print_r($result); Read, Add...

    products.aspose.cloud/tasks/python/
  10. 通过云 PHP SDK 加密 PDF

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

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