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
/
lib
/
presets
/
ipad.js
10 lines
(9 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
exports
.
load
=
function
(
pdf2htmlex
) { pdf2htmlex.
add_options
([
"--fit-width 968"
,
"--font-format woff"
,
"--printing 0"
,
"--embed-outline 0"
]);
return
pdf2htmlex; };