Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 31,681 for

request

(0.36 sec)
  1. C# Convert PDF To DOC REST API

    Convert PDF to DOC in C# using REST API. Save PDF as DOC using C#....pdf" ); var request = new ConvertDocumentReque(doc...await wordsApi.ConvertDocument(request); Run code Copy C# code to...

    products.aspose.cloud/words/net/conversion/pdf-...
  2. C# .NET: Convert MPP to PDF | Export MS Project...

    Learn how to convert Microsoft Project (MPP) files to PDF format using a secure .NET REST API. This detailed guide explains automated MPP to PDF conversion with C# and REST....ReturnAsZipArchive = false }; Define a request object specifying the source...credentials during the API request. Can I control page layout...

    blog.aspose.cloud/tasks/convert-mpp-to-pdf-in-c...
  3. Aspose.Cells Cloud Add Text API – Add Text to M...

    Insert prefixes, suffixes, or custom labels into many Excel cells in one call with Aspose.Cells Cloud. Choose start, end, before or after any text. Supports range, worksheet, and empty‑cell handling....0/cells/content/add/text The request parameters of the AddText API...} } ] Error Codes 400 Bad Request : Invalid Aspose.Cells Cloud...

    docs.aspose.cloud/cells/add-text/
  4. Custom Fonts Slowing Down Slides Cloud API Call...

    Hi, we are a customer on the Cloud Total Plan. We are using Aspose to convert slides to images using the Python library. For convert Slides to images using Aspose Slides Cloud API via Python package, if we provide font f…... We have noticed the request time go from 20 seconds to...a significant increase in request time, from 20 seconds to around...

    forum.aspose.cloud/t/custom-fonts-slowing-down-...
  5. Make DOCX In Go

    Make DOCX using Go SDK. Easily create a blank DOCX in Go in a few steps....new DOCX document Create a request to make DOCX, passing the name...CreateDocument() method, passing the request Get the result of DOCX creation...

    products.aspose.cloud/words/go/make/docx/
  6. Deleted page beaks on split document - Free Sup...

    Hello, We are using the split document API, and we have the problem that this api deletes page breaks and, for some reason, section breaks could be placed in the wrong place in text (from one clause to another). We are…...like oneDocument: true to the request, which would ensure that the...is not feasible, you could request that the API retains page breaks...

    forum.aspose.cloud/t/deleted-page-beaks-on-spli...
  7. C++ Split TXT REST API

    Split TXT file in C++ using REST API....std::shared_ptr<requests::SplitDocumentOnlineR> request ( new requests::C...wordsApi-> splitDocumentOnline (request); Run code Copy C++ code to...

    products.aspose.cloud/words/cpp/split/txt/
  8. C++ Split DOC REST API

    Split DOC file in C++ using REST API....std::shared_ptr<requests::SplitDocumentOnlineR> request ( new requests::C...wordsApi-> splitDocumentOnline (request); Run code Copy C++ code to...

    products.aspose.cloud/words/cpp/split/doc/
  9. Python Split DOCX REST API

    Split DOCX file in Python using REST API...., 'rb' ) request = asposewordscloud.models.requests.SplitDocumentOnlineR(...words_api.split_document_online(request) Run code Copy Python code...

    products.aspose.cloud/words/python/split/docx/
  10. Python Split PDF REST API

    Split PDF file in Python using REST API...., 'rb' ) request = asposewordscloud.models.requests.SplitDocumentOnlineR(...words_api.split_document_online(request) Run code Copy Python code...

    products.aspose.cloud/words/python/split/pdf/