Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 4,296 for

body

(0.09 sec)
  1. 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/...
  2. Customize Barcode Appearance|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....POST request with JSON or XML body. generateMultipart : Generates...Barcode with POST Request (JSON Body) <? php declare ( strict_types...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  3. Create EML File in Python Programmatically

    Learn how to create EML files with Python using Aspose.Email Cloud SDK. Follow a step-by-step guide with code and tips for attachments and custom encoding....sender, recipients, subject, and body fields. Use the EmailDto class...attachments or use EmailDto.body.html with CID references for...

    blog.aspose.cloud/email/create-eml-file-in-pyth...
  4. Update style for pivot table|Document

    Learn how to update the style of an entire pivot table using the Aspose.Cells Cloud REST API. Includes request details, a cURL example, and SDK snippets for multiple programming languages.... style object body A style DTO that defines the...

    docs.aspose.cloud/cells/pivot-tables/format-all/
  5. Modify Password Protection of an Excel Workbook...

    Change the write‑protection password of an Excel workbook via Aspose.Cells Cloud REST API (v3.0). Includes cURL and SDK examples.... password string body (JSON) New write‑protection...

    docs.aspose.cloud/cells/workbook/password/modify/
  6. Create, Manipulate and Convert Microsoft PowerP...

    Create, Edit or Convert Powerpoint Presentation at any platform. PTTX presentation or PPT presentation can be created without any other application...."Subject" body = EmailProperty.EmailProperty() body.Name = "Subject"..."Subject" body.Value = "This is a new subject" try: #upload file...

    blog.aspose.cloud/total/new-release-of-aspose.e...
  7. Manipulate Word Documents | Insert Page Header ...

    Insert page number in Word document and insert headers. You can add different headers in even page numbers and different in odd page numbers....accepts fontDto object in its body, whose Resource Properties’...following JSON object in its body: { "Format": "string", "Alignment":...

    blog.aspose.cloud/words/insert-headers-and-page...
  8. Aspose.Cells Cloud Web API – Translate Text Fil...

    Learn how to use the Aspose.Cells Cloud AI TranslateTextFile endpoint to convert text files into any supported language. Supports both multipart file upload and raw text payload, preserves formatting, and returns a downloadable translated file....post raw text in the request body and get the translated text...slated.txt" Content-Length: Body: binary stream containing the...

    docs.aspose.cloud/cells/translate-text-file/
  9. Resize PDF via Cloud Node.js SDK

    Aspose.PDF Cloud allows you to resize PDF Document. Check the Node.js source code to resize PDF file.... body . code != 200 ) { console ....tempFolder , null ); if ( response . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/nodejs/resize/
  10. Remove Bookmarks via Cloud Node.js SDK

    Remove PDF bookmarks using Node.js and Aspose.PDF Cloud SDK. Simplify document structure.... body ); console . log ( "Downloaded:...DROP_BOOKMARK_PATH ); if ( dropResult . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/nodejs/bookmarks/remove/