What's New in this Release?
- Create PowerPoint presentations – This feature lets you create presentations from scratch. You just need to use presentation resource and send a PUT request to create empty presentation on Aspose for Cloud or third party storage. Newly created presentation can then be downloaded using the download file example.
- Merge multiple presentations – This feature allows you to take all or selected slides from multiple Microsoft PowerPoint presentations and then merge them into a new presentation in your required order. You can use mergePresentations resource and send a POST request (sending presentation paths in request body) to merge all slides and send a PUT request (sending presentation paths and indexes of selected slides in the request body) to merge selected slides in your specified order. This feature can also be used in combination with the create PowerPoint presentations feature to create new presentations from existing presentations.
- Split PowerPoint presentations – This feature allows you to split all or specific slides of a Microsoft PowerPoint presentation to individual images or HTML. All you need to do is use splitDocument resource and send a POST request. Response will contain a list links to split files which can be used to download split files using download file example. splitDocument resource supports format, from, to, height, width and destFolder optional parameters. Split files can be saved to Aspose or third party storage.
- Set export options – This feature allows you to set PDF or HTML options while converting a presentation to PDF or HTML respectively. You can set JpegQuality parameter to change the image quality and control the size of output PDF and set pdfPassword to password protect output PDF. You can also set SaveAsZip parameter to get output HTML as a ZIP. See the Export Options section of the presentation resource for a detailed list of export options.
- Add new slides – This feature lets you add a new empty slide to a PowerPoint presentation. You can use slides resource and send a POST request for this purpose.
- Copy existing slides – This feature lets you create a copy of existing slides to your specified location. The slides resource with POST request can be used for this purpose.
- Change position of slides – This feature lets you change the position of an existing slide using slides resource with POST request.
- Get comments of a Slide – This feature lets you read comments added to a slide. GET method of comments resource can be used for this purpose.
- Work with background – This feature allows you to read background information or remove background of a slide. You can use background resource and send GET or DELETE requests respectively to get or delete background.
- Auto fit rows – This feature allows you to automatically adjust height and width of cells in Excel workbooks or worksheets. This feature was added to resolve in rendering multiline cells. Without this feature, output documents show only first line of the multiline cells but if you set isAutoFit parameter of workbook resource to true, you will see correct output while converting Excel documents with multiline cells.
- Set formula for a cell – This feature lets you set formula for a cell. You can use any formula supported by Microsoft Excel. Formula parameter has been supported for cell resource to pass a formula for a cell.
- Update form fields – This feature allows you to update form fields in a PDF. You can change location, size, type and values of a form field. PUT method of field resource can be used for this purpose.
Overview: Aspose for Cloud
Aspose for Cloud is a cloud-based document generation, conversion and automation platform for developers that offer a unique suite of APIs to work with Word documents, Excel spreadsheets, PowerPoint presentations, PDFs, and email formats and protocols. It supports all features for file processing, document scanning, barcodes creation and recognition, and allows extracting text or images too. You can also work with SaaSpose APIs using REST SDKs that can be called from .NET, Java, PHP and Ruby etc.
- Homepage of Aspose for Cloud APIs Suite
No comments:
Post a Comment