Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 67,992 for

path

(1.8 sec)
  1. Convert PDF to Microsoft PowerPoint PPTX File v...

    Convert PDF documents to PowerPoint PPTX with Aspose.PDF Cloud SDK for Java. Turn reports into presentations....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...
  2. Compress PDF via Cloud Java SDK

    Aspose.PDF Cloud allows you to optimize PDF Document. Check the Java source code to compress PDF file....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/java/compress/
  3. Appending Bookmark via Cloud Java SDK

    Add bookmark to 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/add/
  4. Show Chart Legend in a Worksheet|Document

    Learn how to display a chart legend in an Excel worksheet using the Aspose.Cells Cloud REST API (v3.0). Includes endpoint details, parameters, a cURL example, and SDK snippets....string path The workbook filename. sheetName string path The worksheet...the chart. chartIndex integer path The zero‑based index of the...

    docs.aspose.cloud/cells/charts/legend/show/
  5. Copy a Layout Slide|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 name of a destination...folder string query false The path to the folder containing the...

    docs.aspose.cloud/slides/copy-a-layout-slide/
  6. Add Horizontal Page Break|Document

    Learn how to add a horizontal page break to an Excel worksheet using the Aspose.Cells Cloud REST API. Includes request details, a cURL example, and SDK code snippets for multiple programming languages....string path Name of the Excel file. sheetName string path Name... folder string query Folder path containing the Excel file. storageName...

    docs.aspose.cloud/cells/page-breaks/add-horizon...
  7. Apply Rich Text Formatting to a Cell|Document

    Learn how to apply rich text formatting to a specific Excel cell using the Aspose.Cells Cloud REST API. Includes request syntax, parameter details, cURL example, and SDK snippets....Location Description name string path The name of the Excel file (e...Book1.xlsx ). sheetName string path The worksheet that contains...

    docs.aspose.cloud/cells/apply-rich-text-formatt...
  8. Unmerge Cells in Excel Worksheet|Document

    Learn how to use the Aspose.Cells Cloud REST API to unmerge cells in an Excel worksheet, with request examples, response format, and SDK code samples for multiple programming languages....string path Name of the workbook file. sheetName string path Name... folder string query Folder path where the workbook is stored...

    docs.aspose.cloud/cells/unmerge-cells-in-excel-...
  9. 通过 Cloud Java SDK 调整 PDF 文档页面

    使用 Aspose.PDF Cloud 执行 PDF 文档的尺寸调整。查看 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/resize/
  10. Delete Bookmark via Cloud Java SDK

    Delete Bookmark from PDFs using Aspose.PDF Cloud SDK for Java....Path ; import java.nio.file.StandardCopyOption...tput.pdf" ; String BOOKMARK_PATH = "/1" ; try { PdfApi pdfApi...

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