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

path

(1.72 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. 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/
  3. Verify Signature in PDF via Cloud Python SDK

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

    products.aspose.cloud/pdf/python/signature/verify/
  4. Export Excel Range to PDF, PNG, CSV – Aspose.Ce...

    Learn how to convert a specific Excel range stored in Aspose Cells Cloud to PDF, PNG, CSV or other formats. Includes endpoint details, parameters, sample requests, response handling, and error information....Location Description name String Path (Required) The name of the workbook...retrieved. worksheet String Path The worksheet name of the spreadsheet...

    docs.aspose.cloud/cells/export-range-as-format/
  5. Working with Excel Comments|Document

    Learn how to add, retrieve, update, and delete Excel comments using Aspose.Cells Cloud REST API v3.0 with code examples, prerequisites, and error handling....Content-Type: application/json Path parameters Parameter Type Required...Authorization: Bearer {access_token} Path parameters Parameter Type Required...

    docs.aspose.cloud/cells/comments/
  6. 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/
  7. 通过云 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/
  8. Creating an AcroForm via Cloud Java SDK

    Add new form fields to PDFs with Aspose.PDF Cloud for Java. Create interactive AcroForms in seconds....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/java/acroforms/add/
  9. Add Text Stamps to PDFs via Cloud Java SDK

    Insert text stamps into PDFs with Aspose.PDF Cloud SDK for Java....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/java/stamp/text/
  10. Add Text Annotations to PDFs via Cloud Java SDK

    Add text annotations to PDF documents using Aspose.PDF Cloud Java SDK....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/java/annotations/text/