Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 31,709 for

request

(0.53 sec)
  1. 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 IScanApi Using GET Request with File URL using Aspose...BarcodeValue}'" ); } } Using POST Request with Base64 Encoded Image using...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  2. 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/...
  3. DisposableEmail|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 IsDisposable method request. Type: DisposableEmailIsDis...

    docs.aspose.cloud/email/reference-disposable-em...
  4. 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 import os from..."__main__" : main () Using POST Request with Base64 Encoded Image import...

    docs.aspose.cloud/barcode/v4.0/developer-guide/...
  5. Convert JPG to SVG in Python throws 404 error -...

    Hello! I’m trying to convert jpg to svg but get an ApiException: “404 Error connecting to the API” (Message: “Not Found”). I simply used your readme example after registering. Here is my code (I also tried to send “Conve…..._secret”, “my_client_id”) request = im.ConvertImageRequest("...imaging_api.convert_image(request) tilal.ahmad December 4, 2021...

    forum.aspose.cloud/t/convert-jpg-to-svg-in-pyth...
  6. Fetching label recognition result|Documentation

    How to get the label or sign recognition result from the Aspose.OCR Cloud queue....obtain the result, send a GET request to the https://api.aspose.cloud/v5...endpoint. To authorize the request, pass the access token in Authorization...

    docs.aspose.cloud/ocr/fetch-label-recognition-r...
  7. Fetching PDF converted from DjVu|Documentation

    How to get the PDF document converted from DjVu file from the Aspose.OCR Cloud queue....obtain the result, send a GET request to the https://api.aspose.cloud/v5...endpoint. To authorize the request, pass the access token in Authorization...

    docs.aspose.cloud/ocr/fetch-djvu-conversion-res...
  8. Execute Mail Merge of Any Type to Create Documents

    This post covers how to merge multiple PDF files into a single PDF file in PHP. Aspose.PDF Cloud allows you to create, update, merge, split or convert PDFs....resource can be used and a PUT request can be sent (specifying options...resource can be used and a POST request can be sent (specifying options...

    blog.aspose.cloud/total/add-update-or-delete-pi...
  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...