Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 68,072 for

path

(1.2 sec)
  1. MoveFolderRequest|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....Notes srcPath string Folder path to move e.g. ‘/folder’ destPath...destPath string Destination folder path to move to e.g ‘/dst’ srcStorageName...

    docs.aspose.cloud/email/reference-model-move-fo...
  2. ObjectExistsRequest|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....Description Notes path string File or folder path e.g. ‘/file.ext’...

    docs.aspose.cloud/email/reference-model-object-...
  3. Update Chart Title in Excel Worksheet|Document

    Learn how to update a chart title in an Excel worksheet using Aspose.Cells Cloud REST API, cURL, and various SDKs....name string path Workbook name. sheetName string path Worksheet...Worksheet name. chartIndex integer path Zero‑based index of the chart...

    docs.aspose.cloud/cells/charts/title/update/
  4. Get Chart Area Fill Format – Aspose.Cells Cloud...

    Retrieve the fill format (color, pattern, gradient) of a chart area in an Excel worksheet via Aspose.Cells Cloud API. Includes cURL example, SDK code snippets, and required authentication steps....name string path Workbook name. sheetName string path Worksheet...Worksheet name. chartIndex integer path Index of the chart. folder string...

    docs.aspose.cloud/cells/charts/chart-area/fill-...
  5. Align Shapes|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 presentation file name...name. slideIndex integer path true The 1-based index of the presentation...

    docs.aspose.cloud/slides/align-shapes/
  6. Work with Bookmarks in PDF via Cloud Java SDK

    Working with bookmarks in PDF files using Aspose.PDF Cloud SDK for Java. Enhance discoverability and indexing....Bookmarks in PDF Get Bookmarks by path in PDF Delete Bookmarks from...File ; import java.nio.file.Path ; import java.nio.file.StandardCopyOption...

    products.aspose.cloud/pdf/java/bookmarks/
  7. Parse Pdf for Tables extraction via Cloud Java SDK

    Parse PDF files for Tables extraction using Aspose.PDF Cloud SDK for Java. Enhance discoverability and indexing....Path ; import com.google.gson.Gson...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/java/parser/tables/
  8. Extract Bookmarks from PDF via Cloud Python SDK

    Extract all bookmarks from PDFs using Python with Aspose.PDF Cloud SDK. Analyze and export document structure....PDF document using bookmark path Extract Bookmarks from PDF using...logging from pathlib import Path from asposepdfcloud import ApiClient...

    products.aspose.cloud/pdf/python/bookmarks/extr...
  9. Delete Bookmark via Cloud Java SDK

    Delete Bookmark from PDFs using Aspose.PDF Cloud SDK for Java....Path ; import java.nio.file.StandardCopyOption...tput.pdf" ; String BOOKMARK_PATH = "/1" ; try { PdfApi pdfApi...

    products.aspose.cloud/pdf/java/bookmarks/remove/
  10. Remove Stamp from PDFs via Cloud Java SDK

    Delete stamps from PDF documents using Java and Aspose.PDF Cloud SDK....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/java/stamp/remove/