Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 68,000 for

path

(0.04 sec)
  1. 通过云 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/rep...
  2. 通过云 Java SDK 将 PDF 转换为 XPS

    使用 Aspose.PDF Cloud SDK for Java 将 PDF 文件转换为 XPS 文档。保留布局和矢量数据。...Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_FILE_NAME...

    products.aspose.cloud/pdf/zh/java/conversion/pd...
  3. 通过云 Java SDK 将 PDF 转换为 Microsoft PowerPoint PPT...

    使用 Aspose.PDF Cloud SDK for Java 将 PDF 文档转换为 PowerPoint PPTX。将报告转换为演示文稿。...Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_FILE_NAME...

    products.aspose.cloud/pdf/zh/java/conversion/pd...
  4. 通过云 Java SDK 将 PDF 转换为 PDF/A

    使用 Aspose.PDF Cloud SDK for Java 将 PDF 转换为用于归档的 PDF/A 格式。符合长期存储要求。...Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_FILE_NAME...

    products.aspose.cloud/pdf/zh/java/conversion/pd...
  5. 通过云 Java SDK 将 PDF 转换为 TIFF 图像

    使用 Aspose.PDF Cloud SDK for Java 将 PDF 文件转换为 TIFF 格式。非常适合传真和归档。...Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_FILE_NAME...

    products.aspose.cloud/pdf/zh/java/conversion/pd...
  6. Add Strikeout Annotations to PDFs via Cloud Jav...

    Insert Strikeout 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/stri...
  7. Get a list of files from a folder in Cloud Stor...

    Get a list of files from a folder in Cloud Storage programmatically via Cloud API..../words/storage/folder/{path} , where: path (required) — folder path e.g. ‘/folder’...

    docs.aspose.cloud/words/files-and-storage/get-f...
  8. Copy Rows on an Excel Worksheet|Document

    Learn how to copy rows in an Excel worksheet using Aspose.Cells Cloud REST API (v3.0). Includes authentication steps, request/response details, error handling, and SDK examples....string path The workbook file name. sheetName string path The worksheet...sheetName . folder string query Path to the folder containing the...

    docs.aspose.cloud/cells/rows/copy/
  9. Update an OLE Object in an Excel Worksheet|Docu...

    Learn how to update an OLE object (image, chart, etc.) in an Excel worksheet using Aspose.Cells Cloud REST API. Includes cURL, SDK examples, authentication steps, and error handling....string path The workbook name. sheetName string path The worksheet...name. oleObjectIndex integer path Index of the OLE object within...

    docs.aspose.cloud/cells/oleobjects/update/
  10. Resize PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to resize PDF Document. Check the Python source code to resize PDF file....file to Aspose Cloud Set up path and parameters for conversion...logging from pathlib import Path from asposepdfcloud import PdfApi...

    products.aspose.cloud/pdf/python/resize/