Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 3,953 for

body

(0.04 sec)
  1. 通过云端 Node.js SDK 向 PDF 添加表格

    使用 Node.js 和 Aspose.PDF Cloud SDK 向 PDF 文档中添加表格。... body ); console . log ( "Downloaded:...jsonTable ]); if ( resultTabs . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/zh/nodejs/table/add/
  2. 通过云端 Node.js SDK 替换 PDF 中的表格

    Aspose.PDF Cloud 允许您替换 PDF 文档中的表格。查看 Node.js 源代码以替换 PDF 文件中的表格。... body ); console . log ( "Downloaded:...jsonTable ); if ( resultTabs . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/zh/nodejs/table/replace/
  3. Update Document Properties|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.... property object body true The property data to be...

    docs.aspose.cloud/slides/update-document-proper...
  4. Update a Series Group|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....seriesGroup ChartSeriesGroup body true The data transfer object...

    docs.aspose.cloud/slides/update-a-series-group/
  5. Update a Table Row|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.... dto TableRow body true The data transfer object...

    docs.aspose.cloud/slides/update-a-table-row/
  6. Upload File to Aspose Cells|Developer Guide for...

    Comprehensive guide on how to upload files using the Aspose Cells API, including parameters and response structure....Type Path/Query String/HTTP Body Description UploadFiles File...

    docs.aspose.cloud/cells/upload-file/
  7. Issue adding comments to DOCX with API/Ruby SDK...

    I cannot get either the API or Ruby SDK working when attempting to add comments to a word doc. I have tried using simple coordinates 0.0.0.0 and using the coordinates from a text search. For the Ruby SDK, I have used the…...error_info[:response_body] = e.response_body if e.respond_to?(:response_body)...(:response_body) return { success: false, error: "Upload failed:...

    forum.aspose.cloud/t/issue-adding-comments-to-d...
  8. 通过云端 Node.js SDK 裁剪 PDF

    Aspose.PDF Cloud 允许您裁剪 PDF 文档。查看 Node.js 源代码以裁剪 PDF 文件。... body . code != 200 ) { console ....tempFolder ); if ( response . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/zh/nodejs/crop/
  9. Add an Effect to an Interactive Sequence|Docume...

    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.... effect Effect body true The data transfer object...

    docs.aspose.cloud/slides/add-an-effect-to-an-in...
  10. Decrypt PDF via Cloud PHP

    Aspose.PDF Cloud allows you to decrypt PDF Document. Check the PHP source code to decrypt PDF file....file_put_contents ( $outputPath , $result [ 'body' ]); echo "Downloaded: { $outputPath...$documentPassword ); if ( $response [ 'body' ][ 'code' ] == 200 ) { echo...

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