aspose_pdf_cloud 21.10.1 → 21.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: 5b7de865c70a31d7b984c9b3914fd43d7fc78e675cc497e127ecd204a9227cd9
4
- data.tar.gz: ad3019d6d7837ae6695285dfe1416c689a5b9432523b3c720445d75fa4cabd4a
3
+ metadata.gz: 5ab2d6b6f9ce944722316e45a210730c7e13ce9caf36a3fe2faffb763926518c
4
+ data.tar.gz: 95129cf810e25081e3008f2c51aad0ef5ef76edc8bc9db8585acdcba18b2ee32
5
5
  SHA512:
6
- metadata.gz: 12811f8f6bd7dc29da7899fb933ef6b958e0e47befed848ea7e23784a61e0612e6435b006421d9c623dce7971f68a94780ee9e9073b4fbe6407cc6bac3dd2dec
7
- data.tar.gz: 9bbb98641d6bc4806ad94655b8c92ba415c795f75d102014114c1cf0a7ccf8f2139efa0a22ced602ed54dc42c02acac18f2ec57075c9dd19f363ea9425af9cca
6
+ metadata.gz: ff2bcb5778022f187e08e5d07fd94124dd766a9b72a053d0372a3ee50950393af51386f4b69a777b0e0822e476a2768eab43293ec2d6c6f5debb12e3f992b35b
7
+ data.tar.gz: 15586d47d98cbe718bf84b81f49dad0277103d02b24fd7ede49774957b46babbece97150234a28723f7897cc43d81c9c7c574ad396c1dcef93d32d4feefbb3db
data/README.md CHANGED
@@ -29,7 +29,7 @@ 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 21.10
32
+ ## Enhancements in Version 21.11
33
33
  - A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
34
34
 
35
35
  ## Enhancements in Version 20.9
@@ -52,15 +52,15 @@ gem build aspose_pdf_cloud.gemspec
52
52
  Then either install the gem locally:
53
53
 
54
54
  ```shell
55
- gem install ./aspose_pdf_cloud-21.10.1.gem
55
+ gem install ./aspose_pdf_cloud-21.11.0.gem
56
56
  ```
57
- (for development, run `gem install --dev ./aspose_pdf_cloud-21.10.1.gem` to install the development dependencies)
57
+ (for development, run `gem install --dev ./aspose_pdf_cloud-21.11.0.gem` to install the development dependencies)
58
58
 
59
59
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
60
60
 
61
61
  Finally add this to the Gemfile:
62
62
 
63
- gem 'aspose_pdf_cloud', '~> 21.10.1'
63
+ gem 'aspose_pdf_cloud', '~> 21.11.0'
64
64
 
65
65
  ### Install from Git
66
66
 
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
36
36
  s.email = [""]
37
37
  s.homepage = "https://products.aspose.cloud/pdf/cloud"
38
38
  s.summary = %q{Aspose.PDF Cloud}
39
- s.description = "New version of Aspose.PDF Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.PDF Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others.\nAspose.PDF Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.\nAspose.PDF Cloud is well documented to help you create your solutions on different platforms.\nhttps://products.aspose.cloud/pdf/family/\nRich Set of Features\nAspose.PDF Cloud features can be divided into three main areas:\nConversions: High quality conversions PDF to formats XLS, XLSX, PPTX, DOC, DOCX, EPUB, HTML, TeX, MobiXML, XML, XPS, FDF, XFDF, PDF/A\nRendering: Convert whole documents or pages to PDF, XPS or for server-side document generation. Also convert document pages to SVG, JPEG, EMF, PNG, BMP, GIF, TIFF images.\nDocument Object Model: Programmatic access through a rich API to all document elements allows to create, modify, extract, copy, split, join, and replace document content.\nAspose.PDF Cloud is designed to perform great. You can literally generate thousands of documents in minutes with Aspose.PDF Cloud and that involves opening a document, modifying content and formatting or populating it with data and saving it. Even most of the complex documents are opened and saved in fractions of a second.\nFree support for Aspose.PDF Cloud is provided on our support forum:\nhttps://forum.aspose.cloud/\nand on StackOverflow:\nhttps://stackoverflow.com/questions/tagged/aspose.pdf"
39
+ s.description = "Aspose.PDF Cloud is a REST API for creating and editing PDF files. Most popular features proposed by Aspose.PDF Cloud: PDF to Word, Convert PDF to Image, Merge PDF, Split PDF, Add Images to PDF, Rotate PDF. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.PDF Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.PDF Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images."
40
40
  s.license = "MIT"
41
41
 
42
42
  s.required_ruby_version = ">= 1.9"
@@ -20,5 +20,5 @@ SOFTWARE.
20
20
  =end
21
21
 
22
22
  module AsposePdfCloud
23
- VERSION = "21.10.1"
23
+ VERSION = "21.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: 21.10.1
4
+ version: 21.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: 2021-11-12 00:00:00.000000000 Z
11
+ date: 2021-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -52,21 +52,16 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '5.8'
55
- description: |-
56
- New version of Aspose.PDF Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.PDF Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others.
57
- Aspose.PDF Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.
58
- Aspose.PDF Cloud is well documented to help you create your solutions on different platforms.
59
- https://products.aspose.cloud/pdf/family/
60
- Rich Set of Features
61
- Aspose.PDF Cloud features can be divided into three main areas:
62
- Conversions: High quality conversions PDF to formats XLS, XLSX, PPTX, DOC, DOCX, EPUB, HTML, TeX, MobiXML, XML, XPS, FDF, XFDF, PDF/A
63
- Rendering: Convert whole documents or pages to PDF, XPS or for server-side document generation. Also convert document pages to SVG, JPEG, EMF, PNG, BMP, GIF, TIFF images.
64
- Document Object Model: Programmatic access through a rich API to all document elements allows to create, modify, extract, copy, split, join, and replace document content.
65
- Aspose.PDF Cloud is designed to perform great. You can literally generate thousands of documents in minutes with Aspose.PDF Cloud and that involves opening a document, modifying content and formatting or populating it with data and saving it. Even most of the complex documents are opened and saved in fractions of a second.
66
- Free support for Aspose.PDF Cloud is provided on our support forum:
67
- https://forum.aspose.cloud/
68
- and on StackOverflow:
69
- https://stackoverflow.com/questions/tagged/aspose.pdf
55
+ description: 'Aspose.PDF Cloud is a REST API for creating and editing PDF files. Most
56
+ popular features proposed by Aspose.PDF Cloud: PDF to Word, Convert PDF to Image,
57
+ Merge PDF, Split PDF, Add Images to PDF, Rotate PDF. It can also be used to convert
58
+ PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.PDF
59
+ Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database,
60
+ XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF
61
+ and many others. Aspose.PDF Cloud helps you manipulate elements of a PDF file like
62
+ text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST
63
+ API also allows you to manage PDF pages by using features like merging, splitting,
64
+ and inserting. Add images to a PDF file or convert PDF pages to images.'
70
65
  email:
71
66
  - ''
72
67
  executables: []