Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 31,616 for

request

(0.06 sec)
  1. Set Embedded Fonts|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....embedding multiple fonts in one request. You can specify font names...provide the font files in the request body. The second option is...

    docs.aspose.cloud/slides/set-embedded-fonts/
  2. Set Barcode Image Kind|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 RecognitionImageKind parameter...and can be set in several requests within the API. It is available...

    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. 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/
  5. Sending text for conversion|Documentation

    How to send text to Aspose.OCR cloud API to convert it to voice....the text aloud, send a POST request to the https://api.aspose.cloud/v5...endpoint. To authorize the request, pass the access token in Authorization...

    docs.aspose.cloud/ocr/send-text-to-speech/
  6. Our aspose cloud service is returning error 400...

    We are continuously receiving this error in our production environment. The The remote server returned an error: (400) Bad Request. Please can assistance be provided? We did not change our templates....returned an error: (400) Bad Request. Please can assistance be provided...are encountering, “400 Bad Request,” typically indicates that...

    forum.aspose.cloud/t/our-aspose-cloud-service-i...
  7. Convert Word to HTML without using storage - Fr...

    Have an asp.net web application that needs to convert HTML to docx. I’m using the .net word-cloud nuget package and can load the HTML using LoadWebDocumentData. I’d like to convert to docx and stream the file back to t…...HTML content directly in the request body and receive the converted...content as a string. Make a request to the Aspose.Words Cloud API...

    forum.aspose.cloud/t/convert-word-to-html-witho...
  8. 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/...
  9. Converts a spreadsheet in cloud storage to the ...

    This method accesses a spreadsheet file directly from cloud storage, converts it into the desired output format (e.g., XLSX, PDF, CSV), and returns the converted result without downloading the file to the local system. \nEnsure that the cloud storage configuration (such as access credentials and file path) is correctly set up. \nThe conversion process happens entirely within the cloud environment, minimizing data transfer overhead and enhancing security by keeping sensitive data within the cloud infrastructure. \nIf the source file does not exist, or if an error occurs during the conversion process, an appropriate exception will be thrown. \nSupported output formats depend on the underlying conversion service capabilities....request.* ; public class Example {...SaveSpreadsheetAsReq request = new SaveSpreadsheetAsReq (); request . setname...

    products.aspose.cloud/cells/java/save-spreadshe...
  10. Converts the range of spreadsheet in cloud stor...

    This method processes a range of spreadsheet directly in cloud storage, converting it to the Requested output format (PDF, or Image format) without requiring the file to be downloaded to the local machine. \nThe operation relies on valid cloud storage credentials and an accessible file path or identifier. \nThe conversion is performed remotely, reducing data transfer and improving performance for large files. \nIf the source file is not found, access is denied, or an error occurs during conversion, an appropriate exception will be thrown. \nSupported output formats are determined by the capabilities of the underlying cloud conversion service....request.* ; public class Example {...ExportRangeAsFormatR request = new ExportRangeAsFormatR (); request . setname...

    products.aspose.cloud/cells/java/export-range-a...