Skip to content

Commit 5596ae6

Browse files
authored
Merge pull request #67 from aspose-pdf-cloud/develop
update to 23.11
2 parents a073f31 + 5138646 commit 5596ae6

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

README.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,10 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
2929
## Read PDF Formats
3030
MHT, PCL, PS, XSLFO, MD
3131

32-
## Enhancements in Version 23.10
33-
- Support of reading common info of password protected PDF in GetDocument API.
34-
- Support stamp password protected document using DeleteDocumentStamps API method.
35-
- Support stamp password protected document using DeleteStamp API method.
36-
- Support stamp password protected document using PostDocumentPageNumberStamps API method.
37-
- Support stamp password protected document using PostPageImageStamps API method.
38-
- Support stamp password protected document using PostPageTextStamps API method.
39-
- Support stamp password protected document using GetPageStamps API method.
40-
- Support stamp password protected document using GetDocumentStamps API method.
41-
- Support stamp password protected document using PostPagePdfPageStamps API method.
42-
- Support stamp password protected document using DeletePageStamps API method.
43-
- Develop a method to add an attachment file to a PDF document.
32+
## Enhancements in Version 23.11
33+
- Support to Convert Password Protected PDF Documents.
4434
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
4535

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

5238
### Build a gem
@@ -60,15 +46,15 @@ gem build aspose_pdf_cloud.gemspec
6046
Then either install the gem locally:
6147

6248
```shell
63-
gem install ./aspose_pdf_cloud-23.10.0.gem
49+
gem install ./aspose_pdf_cloud-23.11.0.gem
6450
```
65-
(for development, run `gem install --dev ./aspose_pdf_cloud-23.10.0.gem` to install the development dependencies)
51+
(for development, run `gem install --dev ./aspose_pdf_cloud-23.11.0.gem` to install the development dependencies)
6652

6753
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
6854

6955
Finally add this to the Gemfile:
7056

71-
gem 'aspose_pdf_cloud', '~> 23.10.0'
57+
gem 'aspose_pdf_cloud', '~> 23.11.0'
7258

7359
### Install from Git
7460

lib/aspose_pdf_cloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
=end
2121

2222
module AsposePdfCloud
23-
VERSION = "23.10.0"
23+
VERSION = "23.11.0"
2424
end

0 commit comments

Comments
 (0)