Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 68,358 for

path

(0.12 sec)
  1. 通过 Aspose.Pdf Cloud Python SDK 在 PDF 文档中附加附件

    使用 Python 和 Aspose.PDF Cloud SDK 向 PDF 文件添加附件。嵌入文档、图像等。...logging from pathlib import Path from asposepdfcloud import ApiClient...parameters.""" CREDENTIALS_FILE = Path ( r "C: \\ Projects \\ ASPOSE...

    products.aspose.cloud/pdf/zh/python/attachments...
  2. Aspose.Cells Cloud API – Update Chart Value Axi...

    Learn how to update the value axis of a chart in an Excel worksheet using the Aspose.Cells Cloud REST API. Includes endpoint, parameters, request‑body schema, sample cURL/JSON payload, and error‑response details....Location Description name string path Name of the Excel file stored...the cloud. sheetName string path Name of the worksheet that contains...

    docs.aspose.cloud/cells/charts/value-axis/update/
  3. Working with Autofit on an Excel Worksheet|Docu...

    Learn how to automatically resize rows and columns in an Excel worksheet using Aspose.Cells Cloud REST API. Includes cURL, .NET, Java, and Python examples....}/autofit/column sheetName (path) columnIndex (query) none {.../autofit/columns sheetName (path) startColumn , endColumn (query)...

    docs.aspose.cloud/cells/worksheets/autofit/
  4. 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...
  5. Get All Worksheet Validations from an Excel Wor...

    Retrieve all worksheet validations from an Excel worksheet using the Aspose.Cells Cloud REST API. Supports multiple SDKs (C#, Java, PHP, Ruby, Node.js, Python, Perl, Go) for rapid integration....string path Name of the Excel document. sheetName string path Name... folder string query Folder path where the document is stored...

    docs.aspose.cloud/cells/validations/get-all/
  6. 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...
  7. Download a Presentation in a Specified Format f...

    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...presentation. format string path true The desired format for the...

    docs.aspose.cloud/slides/download-a-presentatio...
  8. Calculate Cell Formula – Aspose.Cells Cloud API...

    Calculate an Excel cell formula via Aspose.Cells Cloud REST API (v3.0). Includes endpoint, parameters, cURL example, and SDK snippets....location (path/query/body) Description name string path Name of...Book1.xlsx ). sheetName string path Name of the worksheet that contains...

    docs.aspose.cloud/cells/calculate-cells-formula/
  9. 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/
  10. 通过云 Java SDK 旋转 PDF

    使用 Aspose.PDF Cloud 执行 PDF 页面旋转。查看 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/rotate/