aspose_pdf_cloud 24.1.0 → 24.2.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: 99727c1d6b4a70db54b8ec796b29ab72cc20c2aae135c4595487f98e3f2bfaee
4
- data.tar.gz: c345317dfd6636564da80c15a4e4556496e23ff41ac1282d08cd593766ede792
3
+ metadata.gz: a710907df56141db74ce4f32878b8f2fac75897c27fd013be1232e32b980c964
4
+ data.tar.gz: 9969957699d1083b5ca2a387019ae2d50cb8def5ae53d7c479cc708d1c72573c
5
5
  SHA512:
6
- metadata.gz: cb04498615b9faecb88d6cfef946913476fc108e20863eee89c2e27bfa1653986ca9551c785a5db497f727cf31a2290f6d4e17b763772f1897e6f36a737a0d68
7
- data.tar.gz: 2795b5de5c48cc9486b1e7e3795e4380821ec1267689cf38ba88f398a47a9645fdaa7e377aa1b83ba5af33ab106afc0635dda98835fec9ed47230515caa71561
6
+ metadata.gz: ef12553483de029dc6ba25308f33eab810024e417f3047531015508f5ea91313667d6d91767625f1f5bed3a0b775069a8190b98a7b5b728c9beb3383240d1bd6
7
+ data.tar.gz: a27289346bf247dd3d8837ea88295c8ada673698535a7508a915422cb0e170dcbcf22f6e8f1576b4bdaa3a57e36dcf315a408e138c05482394ae4989e0f4d267
data/README.md CHANGED
@@ -29,9 +29,8 @@ 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 24.1
33
- - Add support to convert password protected PDF to SVG in PutPdfInRequestToSvg API.
34
- - Add support to convert password protected PDF to SVG in PutPdfInStorageToSvg API.
32
+ ## Enhancements in Version 24.2
33
+ - Memory leak when converting PDF to DOCX.
35
34
  - A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
36
35
 
37
36
  ## Installation
@@ -47,15 +46,15 @@ gem build aspose_pdf_cloud.gemspec
47
46
  Then either install the gem locally:
48
47
 
49
48
  ```shell
50
- gem install ./aspose_pdf_cloud-24.1.0.gem
49
+ gem install ./aspose_pdf_cloud-24.2.0.gem
51
50
  ```
52
- (for development, run `gem install --dev ./aspose_pdf_cloud-24.1.0.gem` to install the development dependencies)
51
+ (for development, run `gem install --dev ./aspose_pdf_cloud-24.2.0.gem` to install the development dependencies)
53
52
 
54
53
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
55
54
 
56
55
  Finally add this to the Gemfile:
57
56
 
58
- gem 'aspose_pdf_cloud', '~> 24.1.0'
57
+ gem 'aspose_pdf_cloud', '~> 24.2.0'
59
58
 
60
59
  ### Install from Git
61
60
 
@@ -20,5 +20,5 @@ SOFTWARE.
20
20
  =end
21
21
 
22
22
  module AsposePdfCloud
23
- VERSION = "24.1.0"
23
+ VERSION = "24.2.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: 24.1.0
4
+ version: 24.2.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: 2024-01-25 00:00:00.000000000 Z
11
+ date: 2024-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json