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
+56-24Lines changed: 56 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,36 @@
1
-
# Aspose HTML Cloud SDK
2
-
This repository contains Aspose.HTML Cloud SDK source code. This SDK allows you to work with Aspose.HTML Cloud REST APIs in your applications quickly and easily.
3
-
4
-
See [API Reference](https://apireference.aspose.cloud/html/) for full API specification.
Aspose.HTML Cloud for Java is a programming SDK that allows software developers to manipulate and convert HTML documents from within their own applications. A Wrapper of RESTful APIs, Aspose.HTML Cloud for Java speeds up HTML programming and conversion.
4
+
This cloud SDK assists to develop cloud-based [HTML page rendering, processing, translation & conversion](https://products.aspose.cloud/html/java) apps in Java languages via REST API.
5
+
6
+
## HTML Processing Features
7
+
- Fetch the HTML page along with its resources as a ZIP archive by providing the page URL.
8
+
- Based on page URL, retrieve all images of an HTML page as a ZIP package.
9
+
- Load data from a local file to populate the HTML document template.
10
+
- Use the request body to populate the HTML document template.
11
+
- Convert HTML page to numerous other file formats.
- New generation of Aspose.HTML Cloud SDK for .NET (C#) is provided.
28
+
- This version of SDK has been redesigned from scratch being based on the new Aspose.HTML Cloud REST API (v3.0).
29
+
- Currently, it provides only the conversion feature. Other features that are still available in the versions up to v.20.08 are planned to be implemented in this SDK later.
30
+
- Conversion interface provides a more flexible conversion parameters setup.
31
+
- Redesigned storage access is provided using SDK entry point HtmlApi.Storage.
32
+
- Availability of synchronous and asynchronous file upload and download methods.
33
+
- Asynchronous download provides the ability to get progress data for the longer downloads.
6
34
## How to use the SDK?
7
35
The complete source code is available in this repository folder, you can either directly use it in your project.
8
36
@@ -64,13 +92,13 @@ import retrofit2.Call;
64
92
importretrofit2.Response;
65
93
66
94
publicclassApp {
67
-
95
+
68
96
// Helper method save the response body to the destination directory
0 commit comments