Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 4,296 for

body

(0.53 sec)
  1. 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/
  2. Renders an OfficeMath object as an image online...

    Renders an OfficeMath object as an image programmatically via Cloud API....more properties into a single body: Property Name Data Type Required/Optional...

    docs.aspose.cloud/words/documents/render-into-i...
  3. 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...
  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. 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...
  6. 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/
  7. GET Recognize Template Fails: Trouble Scanning ...

    Context: Using Postman for API Request Handling with Aspose.OMR I’m currently integrating the Aspose.OMR API and encountering an issue during the recognition phase. Here’s a step-by-step breakdown of what I’ve done so f…... Request body sample: { "MarkupFile": ".....endpoint with the following body: { "Images": [ "..." ], // base64...

    forum.aspose.cloud/t/get-recognize-template-fai...
  8. 通过云 Node.js SDK 向 PDF 添加印章

    使用 Aspose.PDF Cloud SDK for Node.js 向 PDF 插入文本印章。... body ); console . log ( "Downloaded:...pageStamp ); if ( resultPages . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/zh/nodejs/stamp/text/
  9. 通过云 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/
  10. 通过 Cloud Node.js SDK 向 PDF 添加链接

    使用 Node.js 和 Aspose.PDF Cloud SDK 向 PDF 文件插入超链接。... body ); console . log ( "Downloaded:...newLink ]); if ( addResponse . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/zh/nodejs/links/add/