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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
# Aspose.PDF Cloud
2
+
- API version: 2.0
3
+
- Package version: 18.9.0
4
+
2
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.
3
6
4
7
Our Cloud SDKs are wrappers around REST API in various programming languages, allowing you to process documents in language of your choice quickly and easily, gaining all benefits of strong types and IDE highlights. This repository contains new generation SDKs for Aspose.PDF Cloud and examples.
**storage** | **String**| The document storage. | [optional]
3108
-
**file** | [****](.md)| A file to be converted. | [optional]
3108
+
**file** | **File**| A file to be converted. | [optional]
3109
3109
3110
3110
### Return type
3111
3111
@@ -3129,7 +3129,7 @@ Name | Type | Description | Notes
3129
3129
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.epub) |
3130
3130
**contentRecognitionMode** | **String**| ?roperty tunes conversion for this or that desirable method of recognition of content. | [optional]
3131
3131
**storage** | **String**| The document storage. | [optional]
3132
-
**file** | [****](.md)| A file to be converted. | [optional]
3132
+
**file** | **File**| A file to be converted. | [optional]
3133
3133
3134
3134
### Return type
3135
3135
@@ -3180,7 +3180,7 @@ Name | Type | Description | Notes
3180
3180
**specialFolderForSvgImages** | **String**| The path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file. | [optional]
3181
3181
**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]
3182
3182
**storage** | **String**| The document storage. | [optional]
3183
-
**file** | [****](.md)| A file to be converted. | [optional]
3183
+
**file** | **File**| A file to be converted. | [optional]
3184
3184
3185
3185
### Return type
3186
3186
@@ -3204,7 +3204,7 @@ Name | Type | Description | Notes
3204
3204
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.tex) |
0 commit comments