Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 68,275 for

path

(0.61 sec)
  1. 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/
  2. 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-...
  3. 通过云端Python SDK替换PDF中的签名

    Aspose.PDF Cloud允许您替换PDF文档中的签名。查看Python源代码以替换PDF文件中的签名。...logging from pathlib import Path from asposepdfcloud import ApiClient...parameters.""" CREDENTIALS_FILE = Path ( r ".../../..credentials.json"...

    products.aspose.cloud/pdf/zh/python/signature/r...
  4. 通过 Cloud Java SDK 添加书签

    使用 Aspose.PDF Cloud SDK for Java 为 PDF 文件添加书签。提升可发现性和索引功能。...Path ; import java.nio.file.StandardCopyOption...Title XYZ" ; String BOOKMARK_PATH = "/1" ; try { PdfApi pdfApi...

    products.aspose.cloud/pdf/zh/java/bookmarks/add/
  5. 通过云 Java SDK 向 PDF 添加表格

    使用 Aspose.PDF Cloud SDK for 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/table/add/
  6. 通过云 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-...
  7. Work with Stamps in PDF via Cloud Python SDK

    Working with Stamps in PDF files using Aspose.PDF Cloud SDK for Python. Enhance discoverability and indexing....import json from pathlib import Path import logging # Configure logging...)) if self . pdf_api : file_path = localFolder + "/" + storagePDFName...

    products.aspose.cloud/pdf/python/stamp/
  8. 通过 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/
  9. Ungroup rows on an Excel Worksheet|Document

    Learn how to ungroup rows in an Excel worksheet using the Aspose.Cells Cloud REST API and SDKs for various programming languages....string path The workbook name. sheetName string path The worksheet...

    docs.aspose.cloud/cells/rows/ungroup/
  10. Get Signature from PDF via Cloud Python SDK

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

    products.aspose.cloud/pdf/python/signature/get/