Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
## Read PDF Formats
MHT, PCL, PS, XSLFO, MD

## Enhancements in Version 22.1
## Enhancements in Version 22.2
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.

## Bugs fixed in Version 22.2
- PDF to XLSX: Google sheet does not recognize output excel sheet.
- Text Replace API method throws Internal Error.

## Enhancements in Version 20.9
* Implemented custom fonts for Text API.
* Added custom fonts for Table API.
Expand Down Expand Up @@ -172,7 +176,6 @@ Class | Method | HTTP request | Description
*PdfApi* | [**getImportFieldsFromXfdfInStorage**](docs/PdfApi.md#getImportFieldsFromXfdfInStorage) | **GET** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
*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.
*PdfApi* | [**getInkAnnotation**](docs/PdfApi.md#getInkAnnotation) | **GET** /pdf/\{name}/annotations/ink/\{annotationId} | Read document page ink annotation by ID.
*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.
*PdfApi* | [**getLineAnnotation**](docs/PdfApi.md#getLineAnnotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
*PdfApi* | [**getLinkAnnotation**](docs/PdfApi.md#getLinkAnnotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
*PdfApi* | [**getListBoxField**](docs/PdfApi.md#getListBoxField) | **GET** /pdf/\{name}/fields/listbox/\{fieldName} | Read document listbox field by name.
Expand Down Expand Up @@ -359,7 +362,6 @@ Class | Method | HTTP request | Description
*PdfApi* | [**putImportFieldsFromXfdfInStorage**](docs/PdfApi.md#putImportFieldsFromXfdfInStorage) | **PUT** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
*PdfApi* | [**putImportFieldsFromXmlInStorage**](docs/PdfApi.md#putImportFieldsFromXmlInStorage) | **PUT** /pdf/\{name}/import/xml | Update fields from XML file in storage.
*PdfApi* | [**putInkAnnotation**](docs/PdfApi.md#putInkAnnotation) | **PUT** /pdf/\{name}/annotations/ink/\{annotationId} | Replace document ink annotation
*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.
*PdfApi* | [**putLineAnnotation**](docs/PdfApi.md#putLineAnnotation) | **PUT** /pdf/\{name}/annotations/line/\{annotationId} | Replace document line annotation
*PdfApi* | [**putLinkAnnotation**](docs/PdfApi.md#putLinkAnnotation) | **PUT** /pdf/\{name}/links/\{linkId} | Replace document page link annotations
*PdfApi* | [**putListBoxField**](docs/PdfApi.md#putListBoxField) | **PUT** /pdf/\{name}/fields/listbox/\{fieldName} | Replace document listbox field
Expand Down
2 changes: 1 addition & 1 deletion docs/DocumentProperty.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pdf document property.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Pame of the property. | [optional]
**name** | **string** | Name of the property. | [optional]
**value** | **string** | Property value. | [optional]
**builtIn** | **boolean** | Value indicating whether it is a built-in property. |
**links** | [**Array&lt;Link&gt;**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional]
Expand Down
58 changes: 6 additions & 52 deletions docs/PdfApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ Method | HTTP request | Description
*PdfApi* | [**getImportFieldsFromXfdfInStorage**](PdfApi.md#getImportFieldsFromXfdfInStorage) | **GET** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
*PdfApi* | [**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.
*PdfApi* | [**getInkAnnotation**](PdfApi.md#getInkAnnotation) | **GET** /pdf/\{name}/annotations/ink/\{annotationId} | Read document page ink annotation by ID.
*PdfApi* | [**getLaTeXInStorageToPdf**](PdfApi.md#getLaTeXInStorageToPdf) | **GET** /pdf/create/latex | Convert TeX file (located on storage) to PDF format and return resulting file in response.
*PdfApi* | [**getLineAnnotation**](PdfApi.md#getLineAnnotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
*PdfApi* | [**getLinkAnnotation**](PdfApi.md#getLinkAnnotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
*PdfApi* | [**getListBoxField**](PdfApi.md#getListBoxField) | **GET** /pdf/\{name}/fields/listbox/\{fieldName} | Read document listbox field by name.
Expand Down Expand Up @@ -284,7 +283,6 @@ Method | HTTP request | Description
*PdfApi* | [**putImportFieldsFromXfdfInStorage**](PdfApi.md#putImportFieldsFromXfdfInStorage) | **PUT** /pdf/\{name}/import/xfdf | Update fields from XFDF file in storage.
*PdfApi* | [**putImportFieldsFromXmlInStorage**](PdfApi.md#putImportFieldsFromXmlInStorage) | **PUT** /pdf/\{name}/import/xml | Update fields from XML file in storage.
*PdfApi* | [**putInkAnnotation**](PdfApi.md#putInkAnnotation) | **PUT** /pdf/\{name}/annotations/ink/\{annotationId} | Replace document ink annotation
*PdfApi* | [**putLaTeXInStorageToPdf**](PdfApi.md#putLaTeXInStorageToPdf) | **PUT** /pdf/\{name}/create/latex | Convert TeX file (located on storage) to PDF format and upload resulting file to storage.
*PdfApi* | [**putLineAnnotation**](PdfApi.md#putLineAnnotation) | **PUT** /pdf/\{name}/annotations/line/\{annotationId} | Replace document line annotation
*PdfApi* | [**putLinkAnnotation**](PdfApi.md#putLinkAnnotation) | **PUT** /pdf/\{name}/links/\{linkId} | Replace document page link annotations
*PdfApi* | [**putListBoxField**](PdfApi.md#putListBoxField) | **PUT** /pdf/\{name}/fields/listbox/\{fieldName} | Replace document listbox field
Expand Down Expand Up @@ -2459,27 +2457,6 @@ Name | Type | Description | Notes
- **Content-Type**: application/json
- **Accept**: application/json

<a name="getLaTeXInStorageToPdf"></a>
## **getLaTeXInStorageToPdf**
> getLaTeXInStorageToPdf(srcPath, storage)

Convert TeX file (located on storage) to PDF format and return resulting file in response.

### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**srcPath** | **string** | Full source filename (ex. /folder1/folder2/template.tex) |
**storage** | **string** | The document storage. | [optional]

### Return type

**Buffer**

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: multipart/form-data

<a name="getLineAnnotation"></a>
## **getLineAnnotation**
> getLineAnnotation(name, annotationId, storage, folder)
Expand Down Expand Up @@ -3863,7 +3840,7 @@ Name | Type | Description | Notes
**name** | **string** | The document name. |
**insertBlankColumnAtFirst** | **boolean** | Insert blank column at first | [optional]
**minimizeTheNumberOfWorksheets** | **boolean** | Minimize the number of worksheets | [optional]
**scaleFactor** | **number** | Scale factor | [optional]
**scaleFactor** | **number** | Scale factor (Obsolete) | [optional]
**uniformWorksheets** | **boolean** | Uniform worksheets | [optional]
**folder** | **string** | The document folder. | [optional]
**storage** | **string** | The document storage. | [optional]
Expand All @@ -3889,7 +3866,7 @@ Name | Type | Description | Notes
**name** | **string** | The document name. |
**insertBlankColumnAtFirst** | **boolean** | Insert blank column at first | [optional]
**minimizeTheNumberOfWorksheets** | **boolean** | Minimize the number of worksheets | [optional]
**scaleFactor** | **number** | Scale factor | [optional]
**scaleFactor** | **number** | Scale factor (Obsolete) | [optional]
**uniformWorksheets** | **boolean** | Uniform worksheets | [optional]
**folder** | **string** | The document folder. | [optional]
**storage** | **string** | The document storage. | [optional]
Expand Down Expand Up @@ -6932,29 +6909,6 @@ Name | Type | Description | Notes

[**InkAnnotationResponse**](InkAnnotationResponse.md)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

<a name="putLaTeXInStorageToPdf"></a>
## **putLaTeXInStorageToPdf**
> putLaTeXInStorageToPdf(name, srcPath, dstFolder, storage)

Convert TeX file (located on storage) to PDF format and upload resulting file to storage.

### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**name** | **string** | The document name. |
**srcPath** | **string** | Full source filename (ex. /folder1/folder2/template.tex) |
**dstFolder** | **string** | The destination document folder. | [optional]
**storage** | **string** | The document storage. | [optional]

### Return type

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

### HTTP request headers

- **Content-Type**: application/json
Expand Down Expand Up @@ -7619,7 +7573,7 @@ Name | Type | Description | Notes
**outPath** | **string** | Full resulting filename (ex. /folder1/folder2/result.xls) |
**insertBlankColumnAtFirst** | **boolean** | Insert blank column at first | [optional]
**minimizeTheNumberOfWorksheets** | **boolean** | Minimize the number of worksheets | [optional]
**scaleFactor** | **number** | Scale factor | [optional]
**scaleFactor** | **number** | Scale factor (Obsolete) | [optional]
**uniformWorksheets** | **boolean** | Uniform worksheets | [optional]
**storage** | **string** | The document storage. | [optional]
**file** | **Buffer** | A file to be converted. | [optional]
Expand All @@ -7645,7 +7599,7 @@ Name | Type | Description | Notes
**outPath** | **string** | Full resulting filename (ex. /folder1/folder2/result.xlsx) |
**insertBlankColumnAtFirst** | **boolean** | Insert blank column at first | [optional]
**minimizeTheNumberOfWorksheets** | **boolean** | Minimize the number of worksheets | [optional]
**scaleFactor** | **number** | Scale factor | [optional]
**scaleFactor** | **number** | Scale factor (Obsolete) | [optional]
**uniformWorksheets** | **boolean** | Uniform worksheets | [optional]
**storage** | **string** | The document storage. | [optional]
**file** | **Buffer** | A file to be converted. | [optional]
Expand Down Expand Up @@ -7980,7 +7934,7 @@ Name | Type | Description | Notes
**outPath** | **string** | Full resulting filename (ex. /folder1/folder2/result.xls) |
**insertBlankColumnAtFirst** | **boolean** | Insert blank column at first | [optional]
**minimizeTheNumberOfWorksheets** | **boolean** | Minimize the number of worksheets | [optional]
**scaleFactor** | **number** | Scale factor | [optional]
**scaleFactor** | **number** | Scale factor (Obsolete) | [optional]
**uniformWorksheets** | **boolean** | Uniform worksheets | [optional]
**folder** | **string** | The document folder. | [optional]
**storage** | **string** | The document storage. | [optional]
Expand All @@ -8007,7 +7961,7 @@ Name | Type | Description | Notes
**outPath** | **string** | Full resulting filename (ex. /folder1/folder2/result.xlsx) |
**insertBlankColumnAtFirst** | **boolean** | Insert blank column at first | [optional]
**minimizeTheNumberOfWorksheets** | **boolean** | Minimize the number of worksheets | [optional]
**scaleFactor** | **number** | Scale factor | [optional]
**scaleFactor** | **number** | Scale factor (Obsolete) | [optional]
**uniformWorksheets** | **boolean** | Uniform worksheets | [optional]
**folder** | **string** | The document folder. | [optional]
**storage** | **string** | The document storage. | [optional]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asposepdfcloud",
"version": "22.1.0",
"version": "22.2.0",
"description": "Aspose.PDF Cloud is a REST API for creating and editing PDF files. Most popular features proposed by Aspose.PDF Cloud: PDF to Word, Convert PDF to Image, Merge PDF, Split PDF, Add Images to PDF, Rotate PDF. 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.",
"homepage": "https://products.aspose.cloud/pdf/cloud",
"author": {
Expand Down
Loading