Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 29,934 for

request

(0.06 sec)
  1. Create a New Paragraph|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.... CreateSpecialSlidePa Request Parameters Name Type Location...

    docs.aspose.cloud/slides/create-a-new-paragraph...
  2. Update Text Portions|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.... UpdateSpecialSlidePo Request Parameters Name Type Location...

    docs.aspose.cloud/slides/update-text-portions-o...
  3. Get a list of files from a folder in Cloud Stor...

    Get a list of files from a folder in Cloud Storage programmatically via Cloud API....following parameters in a REST request: Parameter Name Data Type Required/Optional...

    docs.aspose.cloud/words/files-and-storage/get-f...
  4. Move a folder to a new location in Cloud Storag...

    Move a folder to a new location in Cloud Storage programmatically via Cloud API....following parameters in a REST request: Parameter Name Data Type Required/Optional...

    docs.aspose.cloud/words/files-and-storage/move-...
  5. Manipulate Microsoft Excel Workbook | Convert X...

    Learn how to convert Excel to PDF online. Develop XLS to PDF Converter in Python. Free XLSX to PDF conversion or perform XLS to DOC....Pycurl library to send HTTP request and handle HTTP response so...for more details. Send a PUT request to Aspose Cloud service. See...

    blog.aspose.cloud/cells/create-and-fill-excel-w...
  6. Make Markdown In Python

    Make Markdown using Python SDK. Easily create a blank Markdown in Python in a few steps....create_document_request = asposewordscloud.models.requests.CreateDocumentReques(...create_document(create_document_request) download_document_request = asposewordscloud...

    products.aspose.cloud/words/python/make/md/
  7. Make WORD In Ruby

    Make a Word document using Ruby SDK. Easily create a blank a Word document in Ruby in a few steps....docx' create_document_request = CreateDocumentReques .new(...create_document(create_document_request) download_document_request = DownloadFileRequest...

    products.aspose.cloud/words/ruby/make/word/
  8. Make DOC In Ruby

    Make DOC using Ruby SDK. Easily create a blank DOC in Ruby in a few steps....doc' create_document_request = CreateDocumentReques .new(...create_document(create_document_request) download_document_request = DownloadFileRequest...

    products.aspose.cloud/words/ruby/make/doc/
  9. Make DOCX In Ruby

    Make DOCX using Ruby SDK. Easily create a blank DOCX in Ruby in a few steps....docx' create_document_request = CreateDocumentReques .new(...create_document(create_document_request) download_document_request = DownloadFileRequest...

    products.aspose.cloud/words/ruby/make/docx/
  10. Make HTML In C++

    Make HTML using C++ SDK. Easily create a blank HTML in C++ in a few steps....html" ; std::shared_ptr<requests::CreateDocumentReques> createDocumentReques...createDocumentReques ( new requests::CreateDocumentReques( std...

    products.aspose.cloud/words/cpp/make/html/