Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 68,072 for

path

(2.17 sec)
  1. Get text items from an Excel workbook|Document

    Retrieve text items from an Excel workbook using the Aspose.Cells Cloud REST API. The API is available through various SDKs for languages such as C#, Java, Python, PHP, Ruby, Go, Node.js, Perl, and Swift....Location Description name string path The name of the workbook file...folder string query The folder path in storage where the workbook...

    docs.aspose.cloud/cells/workbook/get-text-items/
  2. Set page setup for a worksheet|Document

    Learn how to set the page setup for an Excel worksheet using Aspose.Cells Cloud REST API. Includes request details, a cURL example, response format, and SDK code snippets for multiple programming languages....name string path Document name. sheetName string path The worksheet...

    docs.aspose.cloud/cells/set-page-setup/
  3. How to Apply a PowerPoint Master/Theme from One...

    Hi team, I’m working on a PowerPoint Add-in using Office.js (taskpane) and a NestJS backend. The client requirement is to allow users to apply a branded PowerPoint template (master slide + theme) to their existing prese…... You can specify their paths when calling the copyMasterSlide()...error is caused by an incorrect path to the original file. Do not...

    forum.aspose.cloud/t/how-to-apply-a-powerpoint-...
  4. Convert PDF to Images BMP via Cloud Java SDK

    Convert PDFs to BMP image format with Aspose.PDF Cloud SDK for Java. High-resolution output for your PDFs....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...
  5. Compress PDF via Cloud Node.js SDK

    Aspose.PDF Cloud allows you to optimize PDF Document. Check the Node.js source code to compress PDF file....'node:fs/promises' ; import path from 'node:path' ; import { PdfApi }...localFolder ) { const fileNamePath = path . join ( configParams . LOCAL_FOLDER...

    products.aspose.cloud/pdf/nodejs/compress/
  6. Add Images to PDF via Cloud .NET SDK

    Add images to PDF documents in your .NET apps using Aspose.PDF Cloud SDK.... UploadFileAsync ( Path . Combine ( storageTempFolder...await pdfApi . UploadFileAsync ( Path . Combine ( storageTempFolder...

    products.aspose.cloud/pdf/net/images/add/
  7. Work with Footer in PDF via Cloud .NET SDK

    Adding footers to PDF pages using Aspose.PDF Cloud SDK in .NET. Branding, signatures, and more.... UploadFileAsync ( Path . Combine ( storageTempFolder...await pdfApi . UploadFileAsync ( Path . Combine ( storageTempFolder...

    products.aspose.cloud/pdf/net/footers/
  8. Add Image to the Footers of PDFs via Cloud .NET...

    Add image footers to PDF documents using Aspose.PDF Cloud SDK in .NET. Branding, signatures, images, footers, headers and more.... UploadFileAsync ( Path . Combine ( storageTempFolder...await pdfApi . UploadFileAsync ( Path . Combine ( storageTempFolder...

    products.aspose.cloud/pdf/net/footers/image/
  9. 通过云 Java SDK 从 PDF 中按 Id 删除表格

    使用 Aspose.PDF Cloud SDK for Java 按 Id 从 PDF 中删除表格。通过 Id 从文档中移除表格。...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-...
  10. 通过 Cloud .NET SDK 在 PDF 页脚中添加图像

    使用 Aspose.PDF Cloud SDK 在 .NET 中向 PDF 页面添加图像页脚。品牌标识、签名等。... OpenRead ( Path . Combine ( localFolder , documentName...await pdfApi . UploadFileAsync ( Path . Combine ( remoteFolder , documentName...

    products.aspose.cloud/pdf/zh/net/footers/image/