Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 68,000 for

path

(0.43 sec)
  1. Create a New Presentation|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 file name for the new...string query false The folder path where the new presentation will...

    docs.aspose.cloud/slides/create-a-new-presentat...
  2. Delete an OLE object in an Excel worksheet|Docu...

    Learn how to delete an OLE object from an Excel worksheet using the Aspose.Cells Cloud REST API (v4.0). Includes HTTPS endpoint, authentication steps, cURL example, SDK snippets, error‑handling guidance, and next‑step links....string path The workbook name. sheetName string path The worksheet...name. oleObjectIndex integer path Index of the OLE object to be...

    docs.aspose.cloud/cells/oleobjects/delete/
  3. Add Format Condition|Document

    Learn how to add a format condition to an Excel worksheet using Aspose.Cells Cloud REST API (v3.0). Includes request syntax, parameters, cURL example, and SDK snippets....Location Description name string path The name of the Excel workbook...workbook. sheetName string path The name of the worksheet that contains...

    docs.aspose.cloud/cells/conditional-formattings...
  4. 通过云 Java SDK 将 PCL 转换为 PDF

    使用 Aspose.PDF Cloud SDK for Java 将 PCL 打印文件转换为 PDF。非常适合企业文档处理。...Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PCL_FILE_NAME...

    products.aspose.cloud/pdf/zh/java/conversion/pc...
  5. 通过云 Java SDK 将 JPEG 转换为 PDF

    使用 Aspose.PDF Cloud SDK for Java 将 JPEG 图像转换为 PDF。合并、组织并优化图像文档。...Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , JPEG_FILE_NAME...

    products.aspose.cloud/pdf/zh/java/conversion/jp...
  6. 通过云 Java SDK 将 Markdown 转换为 PDF

    使用 Aspose.PDF Cloud SDK for Java 将 Markdown(MD)文件转换为干净、专业的 PDF。...Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , MD_FILE_NAME...

    products.aspose.cloud/pdf/zh/java/conversion/md...
  7. 通过云 Java SDK 添加 PDF 文本批注

    使用 Aspose.PDF Cloud Java SDK 向 PDF 文档添加文本批注。...Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/zh/java/annotations/t...
  8. 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...
  9. 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/
  10. 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/