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

body

(0.57 sec)
  1. Get all paragraphs in a Word document online|Do...

    Get all paragraphs 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/
  2. Get all field names in a Word document online|D...

    Get all field names in a Word document programmatically via Cloud API....more properties into a single body: Property Name Data Type Required/Optional...

    docs.aspose.cloud/words/mail-merge/read-field-n...
  3. Autofit a row on an Excel worksheet|Document

    Learn how to use Aspose.Cells Cloud REST API to autofit a row in an Excel worksheet. Includes endpoint, parameters, authentication, error handling, cURL request, and SDK examples.... autoFitterOptions object body Object that controls the autofit...

    docs.aspose.cloud/cells/worksheets/autofit/row/
  4. 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...
  5. 通过 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/
  6. Aspose Cloud Giving Us An AmazonS3 Storage Exce...

    Confirmed, the issue is resolved thank you....pdf", body: request); If the access token...available) Returned in the exception body ( X-Request-ID , X-Call-ID )...

    forum.aspose.cloud/t/aspose-cloud-giving-us-an-...
  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/