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
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Aspose.PDF Cloud
2
2
- API version: 3.0
3
-
- Package version: 20.5.0
3
+
- Package version: 20.6.0
4
4
5
5
[Aspose.PDF Cloud](https://products.aspose.cloud/pdf) is a true REST API that enables you to perform a wide range of document processing operations including creation, manipulation, conversion and rendering of PDF documents in the cloud.
6
6
@@ -38,7 +38,7 @@ Add this dependency to your project's POM:
38
38
<dependency>
39
39
<groupId>com.aspose</groupId>
40
40
<artifactId>aspose-cloud-pdf</artifactId>
41
-
<version>20.5.0</version>
41
+
<version>20.6.0</version>
42
42
<scope>compile</scope>
43
43
</dependency>
44
44
```
@@ -48,7 +48,7 @@ Add this dependency to your project's POM:
48
48
Add this dependency to your project's build file:
49
49
50
50
```groovy
51
-
compile "com.aspose:aspose-cloud-pdf:20.5.0"
51
+
compile "com.aspose:aspose-cloud-pdf:20.6.0"
52
52
```
53
53
54
54
### Others
@@ -59,7 +59,7 @@ At first generate the JAR by executing:
desc ='Aspose.PDF Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.PDF Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.PDF Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.'
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Converts PDF document (in request content) to Html format and uploads resulting file to storage.
7739
7739
@@ -7772,6 +7772,7 @@ Name | Type | Description | Notes
7772
7772
**trySaveTextUnderliningAndStrikeoutingInCss** | **Boolean**| PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. | [optional]
7773
7773
**storage** | **String**| The document storage. | [optional]
7774
7774
**flowLayoutParagraphFullWidth** | **Boolean**| This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. | [optional]
7775
+
**outputFormat** | **String**| This parameter determines the type of result. The zip archive will be uploaded into the storage if the parameter is "Zip" or missed (default). In case of the "Folder", all resulting files and directories will be uploaded to the folder of the resulting HTML file. | [optional][default to Zip][enum: Zip, Folder]
7775
7776
**file** | **File**| A file to be converted. | [optional]
7776
7777
7777
7778
### Return type
@@ -8121,7 +8122,7 @@ Name | Type | Description | Notes
Converts PDF document (located on storage) to Html format and uploads resulting file to storage
8127
8128
@@ -8162,6 +8163,7 @@ Name | Type | Description | Notes
8162
8163
**folder** | **String**| The document folder. | [optional]
8163
8164
**storage** | **String**| The document storage. | [optional]
8164
8165
**flowLayoutParagraphFullWidth** | **Boolean**| This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. | [optional]
8166
+
**outputFormat** | **String**| This parameter determines the type of result. The zip archive will be uploaded into the storage if the parameter is "Zip" or missed (default). In case of the "Folder", all resulting files and directories will be uploaded to the folder of the resulting HTML file. | [optional][default to Zip][enum: Zip, Folder]
0 commit comments