Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 32,028 for

request

(1.19 sec)
  1. 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...
  2. Set Barcode Source|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....Examples for ScanApi Using GET Request with File URL <? php use A...Aspose\BarCode\ScanApi ; use Aspose\BarCode\Requests\ScanRequestWrapper ; require_once...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  3. 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/...
  4. Working with batch requests|Documentation

    Working with Batch Requests....Working with batch requests Contents [ Hide ] Aspose.Words REST...REST API provides a ‘Batch Request’ feature that allows developers...

    docs.aspose.cloud/words/batch/
  5. 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...
  6. Save Generated Barcodes|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....Generates a barcode via GET request. generateBody : Generates a...a barcode via POST request with JSON or XML body. generateMultipart...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  7. Error 400 Calling UploadFileAsync method - Free...

    We have been encountering errors when calling Aspose APIs since this morning. A sample Request URL is: http://api.aspose.cloud/v3.0/pdf/storage/file/uploaded_xxxxxxxx/Invoice.pdf This returns a 400 Bad Request error. …... A sample request URL is: http://api.aspose.cloud/v3...pdf This returns a 400 Bad Request error. In the details section...

    forum.aspose.cloud/t/error-400-calling-uploadfi...
  8. 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 html 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...ConvertRangeToHtmlRe request = new ConvertRangeToHtmlRe (); request . setSpreadsheet...

    products.aspose.cloud/cells/java/convert-range-...
  9. How to Get Range Content from an Excel Workshee...

    Learn how to retrieve range content from an Excel worksheet using Aspose.Cells Cloud REST API. Includes Request syntax and sample code.... It is a simple GET request that returns the range data...(or other formats when requested). Request Overview Element Value...

    docs.aspose.cloud/cells/ranges/get/
  10. Converts a chart of spreadsheet on a local driv...

    This method reads a chart of spreadsheet file from the local file system, converts it into the desired image format (e.g., PNG, SVG, Tiff), 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...ConvertChartToImageR request = new ConvertChartToImageR (); request . setSpreadsheet...

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