You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-6Lines changed: 19 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Aspose.Html Cloud Node.js SDK
2
2
[Aspose.Html Cloud](https://products.aspose.cloud/html) is a true [REST API](https://apireference.aspose.cloud/html/) that enables you to perform a wide range of html processing operations including manipulation and conversion in the cloud, with zero initial costs. Our Cloud SDKs are wrappers around REST API in various programming languages, allowing you to process html pages in language of your choice quickly and easily, gaining all benefits of strong types and IDE highlights.
3
3
4
-
- API version: 22.11.2
5
-
- Package version: 22.11.2
4
+
- API version: 22.12.1
5
+
- Package version: 22.12.1
6
6
7
7
8
8
### Possible conversions:
@@ -13,6 +13,7 @@
13
13
- SVG -> PDF, XPS, JPEG, BMP, PNG, TIFF, GIF
14
14
- JPEG, BMP, PNG, TIFF, GIF -> SVG
15
15
16
+
16
17
## Installation
17
18
18
19
### Aspose.HTML Cloud SDK for Node.js
@@ -52,7 +53,7 @@ Please, add the following [nmp package](https://www.npmjs.com/package/@asposeclo
52
53
```json
53
54
{
54
55
"dependencies": {
55
-
"@asposecloud/aspose-html-cloud":"^22.11.2"
56
+
"@asposecloud/aspose-html-cloud":"^22.12.1"
56
57
}
57
58
}
58
59
```
@@ -181,8 +182,8 @@ All URIs are relative to *https://api.aspose.cloud/v4.0*
181
182
182
183
[Tests](./test/) contain various examples of using the Aspose.HTML SDK.
183
184
184
-
<aname="html_api"></a>
185
-
### HTML API
185
+
<aname="conversion_api"></a>
186
+
### CONVERSION API
186
187
- For conversion to images allowed formats is jpeg, png, bmp, tiff, gif. Input formats are html, epub, svg.
187
188
188
189
| Class | Method | Description |
@@ -195,6 +196,18 @@ All URIs are relative to *https://api.aspose.cloud/v4.0*
195
196
|*Asposehtmlcloud.ConversionApi*|[**convertUrlToStorage**](docs/ConversionApi.md#converturltostorage)| Convert the HTML document by URL to user's storage. |
196
197
|*Asposehtmlcloud.ConversionApi*|[**convert**](docs/ConversionApi.md#convert)| Convert a document to the specified format. |
|*Asposehtmlcloud.VectorizationApi*|[**vectorizeLocalToLocal**](docs/VectorizationApi.md#vectorizelocaltolocal)| Vectorization an image from local disk to a local disk. |
206
+
|*Asposehtmlcloud.VectorizationApi*|[**vectorizeLocalToStorage**](docs/VectorizationApi.md#vectorizelocaltostorage)| Vectorization an image from local disk to user's storage. |
207
+
|*Asposehtmlcloud.VectorizationApi*|[**vectorizeStorageToLocal**](docs/VectorizationApi.md#vectorizestoragetolocal)| Vectorization an image from user's storage to local disk. |
208
+
|*Asposehtmlcloud.VectorizationApi*|[**vectorizeStorageToStorage**](docs/VectorizationApi.md#vectorizestoragetostorage)| Vectorization an image from user's storage to user's storage. |
209
+
|*Asposehtmlcloud.VectorizationApi*|[**vectorize**](docs/VectorizationApi.md#vectorize)| Vectorization an image to the specified format. |
210
+
198
211
<aname="storage_api"></a>
199
212
## STORAGE API
200
213
@@ -212,7 +225,7 @@ All URIs are relative to *https://api.aspose.cloud/v4.0*
0 commit comments