UNPKG
pdftohtml
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.0.1
PDF to HTML (pdf2htmlex) shell wrapper
alanhk89/pdftohtml
pdftohtml
/
.travis.yml
12 lines
(10 loc)
•
200 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