Sort Score
Result 10 results
Languages All
Labels All
Results 3,081 - 3,090 of 31,649 for

request

(0.12 sec)
  1. Remove Watermark From Word with NET REST API

    Refer to this article to remove watermark from Word with NET REST API. You can delete watermark in Word with Java Low Code API using the Java cloud SDK....of the DeleteWatermarkOnlin Request class and set the destination...

    kb.aspose.cloud/words/java/remove-watermark-fro...
  2. Delete a Section in Word with NET REST API

    Follow this article to delete a section in Word with NET REST API. You will learn how to remove section in Word with Java Low Code API using the Java Cloud SDK....DeleteSectionOnline() method, passing the request object. Retrieve the resulting...

    kb.aspose.cloud/words/java/delete-a-section-in-...
  3. 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...
  4. 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...
  5. 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/...
  6. 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...
  7. Make DOCX In C++

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

    products.aspose.cloud/words/cpp/make/docx/
  8. Make Document In Ruby

    Make a file in your preferred format using Ruby SDK. Easily create a blank 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/
  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. Make WORD In C++

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

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