Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 67,902 for

path

(0.59 sec)
  1. Delete all pictures in an Excel worksheet|Document

    Learn how to use Aspose.Cells Cloud REST API to delete all pictures from a specific worksheet in an Excel file. Includes cURL examples and SDK code snippets for multiple programming languages....string Path Name of the Excel file. sheetName string Path Name...

    docs.aspose.cloud/cells/pictures/clear/
  2. Delete a Main Sequence|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/delete-a-main-sequence/
  3. Get a Particular Document Property|Document

    The Aspose.Cells Cloud REST API enables retrieval of document properties from Excel files. This page explains the GET request for a specific property and provides examples using cURL and various SDKs....Location Description name string path The name of the Excel file.... propertyName string path The name of the document property to...

    docs.aspose.cloud/cells/document-properties/get/
  4. Add a Shape to 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 shape that will be the...the new shape. The sub-shape path is a string that contains shape...

    docs.aspose.cloud/slides/add-a-shape-to-a-group...
  5. Add Custom 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....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/add-custom-properties/
  6. 通过云端 Python SDK 从 PDF 中删除书签

    使用 Aspose.PDF Cloud SDK 在 Python 中从 PDF 中删除书签。清理过时的导航元素。...logging from pathlib import Path from asposepdfcloud import ApiClient...parameters.""" CREDENTIALS_FILE = Path ( r "C: \\ Projects \\ ASPOSE...

    products.aspose.cloud/pdf/zh/python/bookmarks/r...
  7. Retrieve PDF Page Information|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....The name of the PDF Document path String pageNumber True The page...page number of the PDF Document path Integer Resource The following...

    docs.aspose.cloud/pdf/retrieve-pdf-page-informa...
  8. 通过 Cloud Java SDK 在 PDF 中处理批注

    使用 Aspose.PDF Cloud SDK for Java 管理 PDF 中的批注。...Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/zh/java/annotations/
  9. 通过云 Java SDK 替换文本批注

    使用 Aspose.PDF Cloud SDK for Java 替换 PDF 中的文本批注。...Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/zh/java/annotations/t...
  10. 通过云 Java SDK 从 PDF 中删除表格

    使用 Aspose.PDF Cloud SDK for Java 从 PDF 中删除表格。删除文档中的所有表格。...Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/zh/java/table/delete/