idr_cloud_client 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +14 -2
- data/lib/idr_cloud_client/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: dc7a2f65f7ad56e98f0ef88222095217a80e2678754e4264c25926fe4b0a7b18
|
|
4
|
+
data.tar.gz: caee79c107d23325678c072b17f9d8db37f74480caa1091716c53aa616b86744
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 923f7bb118035b7fc873d31cc2c3225397c72e86988b37898ac63c328a53bfaec04f6fa348fe9812933e9ae496824c35076651b37d06d6748b9ffcf311a18c63
|
|
7
|
+
data.tar.gz: 11c107b21f757fb74fe786df536411e26a3dc1e8e772d55c809c35640b8ec11ff0b234e71465de524e114c2e76df499ec6d9088c866647dd59ba93ea903ea466
|
data/README.md
CHANGED
|
@@ -2,9 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Interact with any [IDRsolutions' Microservice Examples](https://github.com/idrsolutions/) using the IDRSolutions Ruby Client.
|
|
4
4
|
|
|
5
|
-
The
|
|
5
|
+
The IDRsolutions Microservice Examples are open source projects that allows you to
|
|
6
|
+
convert PDFs using various softwares from [IDRSolutions](https://www.idrsolutions.com/) as an online service.
|
|
6
7
|
|
|
7
|
-
|
|
8
|
+
JPedal Microservice Example - Convert pages to images
|
|
9
|
+
|
|
10
|
+
BuildVu Microservice Example - Convert PDFs to HTML or SVG
|
|
11
|
+
|
|
12
|
+
FormVu Microservice Example - Convert PDF Forms to HTML
|
|
13
|
+
|
|
14
|
+
IDR Solutions offer a free trial service for running these libraries with NodeJS. You can
|
|
15
|
+
find information at the following links for [JPedal](https://www.idrsolutions.com/jpedal/), [BuildVu](https://www.idrsolutions.com/buildvu/), and [FormVu](https://www.idrsolutions.com/formvu/).
|
|
8
16
|
|
|
9
17
|
-----
|
|
10
18
|
|
|
@@ -48,6 +56,10 @@ Full usage for connecting to BuildVu can be found [here](https://support.idrsolu
|
|
|
48
56
|
|
|
49
57
|
Full usage for connecting to JPedal can be found [here](https://support.idrsolutions.com/jpedal/tutorials/cloud/).
|
|
50
58
|
|
|
59
|
+
## FormVu: ##
|
|
60
|
+
|
|
61
|
+
Full usage for connecting to FormVu can be found [here](https://support.idrsolutions.com/formvu/tutorials/cloud/).
|
|
62
|
+
|
|
51
63
|
-----
|
|
52
64
|
|
|
53
65
|
# Who do I talk to? #
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: idr_cloud_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- IDRsolutions
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-12-
|
|
11
|
+
date: 2020-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|