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

path

(1.42 sec)
  1. Add Signature to PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to add a Signature to a PDF Document. Check the Python source code to add a Signature into PDF file....logging from pathlib import Path from asposepdfcloud import ApiClient...parameters.""" CREDENTIALS_FILE = Path ( r ".../../..credentials.json"...

    products.aspose.cloud/pdf/python/signature/add/
  2. 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...
  3. Extract Shapes from a Group Shape|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....parameter that allows to specify path to the sub-shape to be retrieved...retrieved. The sub-shape path is a string that contains shape index...

    docs.aspose.cloud/slides/extract-shapes-from-a-...
  4. The format is wrong when saving word as pdf fil...

    The logo duplicated after save word to pdf The word: image.png (99.9 KB) The pdf: 1734509357247.png (39.5 KB) Code: String Path = “C:\Users\z_jia\Desktop\a\a.docx”; Document word = new Document(Path); word.save(“…...5 KB) Code: String path = “C:\Users\z_jia\Desktop\a\a...Document word = new Document(path); word.save(“C:\Users\z_jia\Desktop\a\a...

    forum.aspose.cloud/t/the-format-is-wrong-when-s...
  5. 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/
  6. Create a folder in Cloud Storage online|Documen...

    Create a folder in Cloud Storage programmatically via Cloud API....r/{path} , where: path (required) — target folder’s path e.g...

    docs.aspose.cloud/words/files-and-storage/creat...
  7. 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/
  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. Match all non‑blank cells in an Excel worksheet...

    Learn how to use Aspose.Cells Cloud REST API to match all non‑blank cells in an AutoFilter list on an Excel worksheet. Includes endpoint, parameters, authentication, response schema, error codes, and SDK examples....string path The name of the Excel file. sheetName string path The...string query (Optional) Folder path where the file is stored. storageName...

    docs.aspose.cloud/cells/autofilter/match-all-no...
  10. 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/