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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Aspose Pty Ltd
Copyright (c) 2021 Aspose.PDF Cloud

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
108 changes: 47 additions & 61 deletions README.md

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions docs/ApiInfo.md

This file was deleted.

103 changes: 6 additions & 97 deletions docs/PdfApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Method | HTTP request | Description
*PdfApi* | [**deleteStamp**](PdfApi.md#deleteStamp) | **DELETE** /pdf/\{name}/stamps/\{stampId} | Delete document stamp by ID
*PdfApi* | [**deleteTable**](PdfApi.md#deleteTable) | **DELETE** /pdf/\{name}/tables/\{tableId} | Delete document table by ID
*PdfApi* | [**downloadFile**](PdfApi.md#downloadFile) | **GET** /pdf/storage/file/\{path} | Download file
*PdfApi* | [**getApiInfo**](PdfApi.md#getApiInfo) | **GET** /pdf/info |
*PdfApi* | [**getBookmark**](PdfApi.md#getBookmark) | **GET** /pdf/\{name}/bookmarks/bookmark/\{bookmarkPath} | Read document bookmark.
*PdfApi* | [**getBookmarks**](PdfApi.md#getBookmarks) | **GET** /pdf/\{name}/bookmarks/list/\{bookmarkPath} | Read document bookmarks node list.
*PdfApi* | [**getCaretAnnotation**](PdfApi.md#getCaretAnnotation) | **GET** /pdf/\{name}/annotations/caret/\{annotationId} | Read document page caret annotation by ID.
Expand Down Expand Up @@ -150,8 +149,7 @@ Method | HTTP request | Description
*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
*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
*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
*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
*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
*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.
*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
*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
*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
Expand Down Expand Up @@ -306,8 +304,7 @@ Method | HTTP request | Description
*PdfApi* | [**putPdfInRequestToDoc**](PdfApi.md#putPdfInRequestToDoc) | **PUT** /pdf/convert/doc | Converts PDF document (in request content) to DOC format and uploads resulting file to storage.
*PdfApi* | [**putPdfInRequestToEpub**](PdfApi.md#putPdfInRequestToEpub) | **PUT** /pdf/convert/epub | Converts PDF document (in request content) to EPUB format and uploads resulting file to storage.
*PdfApi* | [**putPdfInRequestToHtml**](PdfApi.md#putPdfInRequestToHtml) | **PUT** /pdf/convert/html | Converts PDF document (in request content) to Html format and uploads resulting file to storage.
*PdfApi* | [**putPdfInRequestToLaTeX**](PdfApi.md#putPdfInRequestToLaTeX) | **PUT** /pdf/convert/latex | Converts PDF document (in request content) to TeX format and uploads resulting file to storage.
*PdfApi* | [**putPdfInRequestToMobiXml**](PdfApi.md#putPdfInRequestToMobiXml) | **PUT** /pdf/convert/mobixml | Converts PDF document (in request content) to MOBIXML format and uploads resulting file to storage.
*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.
*PdfApi* | [**putPdfInRequestToPdfA**](PdfApi.md#putPdfInRequestToPdfA) | **PUT** /pdf/convert/pdfa | Converts PDF document (in request content) to PdfA format and uploads resulting file to storage.
*PdfApi* | [**putPdfInRequestToPptx**](PdfApi.md#putPdfInRequestToPptx) | **PUT** /pdf/convert/pptx | Converts PDF document (in request content) to PPTX format and uploads resulting file to storage.
*PdfApi* | [**putPdfInRequestToSvg**](PdfApi.md#putPdfInRequestToSvg) | **PUT** /pdf/convert/svg | Converts PDF document (in request content) to SVG format and uploads resulting file to storage.
Expand All @@ -320,8 +317,7 @@ Method | HTTP request | Description
*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
*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
*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
*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
*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
*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
*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
*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
*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
Expand Down Expand Up @@ -932,26 +928,6 @@ Name | Type | Description | Notes
- **Content-Type**: application/json
- **Accept**: multipart/form-data

<a name="getApiInfo"></a>
## **getApiInfo**
> getApiInfo()



### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------


### Return type

[**ApiInfo**](ApiInfo.md)

### HTTP request headers

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

<a name="getBookmark"></a>
## **getBookmark**
> getBookmark(name, bookmarkPath, folder, storage)
Expand Down Expand Up @@ -3719,28 +3695,6 @@ Name | Type | Description | Notes

**Buffer**

### HTTP request headers

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

<a name="getPdfInStorageToLaTeX"></a>
## **getPdfInStorageToLaTeX**
> getPdfInStorageToLaTeX(name, folder, storage)

Converts PDF document (located on storage) to TeX format and returns resulting file in response content

### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**name** | **string** | The document name. |
**folder** | **string** | The document folder. | [optional]
**storage** | **string** | The document storage. | [optional]

### Return type

**Buffer**

### HTTP request headers

- **Content-Type**: application/json
Expand All @@ -3750,7 +3704,7 @@ Name | Type | Description | Notes
## **getPdfInStorageToMobiXml**
> getPdfInStorageToMobiXml(name, folder, storage)

Converts PDF document (located on storage) to MOBIXML format and returns resulting file in response content
Converts PDF document (located on storage) to MOBIXML format and returns resulting ZIP archive file in response content.

### Parameters
Name | Type | Description | Notes
Expand Down Expand Up @@ -7498,28 +7452,6 @@ Name | Type | Description | Notes

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

### HTTP request headers

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

<a name="putPdfInRequestToLaTeX"></a>
## **putPdfInRequestToLaTeX**
> putPdfInRequestToLaTeX(outPath, storage, file)

Converts PDF document (in request content) to TeX format and uploads resulting file to storage.

### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**outPath** | **string** | Full resulting filename (ex. /folder1/folder2/result.tex) |
**storage** | **string** | The document storage. | [optional]
**file** | **Buffer** | A file to be converted. | [optional]

### Return type

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

### HTTP request headers

- **Content-Type**: multipart/form-data
Expand All @@ -7529,7 +7461,7 @@ Name | Type | Description | Notes
## **putPdfInRequestToMobiXml**
> putPdfInRequestToMobiXml(outPath, storage, file)

Converts PDF document (in request content) to MOBIXML format and uploads resulting file to storage.
Converts PDF document (in request content) to MOBIXML format and uploads resulting ZIP archive file to storage.

### Parameters
Name | Type | Description | Notes
Expand Down Expand Up @@ -7874,29 +7806,6 @@ Name | Type | Description | Notes

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

### HTTP request headers

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

<a name="putPdfInStorageToLaTeX"></a>
## **putPdfInStorageToLaTeX**
> putPdfInStorageToLaTeX(name, outPath, folder, storage)

Converts PDF document (located on storage) to TeX format and uploads resulting file to storage

### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**name** | **string** | The document name. |
**outPath** | **string** | Full resulting filename (ex. /folder1/folder2/result.tex) |
**folder** | **string** | The document folder. | [optional]
**storage** | **string** | The document storage. | [optional]

### Return type

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

### HTTP request headers

- **Content-Type**: application/json
Expand All @@ -7906,7 +7815,7 @@ Name | Type | Description | Notes
## **putPdfInStorageToMobiXml**
> putPdfInStorageToMobiXml(name, outPath, folder, storage)

Converts PDF document (located on storage) to MOBIXML format and uploads resulting file to storage
Converts PDF document (located on storage) to MOBIXML format and uploads resulting ZIP archive file to storage

### Parameters
Name | Type | Description | Notes
Expand Down
2 changes: 1 addition & 1 deletion docs/TextReplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Single text replacement setting.
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**oldValue** | **string** | Original text. |
**newValue** | **string** | New text. |
**newValue** | **string** | New text. | [optional]
**regex** | **boolean** | Gets or sets a value indicating whether search text is regular expression. |
**textState** | [**TextState**](TextState.md) | Text properties of a new text. | [optional]
**rect** | [**Rectangle**](Rectangle.md) | Rectangle area where searched original text. | [optional]
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

105 changes: 103 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asposepdfcloud",
"version": "20.12.0",
"version": "21.9.0",
"description": "Aspose.PDF Cloud SDK",
"homepage": "https://products.aspose.cloud/pdf/cloud",
"author": {
Expand All @@ -17,7 +17,107 @@
"keywords": [
"Aspose",
"Cloud",
"PDF"
"PDF",
"Aspose.PDF",
"Aspose.PDF-Cloud",
"Aspose.Total-Cloud",
"REST",
"API",
"EPUB",
"HTML",
"TEX",
"MHT",
"PCL",
"PS",
"PostScript",
"SVG",
"XML",
"XPS",
"XSLFO",
"MD",
"Markdown",
"XLS",
"XLSX",
"PPTX",
"DOC",
"DOCX",
"EPUB",
"HTML",
"MobiXML",
"SVG",
"JPEG",
"EMF",
"PNG",
"BMP",
"GIF",
"TIFF",
"XML",
"XPS",
"Text",
"FDF",
"XFDF",
"PDFA3",
"PDF-to-DOC",
"PDF-to-DOCX",
"PDF-to-HTML",
"PDF-to-PDFA",
"PDF-to-TIFF",
"PDF-to-SVG",
"PDF-to-EPUB",
"PDF-to-PPTX",
"PDF-to-TEX",
"PDF-to-MobiXML",
"PDF-to-XFA",
"PDF-to-XML",
"PDF-to-XPS",
"PDF-to-XLS",
"EPUB-to-PDF",
"Web-to-PDF",
"TEX-to-PDF",
"MHT-to-PDF",
"HTML-to-PDF",
"PS-to-PDF",
"PostScript-to-PDF",
"XSIF-to-PDF",
"XPS-to-PDF",
"SVG-to-PDF",
"DOC-to-PDF",
"DOCX-to-PDF",
"PCL-to-PDF",
"XML-to-PDF",
"Markdown-to-PDF",
"MD-to-PDF",
"Annotation",
"Line-Annotation",
"Circle-Annotation",
"Square-Annotation",
"Underline-Annotation",
"Squiggly-Annotation",
"PDF-Bookmark",
"PDF-Link",
"PDF-Attachment",
"PDF-Document",
"PDF-Page",
"PDF-Form-Fields",
"PDF-Text",
"PDF-Image",
"Replace-Text",
"Fetch-Text",
"Replace-Image",
"Extract-Image",
"Convert-PDF",
"Convert",
"Converter",
"PDF-to-Image",
"Create-PDF",
"Convert-PDF",
"Stamp",
"PDF-OCR",
"OCR-Layers",
".NET",
"C#",
"dotnet",
"CSharp"
],
"readmeFilename": "README.md",
"main": "src/api/api.js",
Expand All @@ -37,6 +137,7 @@
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^14.14.25",
"mocha": "^7.0.0",
"ts-node": "^7.0.0",
"typescript": "^2.4.2"
Expand Down
Loading