Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 3,935 for

body

(0.05 sec)
  1. Apply Rich Text Formatting to a Cell|Document

    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....cellName string path options body folder string query storageName...

    docs.aspose.cloud/cells/apply-rich-text-formatt...
  2. Update picture in an Excel file|Document

    Aspose.Cells Cloud REST API support updating a picture in an Excel file. SDK support kinds of development languages. They include Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and swift.... picture body Picture object folder string...

    docs.aspose.cloud/cells/pictures/update/
  3. 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...
  4. Manipulate Text, Images, Bookmarks and Watermar...

    Create or edit Text, Images, Bookmarks, Annotations, Links and Watermarks in a PDF document. You can sign a document or update form fields in PDF....pdf" body = AppendDocument.AppendDocument() body.Document...appendFileName body.StartPage = startPage body.EndPage = endPage...

    blog.aspose.cloud/total/new-release-of-aspose.p...
  5. 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/
  6. Authorization in Java SDK|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.... In the request body, specify the following parameters:...JsonParser . parseString ( response . body ()). getAsJsonObject (); String...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  7. 通过云端 Node.js SDK 在 PDF 页脚添加图像

    使用 Aspose.PDF 云 SDK 在 Node.js 中向 PDF 页面添加图像页脚。品牌标识、签名等更多功能。...body 对象进行一些操作 创建具有所需属性的新链接注释 使用 ...filePath , changedPdfData . body ); console . log ( "Downloaded:...

    products.aspose.cloud/pdf/zh/nodejs/footer/image/
  8. 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.... recognize_body : Recognizes barcode from a...file provided in the request body using a POST request with JSON...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  9. Set Barcode Colorscheme|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....generate_body : POST request with parameters in the body (JSON or...Using POST Request with JSON Body import os from aspose_barcode_cloud...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  10. Remove Links from PDF via Cloud Node.js SDK

    Delete hyperlinks from PDF pages with Aspose.PDF Cloud SDK in Node.js.... body ); console . log ( "Downloaded:...LINK_REMOVE_ID ); if ( resultDelete . body . code == 200 ) { console ....

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