Skip to content

Commit c5ae63c

Browse files
author
Oleg Subachev
committed
update to v21.9
1 parent 6917f83 commit c5ae63c

File tree

339 files changed

+497
-779
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

339 files changed

+497
-779
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Aspose Pty Ltd
3+
Copyright (c) 2021 Aspose.PDF Cloud
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 47 additions & 61 deletions
Large diffs are not rendered by default.

docs/ApiInfo.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/PdfApi.md

Lines changed: 6 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Method | HTTP request | Description
2929
*PdfApi* | [**deleteStamp**](PdfApi.md#deleteStamp) | **DELETE** /pdf/\{name}/stamps/\{stampId} | Delete document stamp by ID
3030
*PdfApi* | [**deleteTable**](PdfApi.md#deleteTable) | **DELETE** /pdf/\{name}/tables/\{tableId} | Delete document table by ID
3131
*PdfApi* | [**downloadFile**](PdfApi.md#downloadFile) | **GET** /pdf/storage/file/\{path} | Download file
32-
*PdfApi* | [**getApiInfo**](PdfApi.md#getApiInfo) | **GET** /pdf/info |
3332
*PdfApi* | [**getBookmark**](PdfApi.md#getBookmark) | **GET** /pdf/\{name}/bookmarks/bookmark/\{bookmarkPath} | Read document bookmark.
3433
*PdfApi* | [**getBookmarks**](PdfApi.md#getBookmarks) | **GET** /pdf/\{name}/bookmarks/list/\{bookmarkPath} | Read document bookmarks node list.
3534
*PdfApi* | [**getCaretAnnotation**](PdfApi.md#getCaretAnnotation) | **GET** /pdf/\{name}/annotations/caret/\{annotationId} | Read document page caret annotation by ID.
@@ -150,8 +149,7 @@ Method | HTTP request | Description
150149
*PdfApi* | [**getPdfInStorageToDoc**](PdfApi.md#getPdfInStorageToDoc) | **GET** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and returns resulting file in response content
151150
*PdfApi* | [**getPdfInStorageToEpub**](PdfApi.md#getPdfInStorageToEpub) | **GET** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and returns resulting file in response content
152151
*PdfApi* | [**getPdfInStorageToHtml**](PdfApi.md#getPdfInStorageToHtml) | **GET** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and returns resulting file in response content
153-
*PdfApi* | [**getPdfInStorageToLaTeX**](PdfApi.md#getPdfInStorageToLaTeX) | **GET** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to TeX format and returns resulting file in response content
154-
*PdfApi* | [**getPdfInStorageToMobiXml**](PdfApi.md#getPdfInStorageToMobiXml) | **GET** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and returns resulting file in response content
152+
*PdfApi* | [**getPdfInStorageToMobiXml**](PdfApi.md#getPdfInStorageToMobiXml) | **GET** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and returns resulting ZIP archive file in response content.
155153
*PdfApi* | [**getPdfInStorageToPdfA**](PdfApi.md#getPdfInStorageToPdfA) | **GET** /pdf/\{name}/convert/pdfa | Converts PDF document (located on storage) to PdfA format and returns resulting file in response content
156154
*PdfApi* | [**getPdfInStorageToPptx**](PdfApi.md#getPdfInStorageToPptx) | **GET** /pdf/\{name}/convert/pptx | Converts PDF document (located on storage) to PPTX format and returns resulting file in response content
157155
*PdfApi* | [**getPdfInStorageToSvg**](PdfApi.md#getPdfInStorageToSvg) | **GET** /pdf/\{name}/convert/svg | Converts PDF document (located on storage) to SVG format and returns resulting file in response content
@@ -306,8 +304,7 @@ Method | HTTP request | Description
306304
*PdfApi* | [**putPdfInRequestToDoc**](PdfApi.md#putPdfInRequestToDoc) | **PUT** /pdf/convert/doc | Converts PDF document (in request content) to DOC format and uploads resulting file to storage.
307305
*PdfApi* | [**putPdfInRequestToEpub**](PdfApi.md#putPdfInRequestToEpub) | **PUT** /pdf/convert/epub | Converts PDF document (in request content) to EPUB format and uploads resulting file to storage.
308306
*PdfApi* | [**putPdfInRequestToHtml**](PdfApi.md#putPdfInRequestToHtml) | **PUT** /pdf/convert/html | Converts PDF document (in request content) to Html format and uploads resulting file to storage.
309-
*PdfApi* | [**putPdfInRequestToLaTeX**](PdfApi.md#putPdfInRequestToLaTeX) | **PUT** /pdf/convert/latex | Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
310-
*PdfApi* | [**putPdfInRequestToMobiXml**](PdfApi.md#putPdfInRequestToMobiXml) | **PUT** /pdf/convert/mobixml | Converts PDF document (in request content) to MOBIXML format and uploads resulting file to storage.
307+
*PdfApi* | [**putPdfInRequestToMobiXml**](PdfApi.md#putPdfInRequestToMobiXml) | **PUT** /pdf/convert/mobixml | Converts PDF document (in request content) to MOBIXML format and uploads resulting ZIP archive file to storage.
311308
*PdfApi* | [**putPdfInRequestToPdfA**](PdfApi.md#putPdfInRequestToPdfA) | **PUT** /pdf/convert/pdfa | Converts PDF document (in request content) to PdfA format and uploads resulting file to storage.
312309
*PdfApi* | [**putPdfInRequestToPptx**](PdfApi.md#putPdfInRequestToPptx) | **PUT** /pdf/convert/pptx | Converts PDF document (in request content) to PPTX format and uploads resulting file to storage.
313310
*PdfApi* | [**putPdfInRequestToSvg**](PdfApi.md#putPdfInRequestToSvg) | **PUT** /pdf/convert/svg | Converts PDF document (in request content) to SVG format and uploads resulting file to storage.
@@ -320,8 +317,7 @@ Method | HTTP request | Description
320317
*PdfApi* | [**putPdfInStorageToDoc**](PdfApi.md#putPdfInStorageToDoc) | **PUT** /pdf/\{name}/convert/doc | Converts PDF document (located on storage) to DOC format and uploads resulting file to storage
321318
*PdfApi* | [**putPdfInStorageToEpub**](PdfApi.md#putPdfInStorageToEpub) | **PUT** /pdf/\{name}/convert/epub | Converts PDF document (located on storage) to EPUB format and uploads resulting file to storage
322319
*PdfApi* | [**putPdfInStorageToHtml**](PdfApi.md#putPdfInStorageToHtml) | **PUT** /pdf/\{name}/convert/html | Converts PDF document (located on storage) to Html format and uploads resulting file to storage
323-
*PdfApi* | [**putPdfInStorageToLaTeX**](PdfApi.md#putPdfInStorageToLaTeX) | **PUT** /pdf/\{name}/convert/latex | Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
324-
*PdfApi* | [**putPdfInStorageToMobiXml**](PdfApi.md#putPdfInStorageToMobiXml) | **PUT** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and uploads resulting file to storage
320+
*PdfApi* | [**putPdfInStorageToMobiXml**](PdfApi.md#putPdfInStorageToMobiXml) | **PUT** /pdf/\{name}/convert/mobixml | Converts PDF document (located on storage) to MOBIXML format and uploads resulting ZIP archive file to storage
325321
*PdfApi* | [**putPdfInStorageToPdfA**](PdfApi.md#putPdfInStorageToPdfA) | **PUT** /pdf/\{name}/convert/pdfa | Converts PDF document (located on storage) to PdfA format and uploads resulting file to storage
326322
*PdfApi* | [**putPdfInStorageToPptx**](PdfApi.md#putPdfInStorageToPptx) | **PUT** /pdf/\{name}/convert/pptx | Converts PDF document (located on storage) to PPTX format and uploads resulting file to storage
327323
*PdfApi* | [**putPdfInStorageToSvg**](PdfApi.md#putPdfInStorageToSvg) | **PUT** /pdf/\{name}/convert/svg | Converts PDF document (located on storage) to SVG format and uploads resulting file to storage
@@ -932,26 +928,6 @@ Name | Type | Description | Notes
932928
- **Content-Type**: application/json
933929
- **Accept**: multipart/form-data
934930

935-
<a name="getApiInfo"></a>
936-
## **getApiInfo**
937-
> getApiInfo()
938-
939-
940-
941-
### Parameters
942-
Name | Type | Description | Notes
943-
------------- | ------------- | ------------- | -------------
944-
945-
946-
### Return type
947-
948-
[**ApiInfo**](ApiInfo.md)
949-
950-
### HTTP request headers
951-
952-
- **Content-Type**: application/json
953-
- **Accept**: application/json
954-
955931
<a name="getBookmark"></a>
956932
## **getBookmark**
957933
> getBookmark(name, bookmarkPath, folder, storage)
@@ -3719,28 +3695,6 @@ Name | Type | Description | Notes
37193695

37203696
**Buffer**
37213697

3722-
### HTTP request headers
3723-
3724-
- **Content-Type**: application/json
3725-
- **Accept**: multipart/form-data
3726-
3727-
<a name="getPdfInStorageToLaTeX"></a>
3728-
## **getPdfInStorageToLaTeX**
3729-
> getPdfInStorageToLaTeX(name, folder, storage)
3730-
3731-
Converts PDF document (located on storage) to TeX format and returns resulting file in response content
3732-
3733-
### Parameters
3734-
Name | Type | Description | Notes
3735-
------------- | ------------- | ------------- | -------------
3736-
**name** | **string** | The document name. |
3737-
**folder** | **string** | The document folder. | [optional]
3738-
**storage** | **string** | The document storage. | [optional]
3739-
3740-
### Return type
3741-
3742-
**Buffer**
3743-
37443698
### HTTP request headers
37453699

37463700
- **Content-Type**: application/json
@@ -3750,7 +3704,7 @@ Name | Type | Description | Notes
37503704
## **getPdfInStorageToMobiXml**
37513705
> getPdfInStorageToMobiXml(name, folder, storage)
37523706
3753-
Converts PDF document (located on storage) to MOBIXML format and returns resulting file in response content
3707+
Converts PDF document (located on storage) to MOBIXML format and returns resulting ZIP archive file in response content.
37543708

37553709
### Parameters
37563710
Name | Type | Description | Notes
@@ -7498,28 +7452,6 @@ Name | Type | Description | Notes
74987452

74997453
[**AsposeResponse**](AsposeResponse.md)
75007454

7501-
### HTTP request headers
7502-
7503-
- **Content-Type**: multipart/form-data
7504-
- **Accept**: application/json
7505-
7506-
<a name="putPdfInRequestToLaTeX"></a>
7507-
## **putPdfInRequestToLaTeX**
7508-
> putPdfInRequestToLaTeX(outPath, storage, file)
7509-
7510-
Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
7511-
7512-
### Parameters
7513-
Name | Type | Description | Notes
7514-
------------- | ------------- | ------------- | -------------
7515-
**outPath** | **string** | Full resulting filename (ex. /folder1/folder2/result.tex) |
7516-
**storage** | **string** | The document storage. | [optional]
7517-
**file** | **Buffer** | A file to be converted. | [optional]
7518-
7519-
### Return type
7520-
7521-
[**AsposeResponse**](AsposeResponse.md)
7522-
75237455
### HTTP request headers
75247456

75257457
- **Content-Type**: multipart/form-data
@@ -7529,7 +7461,7 @@ Name | Type | Description | Notes
75297461
## **putPdfInRequestToMobiXml**
75307462
> putPdfInRequestToMobiXml(outPath, storage, file)
75317463
7532-
Converts PDF document (in request content) to MOBIXML format and uploads resulting file to storage.
7464+
Converts PDF document (in request content) to MOBIXML format and uploads resulting ZIP archive file to storage.
75337465

75347466
### Parameters
75357467
Name | Type | Description | Notes
@@ -7874,29 +7806,6 @@ Name | Type | Description | Notes
78747806

78757807
[**AsposeResponse**](AsposeResponse.md)
78767808

7877-
### HTTP request headers
7878-
7879-
- **Content-Type**: application/json
7880-
- **Accept**: application/json
7881-
7882-
<a name="putPdfInStorageToLaTeX"></a>
7883-
## **putPdfInStorageToLaTeX**
7884-
> putPdfInStorageToLaTeX(name, outPath, folder, storage)
7885-
7886-
Converts PDF document (located on storage) to TeX format and uploads resulting file to storage
7887-
7888-
### Parameters
7889-
Name | Type | Description | Notes
7890-
------------- | ------------- | ------------- | -------------
7891-
**name** | **string** | The document name. |
7892-
**outPath** | **string** | Full resulting filename (ex. /folder1/folder2/result.tex) |
7893-
**folder** | **string** | The document folder. | [optional]
7894-
**storage** | **string** | The document storage. | [optional]
7895-
7896-
### Return type
7897-
7898-
[**AsposeResponse**](AsposeResponse.md)
7899-
79007809
### HTTP request headers
79017810

79027811
- **Content-Type**: application/json
@@ -7906,7 +7815,7 @@ Name | Type | Description | Notes
79067815
## **putPdfInStorageToMobiXml**
79077816
> putPdfInStorageToMobiXml(name, outPath, folder, storage)
79087817
7909-
Converts PDF document (located on storage) to MOBIXML format and uploads resulting file to storage
7818+
Converts PDF document (located on storage) to MOBIXML format and uploads resulting ZIP archive file to storage
79107819

79117820
### Parameters
79127821
Name | Type | Description | Notes

docs/TextReplace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Single text replacement setting.
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**oldValue** | **string** | Original text. |
8-
**newValue** | **string** | New text. |
8+
**newValue** | **string** | New text. | [optional]
99
**regex** | **boolean** | Gets or sets a value indicating whether search text is regular expression. |
1010
**textState** | [**TextState**](TextState.md) | Text properties of a new text. | [optional]
1111
**rect** | [**Rectangle**](Rectangle.md) | Rectangle area where searched original text. | [optional]

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 103 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asposepdfcloud",
3-
"version": "20.12.0",
3+
"version": "21.9.0",
44
"description": "Aspose.PDF Cloud SDK",
55
"homepage": "https://products.aspose.cloud/pdf/cloud",
66
"author": {
@@ -17,7 +17,107 @@
1717
"keywords": [
1818
"Aspose",
1919
"Cloud",
20-
"PDF"
20+
"PDF",
21+
"Aspose.PDF",
22+
"Aspose.PDF-Cloud",
23+
"Aspose.Total-Cloud",
24+
"REST",
25+
"API",
26+
"EPUB",
27+
"HTML",
28+
"TEX",
29+
"MHT",
30+
"PCL",
31+
"PS",
32+
"PostScript",
33+
"SVG",
34+
"XML",
35+
"XPS",
36+
"XSLFO",
37+
"MD",
38+
"Markdown",
39+
"XLS",
40+
"XLSX",
41+
"PPTX",
42+
"DOC",
43+
"DOCX",
44+
"EPUB",
45+
"HTML",
46+
"MobiXML",
47+
"SVG",
48+
"JPEG",
49+
"EMF",
50+
"PNG",
51+
"BMP",
52+
"GIF",
53+
"TIFF",
54+
"XML",
55+
"XPS",
56+
"Text",
57+
"FDF",
58+
"XFDF",
59+
"PDFA3",
60+
"PDF-to-DOC",
61+
"PDF-to-DOCX",
62+
"PDF-to-HTML",
63+
"PDF-to-PDFA",
64+
"PDF-to-TIFF",
65+
"PDF-to-SVG",
66+
"PDF-to-EPUB",
67+
"PDF-to-PPTX",
68+
"PDF-to-TEX",
69+
"PDF-to-MobiXML",
70+
"PDF-to-XFA",
71+
"PDF-to-XML",
72+
"PDF-to-XPS",
73+
"PDF-to-XLS",
74+
"EPUB-to-PDF",
75+
"Web-to-PDF",
76+
"TEX-to-PDF",
77+
"MHT-to-PDF",
78+
"HTML-to-PDF",
79+
"PS-to-PDF",
80+
"PostScript-to-PDF",
81+
"XSIF-to-PDF",
82+
"XPS-to-PDF",
83+
"SVG-to-PDF",
84+
"DOC-to-PDF",
85+
"DOCX-to-PDF",
86+
"PCL-to-PDF",
87+
"XML-to-PDF",
88+
"Markdown-to-PDF",
89+
"MD-to-PDF",
90+
"Annotation",
91+
"Line-Annotation",
92+
"Circle-Annotation",
93+
"Square-Annotation",
94+
"Underline-Annotation",
95+
"Squiggly-Annotation",
96+
"PDF-Bookmark",
97+
"PDF-Link",
98+
"PDF-Attachment",
99+
"PDF-Document",
100+
"PDF-Page",
101+
"PDF-Form-Fields",
102+
"PDF-Text",
103+
"PDF-Image",
104+
"Replace-Text",
105+
"Fetch-Text",
106+
"Replace-Image",
107+
"Extract-Image",
108+
"Convert-PDF",
109+
"Convert",
110+
"Converter",
111+
"PDF-to-Image",
112+
"Create-PDF",
113+
"Convert-PDF",
114+
"Stamp",
115+
"PDF-OCR",
116+
"OCR-Layers",
117+
".NET",
118+
"C#",
119+
"dotnet",
120+
"CSharp"
21121
],
22122
"readmeFilename": "README.md",
23123
"main": "src/api/api.js",
@@ -37,6 +137,7 @@
37137
},
38138
"devDependencies": {
39139
"@types/mocha": "^5.2.5",
140+
"@types/node": "^14.14.25",
40141
"mocha": "^7.0.0",
41142
"ts-node": "^7.0.0",
42143
"typescript": "^2.4.2"

0 commit comments

Comments
 (0)