Sort Score
Result 10 results
Languages All
Labels All
Results 3,351 - 3,360 of 31,686 for

request

(0.52 sec)
  1. Programmatically Manage Microsoft Project File ...

    Manage task assignment, Manage project calendar, Add resource to project or implement MS Project Document to PDF, MPP to HTML or MPP to Excel with REST API...the complex authentication, request and response manipulation is...

    blog.aspose.cloud/total/working-with-project-do...
  2. Align Shapes|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.... AlignSpecialSlideSha Request Parameters Name Type Location...

    docs.aspose.cloud/slides/align-shapes-on-a-spec...
  3. Trying to convert an HTML to a docx file, but s...

    We are testing the HTML to docx conversion in our bubble.io app, but the response doesn’t have the file and status is only pending, we already tried to test it with postman, but still with the same response. image.png (…...add /sync at the end of the request url: https://api.aspose.cloud/v4...

    forum.aspose.cloud/t/trying-to-convert-an-html-...
  4. Vectorize from Base64 – Aspose.HTML Cloud

    Learn how to vectorize Base64-encoded images using Aspose.HTML Cloud API in synchronous and asynchronous modes, with examples in C# and JavaScript....Authorization: Bearer token Request Body: Copy 1 { 2 "InputBase64"...

    docs.aspose.cloud/html/vectorization-api/vector...
  5. 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/
  6. 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/
  7. Questions about document redlining performance ...

    I initially spoke with your sales team regarding licensing and pricing, and they kindly directed me to the forums for more detailed technical and performance-related questions. I’m therefore providing the Requested techn…...I’m therefore providing the requested technical details below so...observed that: Cloud comparison requests timed out after approximately...

    forum.aspose.cloud/t/questions-about-document-r...
  8. Ruby Split HTML REST API

    Split HTML file in Ruby using REST API....html' ) request = SplitDocumentOnlineR .new(...@words_api .split_document_online(request) Run code Copy Ruby code to...

    products.aspose.cloud/words/ruby/split/html/
  9. Ruby Split DOC REST API

    Split DOC file in Ruby using REST API....doc' ) request = SplitDocumentOnlineR .new(...@words_api .split_document_online(request) Run code Copy Ruby code to...

    products.aspose.cloud/words/ruby/split/doc/
  10. PHP Split DOCX REST API

    Split DOCX file in PHP using REST API....docx" ; $request = new SplitDocumentOnlineR...-> splitDocumentOnline ( $request ); Run code Copy PHP code to...

    products.aspose.cloud/words/php/split/docx/