Skip to content

Commit 911a40b

Browse files
Merge pull request #13 from kaferi/master
Fix File type references
2 parents 722563b + 9115e64 commit 911a40b

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Aspose.PDF Cloud
2+
- API version: 2.0
3+
- Package version: 18.9.0
4+
25
[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.
36

47
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.

sdk/docs/PdfApi.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,7 +2397,7 @@ Upload a specific file
23972397
Name | Type | Description | Notes
23982398
------------- | ------------- | ------------- | -------------
23992399
**path** | **String**| Path where to upload including filename and extension e.g. /file.ext or /Folder 1/file.ext |
2400-
**file** | [****](.md)| File to upload |
2400+
**file** | **File**| File to upload |
24012401
**versionId** | **String**| Source file's version | [optional]
24022402
**storage** | **String**| User's storage name | [optional]
24032403

@@ -3105,7 +3105,7 @@ Name | Type | Description | Notes
31053105
**recognizeBullets** | **Boolean**| Recognize bullets. | [optional]
31063106
**relativeHorizontalProximity** | **Double**| Relative horizontal proximity. | [optional]
31073107
**storage** | **String**| The document storage. | [optional]
3108-
**file** | [****](.md)| A file to be converted. | [optional]
3108+
**file** | **File**| A file to be converted. | [optional]
31093109

31103110
### Return type
31113111

@@ -3129,7 +3129,7 @@ Name | Type | Description | Notes
31293129
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.epub) |
31303130
**contentRecognitionMode** | **String**| ?roperty tunes conversion for this or that desirable method of recognition of content. | [optional]
31313131
**storage** | **String**| The document storage. | [optional]
3132-
**file** | [****](.md)| A file to be converted. | [optional]
3132+
**file** | **File**| A file to be converted. | [optional]
31333133

31343134
### Return type
31353135

@@ -3180,7 +3180,7 @@ Name | Type | Description | Notes
31803180
**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]
31813181
**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]
31823182
**storage** | **String**| The document storage. | [optional]
3183-
**file** | [****](.md)| A file to be converted. | [optional]
3183+
**file** | **File**| A file to be converted. | [optional]
31843184

31853185
### Return type
31863186

@@ -3204,7 +3204,7 @@ Name | Type | Description | Notes
32043204
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.tex) |
32053205
**pagesCount** | **Integer**| Pages count. | [optional]
32063206
**storage** | **String**| The document storage. | [optional]
3207-
**file** | [****](.md)| A file to be converted. | [optional]
3207+
**file** | **File**| A file to be converted. | [optional]
32083208

32093209
### Return type
32103210

@@ -3227,7 +3227,7 @@ Name | Type | Description | Notes
32273227
------------- | ------------- | ------------- | -------------
32283228
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.mobixml) |
32293229
**storage** | **String**| The document storage. | [optional]
3230-
**file** | [****](.md)| A file to be converted. | [optional]
3230+
**file** | **File**| A file to be converted. | [optional]
32313231

32323232
### Return type
32333233

@@ -3251,7 +3251,7 @@ Name | Type | Description | Notes
32513251
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.pdf) |
32523252
**type** | **String**| Type of PdfA format. |
32533253
**storage** | **String**| The document storage. | [optional]
3254-
**file** | [****](.md)| A file to be converted. | [optional]
3254+
**file** | **File**| A file to be converted. | [optional]
32553255

32563256
### Return type
32573257

@@ -3276,7 +3276,7 @@ Name | Type | Description | Notes
32763276
**separateImages** | **Boolean**| Separate images. | [optional]
32773277
**slidesAsImages** | **Boolean**| Slides as images. | [optional]
32783278
**storage** | **String**| The document storage. | [optional]
3279-
**file** | [****](.md)| A file to be converted. | [optional]
3279+
**file** | **File**| A file to be converted. | [optional]
32803280

32813281
### Return type
32823282

@@ -3299,7 +3299,7 @@ Name | Type | Description | Notes
32993299
------------- | ------------- | ------------- | -------------
33003300
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.svg) |
33013301
**storage** | **String**| The document storage. | [optional]
3302-
**file** | [****](.md)| A file to be converted. | [optional]
3302+
**file** | **File**| A file to be converted. | [optional]
33033303

33043304
### Return type
33053305

@@ -3337,7 +3337,7 @@ Name | Type | Description | Notes
33373337
**pageIndex** | **Integer**| Start page to export. | [optional]
33383338
**pageCount** | **Integer**| Number of pages to export. | [optional]
33393339
**storage** | **String**| The document storage. | [optional]
3340-
**file** | [****](.md)| A file to be converted. | [optional]
3340+
**file** | **File**| A file to be converted. | [optional]
33413341

33423342
### Return type
33433343

@@ -3364,7 +3364,7 @@ Name | Type | Description | Notes
33643364
**scaleFactor** | **Double**| Scale factor | [optional]
33653365
**uniformWorksheets** | **Boolean**| Uniform worksheets | [optional]
33663366
**storage** | **String**| The document storage. | [optional]
3367-
**file** | [****](.md)| A file to be converted. | [optional]
3367+
**file** | **File**| A file to be converted. | [optional]
33683368

33693369
### Return type
33703370

@@ -3387,7 +3387,7 @@ Name | Type | Description | Notes
33873387
------------- | ------------- | ------------- | -------------
33883388
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.xml) |
33893389
**storage** | **String**| The document storage. | [optional]
3390-
**file** | [****](.md)| A file to be converted. | [optional]
3390+
**file** | **File**| A file to be converted. | [optional]
33913391

33923392
### Return type
33933393

@@ -3410,7 +3410,7 @@ Name | Type | Description | Notes
34103410
------------- | ------------- | ------------- | -------------
34113411
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.xps) |
34123412
**storage** | **String**| The document storage. | [optional]
3413-
**file** | [****](.md)| A file to be converted. | [optional]
3413+
**file** | **File**| A file to be converted. | [optional]
34143414

34153415
### Return type
34163416

@@ -4041,7 +4041,7 @@ Name | Type | Description | Notes
40414041
------------- | ------------- | ------------- | -------------
40424042
**outPath** | **String**| Full resulting filename (ex. /folder1/folder2/result.pdf) |
40434043
**storage** | **String**| The document storage. | [optional]
4044-
**file** | [****](.md)| A file to be converted. | [optional]
4044+
**file** | **File**| A file to be converted. | [optional]
40454045

40464046
### Return type
40474047

0 commit comments

Comments
 (0)