Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 68,393 for

path

(3.29 sec)
  1. Working with Excel Comments|Document

    Learn how to programmatically add, retrieve, update, and delete Excel comments using the Aspose.Cells Cloud REST API (v3.0). Includes request/response examples, prerequisites, version info, and error‑handling guidance....Content-Type: application/json Path parameters Parameter Type Required...Authorization: Bearer {access_token} Path parameters Parameter Type Required...

    docs.aspose.cloud/cells/comments/
  2. Get a VBA Project|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....Required Description name string path true The name of a presentation...folder string query false The path to the folder containing the...

    docs.aspose.cloud/slides/get-a-vba-project/
  3. Merge Multiple PDF Files|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....passed in the /pdf/{name}/merge path variable String mergeDocuments...merged into the named document path parameter file cURL Example...

    docs.aspose.cloud/pdf/merge-multiple-pdf-files/
  4. Show Chart Legend in a Worksheet|Document

    Learn how to display a chart legend in an Excel worksheet using the Aspose.Cells Cloud REST API (v3.0). Includes endpoint details, parameters, a cURL example, and SDK snippets....string path The workbook filename. sheetName string path The worksheet...the chart. chartIndex integer path The zero‑based index of the...

    docs.aspose.cloud/cells/charts/legend/show/
  5. Copy a Layout Slide|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....Required Description name string path true The name of a destination...folder string query false The path to the folder containing the...

    docs.aspose.cloud/slides/copy-a-layout-slide/
  6. Delete multiple rows from an Excel worksheet|Do...

    Learn how to delete one or more rows from an Excel worksheet using Aspose.Cells Cloud REST API. Includes endpoint details, parameters, a cURL example, and SDK code samples for various languages....parameters Parameter Name Type Path / Query String / HTTP Body Description...string path The workbook name. sheetName string path The worksheet...

    docs.aspose.cloud/cells/rows/delete/rows/
  7. Replace Text with Formatting|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....Required Description name string path true The name of a presentation...folder string query false The path to the folder containing the...

    docs.aspose.cloud/slides/replace-text-with-form...
  8. Delete a Date Filter – Aspose.Cells Cloud|Document

    Learn how to delete a date filter from an Excel worksheet using the Aspose.Cells Cloud REST API. Includes endpoint, parameters, HTTPS cURL example, response payload, and SDK code samples....string path Name of the Excel file. sheetName string path Worksheet... folder string query Folder path in storage where the file is...

    docs.aspose.cloud/cells/autofilter/delete-date-...
  9. Convert PDF to Images BMP via Cloud Java SDK

    Convert PDFs to BMP image format with Aspose.PDF Cloud SDK for Java. High-resolution output for your PDFs....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_FILE_NAME...

    products.aspose.cloud/pdf/java/conversion/pdf-t...
  10. Compress PDF via Cloud Node.js SDK

    Aspose.PDF Cloud allows you to optimize PDF Document. Check the Node.js source code to compress PDF file....'node:fs/promises' ; import path from 'node:path' ; import { PdfApi }...localFolder ) { const fileNamePath = path . join ( configParams . LOCAL_FOLDER...

    products.aspose.cloud/pdf/nodejs/compress/