@@ -29,24 +29,10 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
2929## Read PDF Formats
3030MHT, 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
6046Then 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
6753or publish the gem to a gem hosting service, e.g. [ RubyGems] ( https://rubygems.org/ ) .
6854
6955Finally 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
0 commit comments