Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 31,676 for

request

(0.56 sec)
  1. Manipulate Excel cells formatting using Cloud A...

    Set custom font during PowerPoint conversion. REST API for PPTX to PDF or PPT to SVG conversion. DefaultRegularFont during PPTX export to HTML or XPS...Pdf\"}" Request URL https://api.aspose.cloud/v3...

    blog.aspose.cloud/slides/specify-defaultregular...
  2. Manipulate Excel cells formatting using REST API

    RESTful Cloud API for Excel worksheet processing. Add or update Pivot tables programmatically. Manipulate locally or Cloud storage based files...."authorization: Bearer <JWT Token>" Request URL https://api.aspose.cloud/v3...

    blog.aspose.cloud/cells/manipulate-pivot-tables...
  3. Get Page Annotations via Cloud .NET SDK

    Get Page Annotations from PDFs using Aspose.PDF Cloud SDK for .NET...."RequestAnnotationsOn(): Failed to request annotations from the document...

    products.aspose.cloud/pdf/net/annotations/page/...
  4. Validate Accessibility by URL

    How to validate HTML accessibility by providing a public URL using Aspose.HTML Cloud Web Accessibility API.... Example Request Copy 1 POST https: //api.aspose...

    docs.aspose.cloud/html/web-accessibility-api/va...
  5. Aspose Words API error - Free Support Forum - a...

    We are facing api error unexpectedly from aspose API. We are using aspose_words_cloud gem version 22.9. We are getting this error Exception Faraday::ConnectionFailed Error end of file reached /app/vendor/bundle/ruby/3.…...rb:1583:in `transport_request' /app/vendor/ruby-3.1.2/lib/ruby/3...2/lib/ruby/3.1.0/net/http.rb:1539:in `request' /app/vendor/bundle/ruby/3...

    forum.aspose.cloud/t/aspose-words-api-error/25751
  6. Move a file to a new location in Cloud Storage ...

    Move a file 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-...
  7. Mail Merge Online with Salesforce Apex returns ...

    I am trying to perform a Mail Merge using Aspose.Words Cloud API v4 from Salesforce Apex. My goal is: Take a DOCX template and XML data (currently stored as Salesforce Static Resources or already uploaded in Aspose Sto…...template and XML “online” in the request? Is there an example for Salesforce...

    forum.aspose.cloud/t/mail-merge-online-with-sal...
  8. Make DOC In C++

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

    products.aspose.cloud/words/cpp/make/doc/
  9. Make Document In Python

    Make a file in your preferred format using Python SDK. Easily create a blank document 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/
  10. C++ Convert PDF To Image REST API

    Convert PDF to Image in C++ using REST API. Save PDF as Image using C++....std::shared_ptr<requests::SplitDocumentOnlineR> request ( new requests::S...wordsApi-> splitDocumentOnline (request); Run code Copy C++ code to...

    products.aspose.cloud/words/cpp/conversion/pdf-...