Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 67,899 for

path

(0.23 sec)
  1. Get an OLE object in an Excel worksheet|Document

    Learn how to retrieve an OLE object from an Excel worksheet using the Aspose.Cells Cloud REST API. Includes request details, sample cURL commands, and SDK examples for multiple programming languages....name string path Document name. sheetName string path Worksheet...Worksheet name. objectNumber integer path The object number within the...

    docs.aspose.cloud/cells/oleobjects/get/
  2. Add Comments|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-comments/
  3. Having Problem To Convert Word Documents to PDF...

    Error:PUT http://api.aspose.cloud/v1.1/words/convert 400 Method Name: PutConvertDocument Product: Aspose.Words API Version: v1.1 Details: Error: Error while get files in folder ‘fonts’ from storage: AmazonS3 exception: …... Bucket ‘afc-filestorage’, path '82792/c45df270-9662-4f01-9...exists. Bucket ‘afc-filestorage’, path '82792/c45df270-9662-4f01-9...

    forum.aspose.cloud/t/having-problem-to-convert-...
  4. Add an Effect to an Interactive Sequence|Docume...

    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...presentation file. slideIndex integer path true The 1-based index of a...

    docs.aspose.cloud/slides/add-an-effect-to-an-in...
  5. Save a Presentation in a Specified Format to St...

    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 of the presentation...presentation. format string path true The desired format for the...

    docs.aspose.cloud/slides/save-a-presentation-in...
  6. Extract Bookmarks from PDF via Cloud Python SDK

    Extract all bookmarks from PDFs using Python with Aspose.PDF Cloud SDK. Analyze and export document structure....PDF document using bookmark path Extract Bookmarks from PDF using...logging from pathlib import Path from asposepdfcloud import ApiClient...

    products.aspose.cloud/pdf/python/bookmarks/get/
  7. Remove Images from PDF via Cloud Java SDK

    Remove images from PDF pages using Java and Aspose.PDF Cloud SDK....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/java/images/remove/
  8. Delete Annotations from PDF pages via Cloud Jav...

    Delete annotations from PDF document pages using Aspose.PDF Cloud SDK for Java....Path ; import java.nio.file.StandardCopyOption...storage File file = new File ( Path . of ( LOCAL_FOLDER , PDF_DOCUMENT...

    products.aspose.cloud/pdf/java/annotations/page...
  9. Encrypt PDF via Java SDK

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

    products.aspose.cloud/pdf/java/encrypt/
  10. Decrypt PDF via Cloud Java SDK

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

    products.aspose.cloud/pdf/java/decrypt/