Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 31,679 for

request

(0.62 sec)
  1. 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 pdf 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 {...ConvertTableToPdfReq request = new ConvertTableToPdfReq (); request . setSpreadsheet...

    products.aspose.cloud/cells/java/convert-table-...
  2. 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 csv file, and returns the converted result.he source file path and target format must be specified correctly.Ensure that the necessary permissions are in place to read the source file and write the converted file if applicable. The conversion process occurs entirely on the cloud server, eliminating the need for any cloud storage or external downloads. If the source file does not exist, is inaccessible, or if an error occurs during the conversion process, an appropriate exception will be thrown.Supported formats for conversion depend on the available libraries and their capabilities....request.* ; public class ConvertSpreadsheetEx...ConvertRangeToCsvReq request = new ConvertRangeToCsvReq (); request . setSpreadsheet...

    products.aspose.cloud/cells/java/convert-range-...
  3. Authorization|Documentation

    How to get an access token and use it to authorize Aspose.OMR Cloud API Requests....Now request an access token by sending the POST request to https://api...following parameters in the request body (x-www-form-urlencoded):...

    docs.aspose.cloud/omr/authorization/
  4. File|Aspose Words Cloud Docs

    File...File Contents [ Hide ] Request Response Model Copy CopyFileRequest...datetime. RequestId string The request id. FilesList Represents a...

    docs.aspose.cloud/words/spec/file/
  5. Convert Using Font Fallback Rules|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....Convert presentation from request content to format specified...Convert presentation from request content to format specified...

    docs.aspose.cloud/slides/convert-using-font-fal...
  6. 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 pdf 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 {...ConvertRangeToPdfReq request = new ConvertRangeToPdfReq (); request . setSpreadsheet...

    products.aspose.cloud/cells/java/convert-range-...
  7. 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 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 Example {...ConvertTableToHtmlRe request = new ConvertTableToHtmlRe (); request . setSpreadsheet...

    products.aspose.cloud/cells/java/convert-table-...
  8. Authenticating API Requests|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....Authenticating API Requests Contents [ Hide ] There is only one...APIs from the Authorization request header. What is a JSON Web...

    docs.aspose.cloud/total/getting-started/rest-ap...
  9. Fetching regions recognition result|Documentation

    How to get the region recognition result from the Aspose.OCR Cloud queue....submitted for recognition, the request is queued to ensure a stable...obtain the result, send a GET request to the https://api.aspose.cloud/v5...

    docs.aspose.cloud/ocr/fetch-region-recognition-...
  10. How to Work with Visibility on an Excel Workshe...

    Learn to programmatically hide or unhide Excel worksheets using Aspose.Cells Cloud REST API. Includes Request URLs, cURL & .NET SDK examples, error handling, and version‑specific notes.... Hide a Worksheet Request PUT https://api.aspose.cloud/v3..."client_id" , "client_secret" ); var request = new Visibility { Visible...

    docs.aspose.cloud/cells/worksheets/panes/