Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 31,558 for

request

(0.1 sec)
  1. 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/
  2. Make Markdown In Curl

    Make Markdown using cURL SDK. Easily create a blank Markdown in cURL in a few steps....of a new document Create a request to make MD, passing the name.../create method, passing the request Get the result of MD creation...

    products.aspose.cloud/words/curl/make/md/
  3. Make PDF In Ruby

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

    products.aspose.cloud/words/ruby/make/pdf/
  4. 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/
  5. 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/
  6. 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/
  7. Sign Excel Workbook using Node.js | Digitally S...

    Learn how to digitally sign Excel workbooks online using GroupDocs REST API for Node.js. Add electronic signatures to XLS/XLSX using REST API and cURL....Workbook: Now send a POST request to apply the digital signature:...the password as part of the request body. What signature format...

    blog.aspose.cloud/cells/sign-excel-using-nodejs/
  8. 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/
  9. Make Markdown In C++

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

    products.aspose.cloud/words/cpp/make/md/
  10. Convert PDF Document to DOC Format|Documentation

    You can convert PDF to Word by using Aspose.PDF Cloud REST API. The SDKs are available in various languages such as, C#, Java, Python, Ruby, PHP, Node.js, Swift, Android and Go.Please check API Reference page for the description of API&apos;s parameters. The mode parameter of the API allows you to control how a PDF document is converted into a word processing document and it can contain one of the following two values:TextboxThis is the Default mode. This mode is fast and good for maximally preserving the original look of the PDF file, but editability of the resulting document could be limited. Every visually grouped block of text in the original PDF file is converted into a textbook in the resulting document. This achieves a maximal resemblance of the output document to the original PDF file. The output document will look good but it will consist entirely of textboxes and it could make further editing of the document in Microsoft Word quite hard.FlowFull recognition mode, the engine performs grouping and multi-level analysis to restore the original document author&apos;s intent and produce a maximally editable document. The downside is that the output document might look different from the original PDF file....Converts PDF document (in request content) to DOC format and...

    docs.aspose.cloud/pdf/convert-pdf-document-to-d...