Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 31,683 for

request

(1.24 sec)
  1. Calendar|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....Requires: request iCalendar to AlternateView request. Type: CalendarAsAlternateR...Returns a File . Requires: request Calendar model and format to...

    docs.aspose.cloud/email/reference-calendar-api/
  2. Working with cURL utility|Aspose Words Cloud Docs

    Using the curl utility to interact with REST APIs...utility Contents [ Hide ] HTTP requests are composed of several components:...headers, query parameters, and request body. Each of these components...

    docs.aspose.cloud/words/getting-started/using-c...
  3. Folder|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.... Requires: request CopyFolder method request. Type: CopyFolderRequest...folder. Requires: request CreateFolder method request. Type: CreateFolderRequest...

    docs.aspose.cloud/email/reference-folder-api/
  4. Account|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....For example, you can use one request to find messages in all accounts...model. Requires: request Get method request. Type: ClientAccountGetRequ...

    docs.aspose.cloud/email/reference-client-accoun...
  5. How to merge multiple Spreadsheet files with As...

    How to merge multiple Spreadsheet files with Aspose.Cells Cloud.... Construct the API Request and Call the API Leverage cloud...Suild merged spreadsheet request var request = new Aspose . Cells...

    docs.aspose.cloud/cells/how-to-merge-multiple-f...
  6. Excel® Spreadsheet Programming API to speed up ...

    API support to build cross-platform applications having the ability to generate, modify, convert, render, and print spreadsheets. It allows developers to manage worksheets, rows, columns & cells, create spreadsheet contents and styles from scratch, import data onto the worksheets from different data sources, add common and complex mathematical, financial, and text formulas, create & manipulate pivot tables, charts, hyperlinks, comments, drawing objects and much more....on; use AsposeCellsCloud::Request::PutConvertWorkbookRe; my $config....xlsx"; my $request = AsposeCellsCloud::Request::PutConvertWorkbookRe->new();...

    products.aspose.cloud/cells/perl/
  7. Set Recognition Quality and Speed|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.... Usage in API Requests The RecognizeApi interface...files using different HTTP request types. Below are the available...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  8. Apose.Imaging Cloud SDK for Node Examples to mo...

    I have downloaded aspose-imaging-cloud-node-master project. and i was trying to run the example project. using the command(node --require ts-node/register lib/imaging-examples.ts --clientId=… --clientSecret=… --baseUrl=……...g-cloud\dist\lib\internal\request-helper.js:136:51 at Generator...g-cloud\dist\lib\internal\request-helper.js:31:71 at new Promise...

    forum.aspose.cloud/t/apose-imaging-cloud-sdk-fo...
  9. Converts a table of spreadsheet on a local driv...

    This method reads a spreadsheet file from the local file system, converts it's table to the desired image file, and returns the converted result. \nThe source file path and target format must be specified correctly. \nEnsure that the necessary permissions are in place to read the source file and write the converted file if applicable. \nThe conversion process occurs entirely on the cloud server, eliminating the need for any cloud storage or external downloads. \nIf the source file does not exist, is inaccessible, or if an error occurs during the conversion process, an appropriate exception will be thrown. \nSupported formats for conversion depend on the available libraries and their capabilities....request.* ; public class Example {...ConvertWorksheetToIm request = new ConvertWorksheetToIm (); request . setSpreadsheet...

    products.aspose.cloud/cells/java/convert-table-...
  10. Converts a range of spreadsheet on a local driv...

    This method reads a spreadsheet file from the local file system, converts it's range to the desired image file, and returns the converted result. \nThe source file path and target format must be specified correctly. \nEnsure that the necessary permissions are in place to read the source file and write the converted file if applicable. \nThe conversion process occurs entirely on the cloud server, eliminating the need for any cloud storage or external downloads. \nIf the source file does not exist, is inaccessible, or if an error occurs during the conversion process, an appropriate exception will be thrown. \nSupported formats for conversion depend on the available libraries and their capabilities....request.* ; public class ConvertSpreadsheetEx...ConvertRangeToImageR request = new ConvertRangeToImageR (); request . setSpreadsheet...

    products.aspose.cloud/cells/java/convert-range-...