UNPKG
@dsardar099/pdf-to-html
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
PDF to HTML (pdf2htmlex) shell wrapper
github.com/dsardar099/pdf-to-html
dsardar099/pdf-to-html
@dsardar099/pdf-to-html
/
.travis.yml
12 lines
(10 loc)
•
211 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
language:
node_js
dist:
trusty
before_install:
- sudo add-apt-repository ppa:coolwanglu/pdf2htmlex -y - sudo apt-
get
update -y - sudo apt-
get
install pdf2htmlex -y
node_js:
-
8
-
10
-
12