Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 4,092 for

body

(0.68 sec)
  1. Convert HTML to PDF | HTML to JPG | Web to Word...

    Unlock the potential to effortless Web to Image conversion. Perform HTML to PDF, HTML to JPG Image or HTML to Word document conversion with Cloud SDK....setup options in the request body) to update page setup. Convert...save options in the request body) to convert web pages. In addition...

    blog.aspose.cloud/total/work-with-sections-and-...
  2. Set Barcode Text|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....are provided in the request body. POST Request (Multipart Form)...POST request with JSON or XML body. generateMultipart : Generates...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  3. Add an Image Watermark|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.... pictureFrame PictureFrame body false The data transfer object...file. pictureFrame PictureFrame body false The data transfer object...

    docs.aspose.cloud/slides/add-an-image-watermark/
  4. Add Comments|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 SlideCommentBase body true The data transfer object...slide. dto SlideCommentBase body true The data transfer object...

    docs.aspose.cloud/slides/add-comments/
  5. Stamp an Image on PDF - Free Support Forum - as...

    Hi, I’ve been testing the Aspose.PDF Cloud API References, because I want to use the stamp function in an app I’m developing, but I couldn’t find a way it works, The responses I get, are Code 200, but the image doesn’t ….../pdf/{name}/stamps/image This is the stamp’s body im using: [ { “Background”:...the parameters in your JSON body. Based on your provided code...

    forum.aspose.cloud/t/stamp-an-image-on-pdf/26193
  6. Validate Accessibility by HTML Content

    How to validate HTML accessibility by providing raw HTML content using Aspose.HTML Cloud Web Accessibility API....</head><body>...</body></html>" , 7 "Options"...

    docs.aspose.cloud/html/web-accessibility-api/va...
  7. PDF Signature: Hide CN from PFX but Show Timest...

    Hi Aspose team, I’m using the POST /pdf/{name}/sign API to digitally sign a PDF file with a .pfx certificate. Here’s the request I’m sending via curl: bash CopyEdit curl --location 'https://api.aspose.cloud/v3.0/pdf/…...originalHeightInPx - pixelY; const body = { FormFieldName: field.id...'POST', url, headers, data: body, timeout: 30000 }); kirill.novinskiy...

    forum.aspose.cloud/t/pdf-signature-hide-cn-from...
  8. Verify Signature in PDFs via Cloud Node.js SDK

    Verification of electronic signatures in PDF document using Aspose.PDF Cloud. Check the Node.js source code to verify signature in PDF file.... body . code == 200 ) { if ( response . body . valid ==...Response code: " + response . body . code ); } }, } async function...

    products.aspose.cloud/pdf/nodejs/signature/verify/
  9. Set Barcode Text|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....are provided in the request body. POST Request (Multipart Form)...POST request with JSON or XML body. generateMultipart : Generates...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  10. Parse Pdf for extraction Images via Cloud Node....

    Parse PDF files for extraction Images using Aspose.PDF Cloud SDK for Node.js. Enhance discoverability and indexing.... body . code == 200 ) { response . body . images ....( filePath , responseImage . body ); console . log ( "Downloaded:...

    products.aspose.cloud/pdf/nodejs/parser/images/