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
/
lib
/
presets
/
ipad.js
10 lines
(9 loc)
•
197 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; };