Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 67,994 for

path

(0.05 sec)
  1. Read Information about a Presentation|Documenta...

    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 file name of the presentation...string query false The folder path where the presentation file...

    docs.aspose.cloud/slides/read-information-about...
  2. Update picture in an Excel file|Document

    Learn how to update a picture in an Excel worksheet using Aspose.Cells Cloud REST API. This guide provides request details, a cURL example, and SDK code snippets for multiple programming languages....Location Description name string path The name of the Excel document...document. sheetName string path The name of the worksheet that contains...

    docs.aspose.cloud/cells/pictures/update/
  3. Get OLE Object from Excel Worksheet – Aspose.Ce...

    Retrieve an OLE object (image, chart, or embedded file) from a worksheet using Aspose.Cells Cloud REST API. Includes HTTPS endpoint, required parameters, sample cURL, and SDK code in multiple languages....name string path Document name. sheetName string path Worksheet...Worksheet name. objectNumber integer path The object number within the...

    docs.aspose.cloud/cells/oleobjects/get/
  4. Delete a Worksheet Comment|Document

    Learn how to delete a specific cell comment in an Excel worksheet using Aspose.Cells Cloud REST API (v3.0). Includes endpoint, parameters, cURL example, SDK snippets, and error handling....Required Description name string path Yes The name of the Excel document...document. sheetName string path Yes The name of the worksheet...

    docs.aspose.cloud/cells/comments/delete/
  5. Merge PDF Files via Cloud .NET SDK

    Merge multiple PDFs into one with Aspose.PDF Cloud SDK for .NET. Combine documents seamlessly via REST API.... OpenRead ( Path . Combine ( localFolder , fileName...await pdfApi . UploadFileAsync ( Path . Combine ( storageTempFolder...

    products.aspose.cloud/pdf/net/merge/
  6. PDF Format Converter with Aspose.PDF Cloud SDK ...

    Convert PDF to different file formats with Aspose.PDF Cloud SDK for Python. Preserve layout and text structure....import json from pathlib import Path import logging # Configure logging...)) if self . pdf_api : file_path = localFolder + "/" + storagePdfName...

    products.aspose.cloud/pdf/python/conversion/
  7. Convert SVG to PDF via Cloud Java SDK

    Transform SVG graphics into PDF using Aspose.PDF Cloud SDK for Java. Retain precision in visual output....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , SVG_FILE_NAME...

    products.aspose.cloud/pdf/java/conversion/svg-t...
  8. Convert PDF to TEX via Cloud Java SDK

    Turn PDFs into LaTeX (TeX) files with Aspose.PDF Cloud SDK for Java. For advanced academic and technical workflows....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...
  9. Replace Images in PDF via Cloud .NET SDK

    Replace images in PDF documents using your .NET apps via Aspose.PDF Cloud SDK.... OpenRead ( Path . Combine ( LOCAL_FOLDER , PDF_DOCUMENT...await pdfApi . UploadFileAsync ( Path . Combine ( REMOTE_TEMP_FOLDER...

    products.aspose.cloud/pdf/net/images/replace/
  10. Get Slide Comments|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...storage. slideIndex integer path true The 1-based index of a...

    docs.aspose.cloud/slides/get-slide-comments/