aspose_pdf_cloud 21.10.0 → 21.10.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/aspose_pdf_cloud.gemspec +1 -1
- data/lib/aspose_pdf_cloud/version.rb +1 -1
- metadata +16 -23
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b7de865c70a31d7b984c9b3914fd43d7fc78e675cc497e127ecd204a9227cd9
|
4
|
+
data.tar.gz: ad3019d6d7837ae6695285dfe1416c689a5b9432523b3c720445d75fa4cabd4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12811f8f6bd7dc29da7899fb933ef6b958e0e47befed848ea7e23784a61e0612e6435b006421d9c623dce7971f68a94780ee9e9073b4fbe6407cc6bac3dd2dec
|
7
|
+
data.tar.gz: 9bbb98641d6bc4806ad94655b8c92ba415c795f75d102014114c1cf0a7ccf8f2139efa0a22ced602ed54dc42c02acac18f2ec57075c9dd19f363ea9425af9cca
|
data/README.md
CHANGED
@@ -30,7 +30,7 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
|
|
30
30
|
MHT, PCL, PS, XSLFO, MD
|
31
31
|
|
32
32
|
## Enhancements in Version 21.10
|
33
|
-
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .
|
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
|
36
36
|
* Implemented custom fonts for Text API.
|
@@ -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.
|
55
|
+
gem install ./aspose_pdf_cloud-21.10.1.gem
|
56
56
|
```
|
57
|
-
(for development, run `gem install --dev ./aspose_pdf_cloud-21.10.
|
57
|
+
(for development, run `gem install --dev ./aspose_pdf_cloud-21.10.1.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.
|
63
|
+
gem 'aspose_pdf_cloud', '~> 21.10.1'
|
64
64
|
|
65
65
|
### Install from Git
|
66
66
|
|
data/aspose_pdf_cloud.gemspec
CHANGED
@@ -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 =
|
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"
|
40
40
|
s.license = "MIT"
|
41
41
|
|
42
42
|
s.required_ruby_version = ">= 1.9"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aspose_pdf_cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 21.10.
|
4
|
+
version: 21.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aspose PDF Cloud
|
@@ -52,28 +52,21 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '5.8'
|
55
|
-
description:
|
56
|
-
PDF files. It can also be used to convert PDF files to different formats like DOC,
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
create
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
access through a rich API to all document elements allows to create, modify, extract,
|
71
|
-
copy, split, join, and replace document content.\nAspose.PDF Cloud is designed to
|
72
|
-
perform great. You can literally generate thousands of documents in minutes with
|
73
|
-
Aspose.PDF Cloud and that involves opening a document, modifying content and formatting
|
74
|
-
or populating it with data and saving it. Even most of the complex documents are
|
75
|
-
opened and saved in fractions of a second.\nFree support for Aspose.PDF Cloud is
|
76
|
-
provided on our support forum:\nhttps://forum.aspose.cloud/\nand on StackOverflow:\nhttps://stackoverflow.com/questions/tagged/aspose.pdf'
|
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
|
77
70
|
email:
|
78
71
|
- ''
|
79
72
|
executables: []
|