|
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.10.1 |
5 | | -- Package version: 22.10.1 |
| 4 | +- API version: 22.11.1 |
| 5 | +- Package version: 22.11.1 |
6 | 6 |
|
7 | 7 |
|
8 | 8 | ### Possible conversions: |
9 | 9 | - HTML -> PDF, XPS, DOCX, MD, MHTML, JPEG, BMP, PNG, TIFF, GIF |
10 | 10 | - EPUB -> PDF, XPS, DOCX, JPEG, BMP, PNG, TIFF, GIF |
11 | 11 | - MD -> PDF, XPS, DOCX, HTML, MHTML, JPEG, BMP, PNG, TIFF, GIF |
12 | 12 | - MHTML -> PDF, XPS, DOCX, JPEG, BMP, PNG, TIFF, GIF |
| 13 | +- SVG -> PDF, XPS, JPEG, BMP, PNG, TIFF, GIF |
| 14 | +- JPEG, BMP, PNG, TIFF, GIF -> SVG |
13 | 15 |
|
14 | 16 | ## Installation |
15 | 17 |
|
@@ -50,7 +52,7 @@ Please, add the following [nmp package](https://www.npmjs.com/package/@asposeclo |
50 | 52 | ```json |
51 | 53 | { |
52 | 54 | "dependencies": { |
53 | | - "@asposecloud/aspose-html-cloud":"^22.10.1" |
| 55 | + "@asposecloud/aspose-html-cloud":"^22.11.1" |
54 | 56 | } |
55 | 57 | } |
56 | 58 | ``` |
@@ -183,15 +185,15 @@ All URIs are relative to *https://api.aspose.cloud/v4.0* |
183 | 185 | ### HTML API |
184 | 186 | - For conversion to images allowed formats is jpeg, png, bmp, tiff, gif. Input formats are html, epub, svg. |
185 | 187 |
|
186 | | -| Class | Method | Description | |
187 | | -|---------------------------------|------------------------------------------------------------------------------|--------------------------------------------------------------------------| |
188 | | -| *Asposehtmlcloud.ConversionApi* | [**convertLocalToLocal**](docs/ConversionApi.md#convertlocaltolocal) | Convert the HTML or EPUB document from local disk to a local disk. | |
189 | | -| *Asposehtmlcloud.ConversionApi* | [**convertLocalToStorage**](docs/ConversionApi.md#convertlocaltostorage) | Convert the HTML or EPUB document from local disk to user's storage. | |
190 | | -| *Asposehtmlcloud.ConversionApi* | [**convertStorageToLocal**](docs/ConversionApi.md#convertstoragetolocal) | Convert the HTML or EPUB document from user's storage to local disk. | |
191 | | -| *Asposehtmlcloud.ConversionApi* | [**convertStorageToStorage**](docs/ConversionApi.md#convertstoragetostorage) | Convert the HTML or EPUB document from user's storage to user's storage. | |
192 | | -| *Asposehtmlcloud.ConversionApi* | [**convertUrlToLocal**](docs/ConversionApi.md#converturltolocal) | Convert the HTML document by URL to local disk. | |
193 | | -| *Asposehtmlcloud.ConversionApi* | [**convertUrlToStorage**](docs/ConversionApi.md#converturltostorage) | Convert the HTML document by URL to user's storage. | |
194 | | -| *Asposehtmlcloud.ConversionApi* | [**convert**](docs/ConversionApi.md#convert) | Convert the HTML, EPUB or URL to the specified format. | |
| 188 | +| Class | Method | Description | |
| 189 | +|---------------------------------|------------------------------------------------------------------------------|-----------------------------------------------------------| |
| 190 | +| *Asposehtmlcloud.ConversionApi* | [**convertLocalToLocal**](docs/ConversionApi.md#convertlocaltolocal) | Convert a document from local disk to a local disk. | |
| 191 | +| *Asposehtmlcloud.ConversionApi* | [**convertLocalToStorage**](docs/ConversionApi.md#convertlocaltostorage) | Convert a document from local disk to user's storage. | |
| 192 | +| *Asposehtmlcloud.ConversionApi* | [**convertStorageToLocal**](docs/ConversionApi.md#convertstoragetolocal) | Convert a document from user's storage to local disk. | |
| 193 | +| *Asposehtmlcloud.ConversionApi* | [**convertStorageToStorage**](docs/ConversionApi.md#convertstoragetostorage) | Convert a document from user's storage to user's storage. | |
| 194 | +| *Asposehtmlcloud.ConversionApi* | [**convertUrlToLocal**](docs/ConversionApi.md#converturltolocal) | Convert the HTML document by URL to local disk. | |
| 195 | +| *Asposehtmlcloud.ConversionApi* | [**convertUrlToStorage**](docs/ConversionApi.md#converturltostorage) | Convert the HTML document by URL to user's storage. | |
| 196 | +| *Asposehtmlcloud.ConversionApi* | [**convert**](docs/ConversionApi.md#convert) | Convert a document to the specified format. | |
195 | 197 |
|
196 | 198 | <a name="storage_api"></a> |
197 | 199 | ## STORAGE API |
|
0 commit comments