Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 29,934 for

request

(0.03 sec)
  1. C# Split DOC REST API

    Split DOC file in C# using REST API....doc" ); var request = new SplitDocumentOnlineR(document:...wordsApi.SplitDocumentOnline(request); Run code Copy C# code to...

    products.aspose.cloud/words/net/split/doc/
  2. Convert Data from Excel to JSON using C# REST API

    Follow this article to convert data from Excel to JSON using C# REST API. You will learn to develop an XLS to JSON converter using C# REST Interface with a .NET-based Cloud SDK....process Prepare the file upload request by specifying where it should...

    kb.aspose.cloud/cells/net/convert-data-from-exc...
  3. Change Font in Word with NET REST API

    Follow this article to change font in Word with NET REST API. You will learn to automatically change font size in Word with C# Low Code API using a .NET cloud SDK....size, and italic Create the request object using the UpdateRunFontOnlineR...

    kb.aspose.cloud/words/net/change-font-in-word-w...
  4. Split PDF files into Separate Files, Images or ...

    Split PDF files as separate files while choosing the file format as a new PDF, image, or MS Word documents. Split all pages of PDF or split specific pages.... The file is sent through request stream to Aspose Cloud servers...

    blog.aspose.cloud/ocr/extract-text-from-images-...
  5. Optical mark recognition with Aspose.OMR Cloud API

    Optical mark recognition, OMR, recognize scanned images and even photos with high accuracy. Recognize data from tests, exams, questionnaires, surveys.... The request body and parameters do not...

    blog.aspose.cloud/total/aspose.cloud-newsletter...
  6. Create PDF from HTML templates using Aspose.PDF...

    You can merge multiple presentations into a single presentation. Merge slides of presentation specifically if you want few to merge in PPTX....Storage or send the document as request stream to Aspose Cloud API...

    blog.aspose.cloud/words/create-ms-word-document...
  7. C++ Convert A File Word, PDF, JPG REST API

    Convert files programmatically in C++ using REST API between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....std::shared_ptr<requests::ConvertDocumentReque> request ( new requests::C...wordsApi-> convertDocument (request); Run code Copy C++ code to...

    products.aspose.cloud/words/cpp/conversion/
  8. Set Target Barcode Types|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....to recognize when sending requests, including formats like Aztec...to send barcode recognition requests using either a file URL, a...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  9. Mail Merge In C++

    Create personalized documents, automate emails, generate reports using Mail merge in C++. Mail merge Word or PDF templates with your data using C++....std::istream::binary)); std::shared_ptr<requests::ExecuteMailMergeOnli> executeMailMergeOnli...executeMailMergeOnli ( new requests::ExecuteMailMergeOnli( template...

    products.aspose.cloud/words/cpp/mailmerge/
  10. Java Convert A File Word, PDF, JPG REST API

    Convert files programmatically in Java using REST API between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....toAbsolutePath()); ConvertDocumentReque request = new ConvertDocumentReque...= wordsApi.convertDocument(request); Run code Copy Java code to...

    products.aspose.cloud/words/java/conversion/