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 +4 -4
- data/README.md +5 -19
- data/lib/aspose_pdf_cloud/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1dc3504c384f7117799f64d02c2e87e73e0e98c496fc30fc411b1f681a5de35
|
4
|
+
data.tar.gz: b3a7169af2601b6a1544f8a24aecb3cc86ed4db610ba4f04cbc0ad2b216e7e78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
33
|
-
- Support
|
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.
|
49
|
+
gem install ./aspose_pdf_cloud-23.11.0.gem
|
64
50
|
```
|
65
|
-
(for development, run `gem install --dev ./aspose_pdf_cloud-23.
|
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.
|
57
|
+
gem 'aspose_pdf_cloud', '~> 23.11.0'
|
72
58
|
|
73
59
|
### Install from Git
|
74
60
|
|
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.
|
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-
|
11
|
+
date: 2023-11-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|