Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 3,953 for

body

(0.05 sec)
  1. Render a table as an image online|Documentation

    Render a table 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...
  2. Get the image data of a DrawingObject in a Word...

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

    docs.aspose.cloud/words/drawing-objects/get-ima...
  3. Remove all macros from a document|Documentation

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

    docs.aspose.cloud/words/documents/remove-macros/
  4. Get the formatting properties of a table row in...

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

    docs.aspose.cloud/words/tables/get-row-format/
  5. Fetching table recognition result|Documentation

    How to get the table recognition result from the Aspose.OCR Cloud queue....JSON format in the response body. { "id" : "db212989-42b9-42...

    docs.aspose.cloud/ocr/fetch-table-recognition-r...
  6. 通过云端 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/
  7. Fetching rotated image|Documentation

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

    docs.aspose.cloud/ocr/fetch-deskew-result/
  8. Fetching binarized image|Documentation

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

    docs.aspose.cloud/ocr/fetch-binarization-result/
  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/