Skip to content

Commit 8e2653b

Browse files
update to 22.2
1 parent a62c504 commit 8e2653b

File tree

8 files changed

+63
-513
lines changed

8 files changed

+63
-513
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
3030
## Read PDF Formats
3131
MHT, PCL, PS, XSLFO, MD
3232

33-
## Enhancements in Version 22.01
33+
## Enhancements in Version 22.2
3434
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3535

3636
## Unit Tests
@@ -172,7 +172,6 @@ Class | Method | HTTP request | Description
172172
*PdfApi* | [**GetImportFieldsFromXfdfInStorage**](docs/PdfApi.md#getimportfieldsfromxfdfinstorage) | **GET** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
173173
*PdfApi* | [**GetImportFieldsFromXmlInStorage**](docs/PdfApi.md#getimportfieldsfromxmlinstorage) | **GET** /pdf/\{name}/import/xml | Import from XML file (located on storage) to PDF format and return resulting file in response.
174174
*PdfApi* | [**GetInkAnnotation**](docs/PdfApi.md#getinkannotation) | **GET** /pdf/\{name}/annotations/ink/\{annotationId} | Read document page ink annotation by ID.
175-
*PdfApi* | [**GetLaTeXInStorageToPdf**](docs/PdfApi.md#getlatexinstoragetopdf) | **GET** /pdf/create/latex | Convert TeX file (located on storage) to PDF format and return resulting file in response.
176175
*PdfApi* | [**GetLineAnnotation**](docs/PdfApi.md#getlineannotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
177176
*PdfApi* | [**GetLinkAnnotation**](docs/PdfApi.md#getlinkannotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
178177
*PdfApi* | [**GetListBoxField**](docs/PdfApi.md#getlistboxfield) | **GET** /pdf/\{name}/fields/listbox/\{fieldName} | Read document listbox field by name.
@@ -359,7 +358,6 @@ Class | Method | HTTP request | Description
359358
*PdfApi* | [**PutImportFieldsFromXfdfInStorage**](docs/PdfApi.md#putimportfieldsfromxfdfinstorage) | **PUT** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
360359
*PdfApi* | [**PutImportFieldsFromXmlInStorage**](docs/PdfApi.md#putimportfieldsfromxmlinstorage) | **PUT** /pdf/\{name}/import/xml | Update fields from XML file in storage.
361360
*PdfApi* | [**PutInkAnnotation**](docs/PdfApi.md#putinkannotation) | **PUT** /pdf/\{name}/annotations/ink/\{annotationId} | Replace document ink annotation
362-
*PdfApi* | [**PutLaTeXInStorageToPdf**](docs/PdfApi.md#putlatexinstoragetopdf) | **PUT** /pdf/\{name}/create/latex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
363361
*PdfApi* | [**PutLineAnnotation**](docs/PdfApi.md#putlineannotation) | **PUT** /pdf/\{name}/annotations/line/\{annotationId} | Replace document line annotation
364362
*PdfApi* | [**PutLinkAnnotation**](docs/PdfApi.md#putlinkannotation) | **PUT** /pdf/\{name}/links/\{linkId} | Replace document page link annotations
365363
*PdfApi* | [**PutListBoxField**](docs/PdfApi.md#putlistboxfield) | **PUT** /pdf/\{name}/fields/listbox/\{fieldName} | Replace document listbox field

docs/DocumentProperty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pdf document property.
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**Links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
9-
**Name** | **string** | Pame of the property. | [optional]
9+
**Name** | **string** | Name of the property. | [optional]
1010
**Value** | **string** | Property value. | [optional]
1111
**BuiltIn** | **bool?** | Value indicating whether it is a built-in property. |
1212

docs/PdfApi.md

Lines changed: 6 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ Method | HTTP request | Description
9797
[**GetImportFieldsFromXfdfInStorage**](PdfApi.md#getimportfieldsfromxfdfinstorage) | **GET** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
9898
[**GetImportFieldsFromXmlInStorage**](PdfApi.md#getimportfieldsfromxmlinstorage) | **GET** /pdf/\{name}/import/xml | Import from XML file (located on storage) to PDF format and return resulting file in response.
9999
[**GetInkAnnotation**](PdfApi.md#getinkannotation) | **GET** /pdf/\{name}/annotations/ink/\{annotationId} | Read document page ink annotation by ID.
100-
[**GetLaTeXInStorageToPdf**](PdfApi.md#getlatexinstoragetopdf) | **GET** /pdf/create/latex | Convert TeX file (located on storage) to PDF format and return resulting file in response.
101100
[**GetLineAnnotation**](PdfApi.md#getlineannotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
102101
[**GetLinkAnnotation**](PdfApi.md#getlinkannotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
103102
[**GetListBoxField**](PdfApi.md#getlistboxfield) | **GET** /pdf/\{name}/fields/listbox/\{fieldName} | Read document listbox field by name.
@@ -284,7 +283,6 @@ Method | HTTP request | Description
284283
[**PutImportFieldsFromXfdfInStorage**](PdfApi.md#putimportfieldsfromxfdfinstorage) | **PUT** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
285284
[**PutImportFieldsFromXmlInStorage**](PdfApi.md#putimportfieldsfromxmlinstorage) | **PUT** /pdf/\{name}/import/xml | Update fields from XML file in storage.
286285
[**PutInkAnnotation**](PdfApi.md#putinkannotation) | **PUT** /pdf/\{name}/annotations/ink/\{annotationId} | Replace document ink annotation
287-
[**PutLaTeXInStorageToPdf**](PdfApi.md#putlatexinstoragetopdf) | **PUT** /pdf/\{name}/create/latex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
288286
[**PutLineAnnotation**](PdfApi.md#putlineannotation) | **PUT** /pdf/\{name}/annotations/line/\{annotationId} | Replace document line annotation
289287
[**PutLinkAnnotation**](PdfApi.md#putlinkannotation) | **PUT** /pdf/\{name}/links/\{linkId} | Replace document page link annotations
290288
[**PutListBoxField**](PdfApi.md#putlistboxfield) | **PUT** /pdf/\{name}/fields/listbox/\{fieldName} | Replace document listbox field
@@ -2833,31 +2831,6 @@ Name | Type | Description | Notes
28332831

28342832
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
28352833

2836-
<a name="getlatexinstoragetopdf"></a>
2837-
# **GetLaTeXInStorageToPdf**
2838-
> System.IO.Stream GetLaTeXInStorageToPdf (string srcPath, string storage = null)
2839-
2840-
Convert TeX file (located on storage) to PDF format and return resulting file in response.
2841-
2842-
2843-
### Parameters
2844-
2845-
Name | Type | Description | Notes
2846-
------------- | ------------- | ------------- | -------------
2847-
**srcPath** | **string**| Full source filename (ex. /folder1/folder2/template.tex) |
2848-
**storage** | **string**| The document storage. | [optional]
2849-
2850-
### Return type
2851-
2852-
**System.IO.Stream**
2853-
2854-
### HTTP request headers
2855-
2856-
- **Content-Type**: application/json
2857-
- **Accept**: multipart/form-data
2858-
2859-
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
2860-
28612834
<a name="getlineannotation"></a>
28622835
# **GetLineAnnotation**
28632836
> LineAnnotationResponse GetLineAnnotation (string name, string annotationId, string storage = null, string folder = null)
@@ -4471,7 +4444,7 @@ Name | Type | Description | Notes
44714444
**name** | **string**| The document name. |
44724445
**insertBlankColumnAtFirst** | **bool?**| Insert blank column at first | [optional]
44734446
**minimizeTheNumberOfWorksheets** | **bool?**| Minimize the number of worksheets | [optional]
4474-
**scaleFactor** | **double?**| Scale factor | [optional]
4447+
**scaleFactor** | **double?**| Scale factor (Obsolete) | [optional]
44754448
**uniformWorksheets** | **bool?**| Uniform worksheets | [optional]
44764449
**folder** | **string**| The document folder. | [optional]
44774450
**storage** | **string**| The document storage. | [optional]
@@ -4501,7 +4474,7 @@ Name | Type | Description | Notes
45014474
**name** | **string**| The document name. |
45024475
**insertBlankColumnAtFirst** | **bool?**| Insert blank column at first | [optional]
45034476
**minimizeTheNumberOfWorksheets** | **bool?**| Minimize the number of worksheets | [optional]
4504-
**scaleFactor** | **double?**| Scale factor | [optional]
4477+
**scaleFactor** | **double?**| Scale factor (Obsolete) | [optional]
45054478
**uniformWorksheets** | **bool?**| Uniform worksheets | [optional]
45064479
**folder** | **string**| The document folder. | [optional]
45074480
**storage** | **string**| The document storage. | [optional]
@@ -8059,33 +8032,6 @@ Name | Type | Description | Notes
80598032

80608033
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
80618034

8062-
<a name="putlatexinstoragetopdf"></a>
8063-
# **PutLaTeXInStorageToPdf**
8064-
> AsposeResponse PutLaTeXInStorageToPdf (string name, string srcPath, string dstFolder = null, string storage = null)
8065-
8066-
Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
8067-
8068-
8069-
### Parameters
8070-
8071-
Name | Type | Description | Notes
8072-
------------- | ------------- | ------------- | -------------
8073-
**name** | **string**| The document name. |
8074-
**srcPath** | **string**| Full source filename (ex. /folder1/folder2/template.tex) |
8075-
**dstFolder** | **string**| The destination document folder. | [optional]
8076-
**storage** | **string**| The document storage. | [optional]
8077-
8078-
### Return type
8079-
8080-
[**AsposeResponse**](AsposeResponse.md)
8081-
8082-
### HTTP request headers
8083-
8084-
- **Content-Type**: application/json
8085-
- **Accept**: application/json
8086-
8087-
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
8088-
80898035
<a name="putlineannotation"></a>
80908036
# **PutLineAnnotation**
80918037
> LineAnnotationResponse PutLineAnnotation (string name, string annotationId, LineAnnotation annotation, string storage = null, string folder = null)
@@ -8847,7 +8793,7 @@ Name | Type | Description | Notes
88478793
**outPath** | **string**| Full resulting filename (ex. /folder1/folder2/result.xls) |
88488794
**insertBlankColumnAtFirst** | **bool?**| Insert blank column at first | [optional]
88498795
**minimizeTheNumberOfWorksheets** | **bool?**| Minimize the number of worksheets | [optional]
8850-
**scaleFactor** | **double?**| Scale factor | [optional]
8796+
**scaleFactor** | **double?**| Scale factor (Obsolete) | [optional]
88518797
**uniformWorksheets** | **bool?**| Uniform worksheets | [optional]
88528798
**storage** | **string**| The document storage. | [optional]
88538799
**file** | **System.IO.Stream**| A file to be converted. | [optional]
@@ -8877,7 +8823,7 @@ Name | Type | Description | Notes
88778823
**outPath** | **string**| Full resulting filename (ex. /folder1/folder2/result.xlsx) |
88788824
**insertBlankColumnAtFirst** | **bool?**| Insert blank column at first | [optional]
88798825
**minimizeTheNumberOfWorksheets** | **bool?**| Minimize the number of worksheets | [optional]
8880-
**scaleFactor** | **double?**| Scale factor | [optional]
8826+
**scaleFactor** | **double?**| Scale factor (Obsolete) | [optional]
88818827
**uniformWorksheets** | **bool?**| Uniform worksheets | [optional]
88828828
**storage** | **string**| The document storage. | [optional]
88838829
**file** | **System.IO.Stream**| A file to be converted. | [optional]
@@ -9260,7 +9206,7 @@ Name | Type | Description | Notes
92609206
**outPath** | **string**| Full resulting filename (ex. /folder1/folder2/result.xls) |
92619207
**insertBlankColumnAtFirst** | **bool?**| Insert blank column at first | [optional]
92629208
**minimizeTheNumberOfWorksheets** | **bool?**| Minimize the number of worksheets | [optional]
9263-
**scaleFactor** | **double?**| Scale factor | [optional]
9209+
**scaleFactor** | **double?**| Scale factor (Obsolete) | [optional]
92649210
**uniformWorksheets** | **bool?**| Uniform worksheets | [optional]
92659211
**folder** | **string**| The document folder. | [optional]
92669212
**storage** | **string**| The document storage. | [optional]
@@ -9291,7 +9237,7 @@ Name | Type | Description | Notes
92919237
**outPath** | **string**| Full resulting filename (ex. /folder1/folder2/result.xlsx) |
92929238
**insertBlankColumnAtFirst** | **bool?**| Insert blank column at first | [optional]
92939239
**minimizeTheNumberOfWorksheets** | **bool?**| Minimize the number of worksheets | [optional]
9294-
**scaleFactor** | **double?**| Scale factor | [optional]
9240+
**scaleFactor** | **double?**| Scale factor (Obsolete) | [optional]
92959241
**uniformWorksheets** | **bool?**| Uniform worksheets | [optional]
92969242
**folder** | **string**| The document folder. | [optional]
92979243
**storage** | **string**| The document storage. | [optional]

0 commit comments

Comments
 (0)