Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 67,751 for

path

(0.12 sec)
  1. Add a Chart Series|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 presentation...storage. slideIndex integer path true The 1-based index of a...

    docs.aspose.cloud/slides/add-a-chart-series/
  2. Get worksheet from an Excel worksheet|Document

    The Aspose.Cells Cloud REST API enables exporting a specific worksheet from an Excel file to various formats such as XLSX, CSV, PDF, PNG, and more. This document provides request details, parameter explanations, a cURL example, and SDK code snippets for multiple programming languages....parameters are: Parameter Name Type Path/Query String/HTTPBody Description...string path Name of the Excel file. sheetName string path Name...

    docs.aspose.cloud/cells/worksheets/get-worksheet/
  3. Convert EPUB to PDF via Cloud Java SDK

    Turn EPUB eBooks into PDF with Aspose.PDF Cloud SDK for Java. Ideal for digital publishing workflows....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , EPUB_FILE_NAME...

    products.aspose.cloud/pdf/java/conversion/epub-...
  4. Rotate PDF via Cloud Java SDK

    Rotate PDF pages is performed using Aspose.PDF Cloud. Check the Java source code to rotate PDF file....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/java/rotate/
  5. Convert PDF to XPS via Cloud Java SDK

    Turn PDF files into XPS documents with Aspose.PDF Cloud SDK for Java. Preserve layout and vector data....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...
  6. Convert PDF to EPUB via Cloud Java SDK

    Convert PDF documents into EPUB eBooks with Aspose.PDF Cloud SDK for Java. Reflow content for mobile reading....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...
  7. 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/
  8. Add Image to the Headers of PDFs via Cloud .NET...

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

    products.aspose.cloud/pdf/net/headers/image/
  9. Work with Headers in PDFs via Cloud .NET SDK

    Make changes to PDF document headers with the Aspose.PDF Cloud SDK in .NET. Branding, signatures, images, headers, footers and more.... OpenRead ( Path . Combine ( localFolder , documentName...await pdfApi . UploadFileAsync ( Path . Combine ( remoteFolder , documentName...

    products.aspose.cloud/pdf/net/headers/
  10. 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/