Skip to content

Commit d4679a0

Browse files
authored
Merge pull request #86 from aspose-pdf-cloud/develop
update to 23.11
2 parents 4af3887 + 4aa3896 commit d4679a0

File tree

4 files changed

+6
-20
lines changed

4 files changed

+6
-20
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,10 @@ 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 23.10
34-
- Support of reading common info of password protected PDF in GetDocument API.
35-
- Support stamp password protected document using DeleteDocumentStamps API method.
36-
- Support stamp password protected document using DeleteStamp API method.
37-
- Support stamp password protected document using PostDocumentPageNumberStamps API method.
38-
- Support stamp password protected document using PostPageImageStamps API method.
39-
- Support stamp password protected document using PostPageTextStamps API method.
40-
- Support stamp password protected document using GetPageStamps API method.
41-
- Support stamp password protected document using GetDocumentStamps API method.
42-
- Support stamp password protected document using PostPagePdfPageStamps API method.
43-
- Support stamp password protected document using DeletePageStamps API method.
44-
- Develop a method to add an attachment file to a PDF document.
33+
## Enhancements in Version 23.11
34+
- Support to Convert Password Protected PDF Documents.
4535
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
4636

47-
## Bugs fixed in Version 23.10
48-
- Aspose.PDF Cloud PostFlattenDocument API Issue.
49-
- The GetPages API throws timeout error for PDF files larger than 10 Mb.
50-
5137
## Installation
5238

5339
### NPM

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asposepdfcloud",
3-
"version": "23.10.0",
3+
"version": "23.11.0",
44
"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.",
55
"homepage": "https://products.aspose.cloud/pdf/cloud",
66
"author": {

src/requestHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async function invokeApiMethodInternal(requestOptions: request.Options, confgura
9393
//headers
9494
sa.set("User-Agent", "pdf nodejs sdk");
9595
sa.set("x-aspose-client", "nodejs sdk");
96-
sa.set("x-aspose-client-version", "23.10.0");
96+
sa.set("x-aspose-client-version", "23.11.0");
9797

9898
if (!requestOptions.headers) {
9999
requestOptions.headers = {};

0 commit comments

Comments
 (0)