Socket
Socket
Sign inDemoInstall

asposeslidescloud

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asposeslidescloud - npm Package Compare versions

Comparing version 23.11.0 to 24.1.0

2

internal/requestHelper.js

@@ -160,3 +160,3 @@ "use strict";

}
requestOptions.headers["x-aspose-client"] = "nodejs sdk v23.11.0";
requestOptions.headers["x-aspose-client"] = "nodejs sdk v24.1.0";
if (configuration.timeout) {

@@ -163,0 +163,0 @@ requestOptions.headers["x-aspose-timeout"] = configuration.timeout;

{
"name": "asposeslidescloud",
"version": "23.11.0",
"version": "24.1.0",
"description": "Aspose.Slides Cloud SDK for Node.js",

@@ -5,0 +5,0 @@ "homepage": "https://products.aspose.cloud/slides/cloud",

@@ -30,52 +30,6 @@ ![](https://img.shields.io/badge/api-v3.0-lightgrey) ![npm](https://img.shields.io/npm/v/asposeslidescloud) ![npm bundle size](https://img.shields.io/bundlephobia/min/asposeslidescloud) ![node-current](https://img.shields.io/node/v/asposeslidescloud) ![npm type definitions](https://img.shields.io/npm/types/asposeslidescloud) [![GitHub license](https://img.shields.io/github/license/aspose-slides-cloud/aspose-slides-cloud-nodejs)](https://github.com/aspose-slides-cloud/aspose-slides-cloud-nodejs/blob/master/LICENSE)

## Enhancements in Version 23.11
## Enhancements in Version 24.1
* Added **StartSavePresentation** and **StartConvertAndSave** methods to **SlidesAsyncApi**.
* Added **StartMerge** and **StartMergeAndSave** methods to **SlidesAsyncApi**.
* Added **Progress** property to **Operation** class to enable async operation progress tracking.
* Added **GetAvailableFonts** method to get list of installed system & custom fonts.
## Enhancements in Version 23.10
* Added asynchronous API - **SlidesAsyncApi** class with **StartConvert**, **StartDownloadPresentation**, **GetOperationStatus**, **GetOperationResult** methods that allow tracking progress of conversion operations.
## Enhancements in Version 23.9
* Added **ReplaceImage** and **ReplaceImageOnline** methods that enable replacing images in a presentation.
## Enhancements in Version 23.7
* New methods **ReplaceTextFormatting** and **ReplaceTextFormatting** allow to replace text with formatting.
* Added **AfterAnimationType**, **Rewind** and **AfterAnimationColor** methods to **Effect** class.
* Added **TrimFromStart** and **TrimFromEnd** methods to **VideoFrame** class.
## Enhancements in Version 23.6
* Added methods ho handle VBA methods: **GetVbaProject**, **GetVbaModule**, **CreateVbaModule**, **UpdateVbaModule** and **DeleteVbaModule**. Added model classes related to VBA: **VbaProject**, **VbaModule** and **VbaReference**.
## Enhancements in Version 23.4
* Added **CreateTableRow**, **UpdateTableRow** and **DeleteTableRow** methods to add, update and delete table rows.
* Added **UpdateTableCell** method to update table cells.
* Added **MergeTableCells** and **SplitTableCell** methods to merge & split table cells.
* Added methods to get, add, modify and delete paragraphs & portions within table cells: **GetTableCellParagraph**, **GetTableCellParagraphs**, **GetTableCellPortion**, **GetTableCellPortions**, **CreateTableCellParagraph**, **CreateTableCellPortion**, **UpdateTableCellPortion**, **UpdateTableCellParagraph**, **DeleteTableCellParagraph**, **DeleteTableCellPortion**.
* New **TextFrameFormat** property in **TableCell** class allows to specify text format for table cells.
## Enhancements in Version 23.3
* Added **options** parameter to **SplitOnline** and **SplitAndSaveOnline** methods. Those options are the same as for other split & convert methods.
* Added **ShowHiddenSlides** boolean property to **ImageExportOptions** class.
## Enhancements in Version 23.2
* New **DownloadShapeFromDto** method allows to convert charts and other shapes from DTO to SVG and other formats without creating and storing presentation files.
* Added **SoundBase64** property to **Hyperlink** class to support getting and setting hyperlink sounds.
* Added **BulletFillFormat** property to **Paragraph** class.
* Added **StopPreviousSound** property to animation **Effect** class.
* Added a number of properties to **TextFrameFormat** that enable formatting shape text: **MarginLeft**, **MarginRight**, **MarginTop**, **MarginBottom**, **WrapText**, **AnchoringType**, **CenterText**, **TextVerticalType**, **AutofitType**, **ColumnCount**, **ColumnSpacing**, **KeepTextFlat**, **RotationAngle**, **DefaultParagraphFormat**.
* Added **Pdf16**, **Pdf17**, **PdfA2b**, **PdfA2a**, **PdfA2u**, **PdfA3a**, **PdfA3b** to the list of allowed values for **PdfExportOptions.Compliance** property.
## Enhancements in Version 23.1
* New **CompressEmbeddedFonts** and **CompressEmbeddedFontsOnline** methods allow to reduce the size taken by embedded fonts by excluding unused characters.
## Licensing

@@ -82,0 +36,0 @@ All Aspose.Slides Cloud SDKs are licensed under MIT License.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc