Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 4,020 for

body

(0.18 sec)
  1. 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...
  2. Parse Pdf for extraction Form fields as XML via...

    Parse PDF files for extraction Form fields as XML using Aspose.PDF Cloud SDK for Node.js. Enhance discoverability and indexing.... body ); console . log ( "Downloaded:...remoteFolder ); if ( response . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/nodejs/parser/form-to...
  3. Update Parameters of JPEG2000 Image|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-parameters-of-...
  4. Deskew an Image|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/deskew-an-image/
  5. Add Custom 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.... properties object body true The list of new document...

    docs.aspose.cloud/slides/add-custom-properties/
  6. Add Text Stamps to PDFs via Cloud Node.js SDK

    Insert text stamps into PDFs with Aspose.PDF Cloud SDK for Node.js.... body ); console . log ( "Downloaded:...pageStamp ); if ( resultPages . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/nodejs/stamp/text/
  7. Create a New Text Portion|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 Portion body true The data transfer object...

    docs.aspose.cloud/slides/create-a-new-text-port...
  8. Add Links to PDF via Cloud Node.js SDK

    Insert hyperlinks into PDF files using Node.js and Aspose.PDF Cloud SDK.... body ); console . log ( "Downloaded:...newLink ]); if ( addResponse . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/nodejs/links/add/
  9. Set Recognition Quality and Speed|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....file provided in the request body using a POST request with JSON...file provided in the request body using a POST request with multipart/form-data...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  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/