Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 5,035 for

body

(1.25 sec)
  1. Convert an Excel file to another format or save...

    Learn how to convert Excel workbooks to PDF, CSV, JSON, HTML, and over 15 other formats using Aspose.Cells Cloud REST API. Includes endpoint details, sample cURL commands, and SDK snippets for Java, .NET, Python, and more....(or included in the request body for the PUT conversion endpoint)...workbook supplied in the request body to the specified output format...

    docs.aspose.cloud/cells/conversion-and-save-as/
  2. Batch Split|Document

    Documentation for the Aspose.Cells Cloud Batch Split API, which splits spreadsheet files into multiple formats such as PDF, CSV, or JSON. Includes request details, example cURL commands, and SDK usage across various programming languages....BatchSplitRequest BatchSplitRequest body Request payload containing split...conditions. [optional] Request Body Parameter Parameter Name Type...

    docs.aspose.cloud/cells/batch/split/
  3. Aspose.Cells Cloud API – Update (Set) Document ...

    Learn how to set or create a document property in an Excel workbook using Aspose.Cells Cloud REST API. Includes endpoint, parameters, cURL sample, error codes, and SDK snippets.... property object body JSON object that contains the...Status Description Example JSON Body 400 Bad request – missing or...

    docs.aspose.cloud/cells/document-properties/upd...
  4. 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/...
  5. 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/
  6. Python Cloud SDK for AutoCAD - Create, Edit & C...

    Read & Convert AutoCAD DWG, DWF to PDF or images in the Cloud via Python. Rotate CAD images, scale CAD diagrams, flip CAD sketches...existing CAD drawing via Request Body Fetch information regarding...Change scale of a CAD image via Body Rotate and flip the existing...

    products.aspose.cloud/cad/python/
  7. CAD Java REST API - Process & Export AutoCAD DW...

    Java Cloud SDK to Open, Edit & Convert AutoCAD DWG, DWF to PDF or images, rotate CAD images, scale CAD diagrams, flip CAD sketches...supported file formats, via request body. You can convert from DXF (R12/2007/2010)...Export CAD drawing using Request Body Fetch AutoCAD image properties...

    products.aspose.cloud/cad/java/
  8. Set Target Barcode Types|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.... body . barcodes ; } const recognizeApi...RecognizeRequestWrap ); return result . body . barcodes ; } const recognizeApi...

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