Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 4,365 for

body

(0.1 sec)
  1. Merge Presentations from Various Sources into a...

    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.... request object body false The information about...

    docs.aspose.cloud/slides/merge-presentations-fr...
  2. Update WMF Image 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....pass the image in the request body. It also lets you save the updated...

    docs.aspose.cloud/imaging/update-wmf-image-prop...
  3. Update Paragraph 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.... dto object body true The data transfer object...

    docs.aspose.cloud/slides/update-paragraph-prope...
  4. Update a Table Cell|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 TableCell body true The data transfer object...

    docs.aspose.cloud/slides/update-a-table-cell/
  5. Detects object and get result as json object|Do...

    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....pass the image in the request body. It also lets you save the loaded...

    docs.aspose.cloud/imaging/detects-object-and-ge...
  6. STEP-by-STEP Guide for CSV to HTML Conversion i...

    Learn CSV to HTML conversion in Python with Aspose.BarCode Cloud SDK. This guide provides code, setup instructions, and practices for creating HTML reports...."<html><head><title>CSV Report</title></head><body><table border='1'>" ] for row...) html . append( "</table></body></html>" ) return " \n " . join(html)...

    blog.aspose.cloud/barcode/step-by-step-guide-fo...
  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. Encrypt PDF via Cloud PHP SDK

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

    products.aspose.cloud/pdf/php/encrypt/
  9. 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/
  10. Convert Worksheet to CSV – Aspose.Cells Cloud A...

    Learn how to convert a specific worksheet from an Excel file to CSV using Aspose.Cells Cloud API (v4.0). Includes endpoint, parameters, sample cURL, SDK code, and error handling....Content‑Length: <size in bytes> Body: binary stream containing the...outPath is supplied, the response body is empty and the CSV is stored...

    docs.aspose.cloud/cells/convert-worksheet-to-csv/