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

request

(0.2 sec)
  1. 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/...
  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. MoveFolderRequest|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....MoveFolderRequest Contents [ Hide ] Request model for EmailCloud.CloudStorage...

    docs.aspose.cloud/email/reference-model-move-fo...
  4. Merge Presentations Saved to Storage|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.... Merge Request Parameters Name Type Location...presentations are merged. request object body true The information...

    docs.aspose.cloud/slides/merge-presentations-sa...
  5. 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....PutConvertWorkbookRe request = new PutConvertWorkbookRe(); request.setFormat(format);...GetFileHolder(localName) ); request.setFile(fileMap); File response...

    products.aspose.cloud/cells/java/
  6. Working with View Properties|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.... GetViewProperties Request Parameters Name Type Location...storage. SetViewProperties Request Parameters Name Type Location...

    docs.aspose.cloud/slides/working-with-view-prop...
  7. Excel to PNG|Document

    Convert Excel spreadsheets to PNG images using Aspose.Cells Cloud REST API. Supports multiple SDKs and provides detailed examples for various programming languages.... Request Body Parameter Parameter Name...first part of the multipart request. Response FileInfo REST API...

    docs.aspose.cloud/cells/convert-excel-file-to-p...
  8. Excel to SQL|Document

    Convert Excel spreadsheets to SQL files using Aspose.Cells Cloud REST API. Supports multiple SDKs and programming languages for seamless integration.... Request Body Parameter Parameter Name...included as the first part of the request. Response FileInfo REST API...

    docs.aspose.cloud/cells/convert-excel-file-to-s...
  9. I'm trying convert word file to pdf, but not wo...

    I’m trying convert word file to pdf, but not working my code. Before it’s works. $docxFile = $filePath; $pdfFileName = 'destination.pdf'; $api = new WordsApi($clientId, $clientSecret); $upload_…...$clientSecret); $upload_request = new Requests\UploadFileRequest($docxFile...= $api->uploadFile($upload_request); // save as pdf file $saveOptions...

    forum.aspose.cloud/t/im-trying-convert-word-fil...
  10. How can i convert a chart to image with aspose ...

    How can I convert a chart to an image using Aspose Cloud in Python? Hi everyone, I’m trying to convert a chart (e.g., from an Excel or Word document) into an image using Aspose Cloud with Python, but I’m not sure how to…...requests import * EmployeeSalesSummary...“PythonSDK/EmployeeSalesSummary.xlsx”)) request = GetWorksheetChartReq( EmployeeSalesSummary...

    forum.aspose.cloud/t/how-can-i-convert-a-chart-...