Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 67,902 for

path

(0.33 sec)
  1. Working with pivot filters|Document

    Learn how to add and manage pivot table filters using the Aspose.Cells Cloud REST API. Includes request syntax, parameter details, cURL example, and SDK code snippets for multiple programming languages....string path The name of the Excel file. sheetName string path The...table. pivotTableIndex integer path Zero‑based index of the pivot...

    docs.aspose.cloud/cells/pivot-tables/add-filters/
  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. Append attachments in PDF documents via Aspose....

    Add attachments to PDF files using Python and Aspose.PDF Cloud SDK. Embed documents, images, and more....the Cloud API Set name with path of your document file Perform...logging from pathlib import Path from asposepdfcloud import ApiClient...

    products.aspose.cloud/pdf/python/attachments/add/
  4. List object insert slicer|Document

    Learn how to insert a slicer into a list object on an Excel worksheet using the Aspose.Cells Cloud REST API....String Path The name of the Excel file. sheetName String Path The...object. listObjectIndex Integer Path The zero‑based index of the...

    docs.aspose.cloud/cells/list-objects/insert-sli...
  5. Add a pivot table in an Excel worksheet|Document

    Aspose.Cells Cloud REST API support adding a pivot table in an Excel worksheet. SDK support kinds of development languages. They include Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and swift....parameters are: Parameter Name Type Path/Query String/HTTPBody Description...name string path Document name. sheetName string path The worksheet...

    docs.aspose.cloud/cells/pivot-tables/add/
  6. Convert PDF to PDF/A via Cloud Java SDK

    Convert PDF to PDF/A format for archiving using Aspose.PDF Cloud SDK for Java. Compliant with long-term storage....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_FILE_NAME...

    products.aspose.cloud/pdf/java/conversion/pdf-t...
  7. Add Links to PDF via Cloud Java SDK

    Insert hyperlinks into PDF files 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/links/add/
  8. Convert PDF to HTML via Cloud Java SDK

    Convert PDF to HTML pages with Aspose.PDF Cloud SDK for Java. Enable web-friendly document viewing....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_FILE_NAME...

    products.aspose.cloud/pdf/java/conversion/pdf-t...
  9. 通过云 .NET SDK 处理 PDF 中的页面

    使用 Aspose.PDF Cloud SDK for .NET 添加、删除、获取和移动 PDF 中的页面。... OpenRead ( Path . Combine ( localFolder , documentName...await pdfApi . UploadFileAsync ( Path . Combine ( remoteFolder , documentName...

    products.aspose.cloud/pdf/zh/net/pages/
  10. Replace Bookmark via Cloud Java SDK

    Replace bookmark in PDF files using Aspose.PDF Cloud SDK for Java. Enhance discoverability and indexing....Path ; import java.nio.file.StandardCopyOption...Title XYZ" ; String BOOKMARK_PATH = "/1" ; try { PdfApi pdfApi...

    products.aspose.cloud/pdf/java/bookmarks/replace/