aspose_pdf_cloud 23.10.0 → 23.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5710c7846e8fac23698b27eb350e966b1b5cee5c9ea0e8551124684f5f094813
4
- data.tar.gz: bd9dc4f6502df0200ee90d4402851626e44c61ff84f842a2c4afc476b69f7599
3
+ metadata.gz: a1dc3504c384f7117799f64d02c2e87e73e0e98c496fc30fc411b1f681a5de35
4
+ data.tar.gz: b3a7169af2601b6a1544f8a24aecb3cc86ed4db610ba4f04cbc0ad2b216e7e78
5
5
  SHA512:
6
- metadata.gz: a768377c206d7a0c59720ef80ea72d8739fa002ea43608a5162d2fcf615bcbf5707ef9077f37a8e78d519e9791b5a519bc5eebb5722b296ad702d2ca2a3331cd
7
- data.tar.gz: e9bf259c0294f0bf0b28c25d357c27ab0780d986ab18103c717bb98d732296a9b5d5cbb2bca9265cdd3dbe16c325d783b2571c0f9f2d9f8676739fc46635b0cf
6
+ metadata.gz: e90f26a7a859a25f3fafaad3a1af47ccae362d25841208798e25a21447ab22241e52dcf17cf15e15191b1b34a9ebfa1231dc93937426458c352a782889d24522
7
+ data.tar.gz: 3983b0018d885d14f396158866d1e79d78f4f2122e9202c9fe8e79d82ba0a1e95f12dcbf4541dd6cc96f552a3e5ea1e9531d2348df04768b62e083f59f67bd61
data/README.md CHANGED
@@ -29,24 +29,10 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
29
29
  ## Read PDF Formats
30
30
  MHT, PCL, PS, XSLFO, MD
31
31
 
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.
44
34
  - A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
45
35
 
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
-
50
36
  ## Installation
51
37
 
52
38
  ### Build a gem
@@ -60,15 +46,15 @@ gem build aspose_pdf_cloud.gemspec
60
46
  Then either install the gem locally:
61
47
 
62
48
  ```shell
63
- gem install ./aspose_pdf_cloud-23.10.0.gem
49
+ gem install ./aspose_pdf_cloud-23.11.0.gem
64
50
  ```
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)
66
52
 
67
53
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
68
54
 
69
55
  Finally add this to the Gemfile:
70
56
 
71
- gem 'aspose_pdf_cloud', '~> 23.10.0'
57
+ gem 'aspose_pdf_cloud', '~> 23.11.0'
72
58
 
73
59
  ### Install from Git
74
60
 
@@ -20,5 +20,5 @@ SOFTWARE.
20
20
  =end
21
21
 
22
22
  module AsposePdfCloud
23
- VERSION = "23.10.0"
23
+ VERSION = "23.11.0"
24
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aspose_pdf_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 23.10.0
4
+ version: 23.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aspose PDF Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-26 00:00:00.000000000 Z
11
+ date: 2023-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json