1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 13:00:08 +00:00
pdf2htmlEX/demo/gen.sh

10 lines
242 B
Bash
Raw Permalink Normal View History

2012-09-27 04:56:41 +00:00
#!/bin/bash
2013-09-28 05:30:57 +00:00
PARA="--optimize-text 0 --split-pages 1 --external-hint-tool=ttfautohint --fit-width 1024"
2012-09-27 04:56:41 +00:00
for f in ../test/demo/*.pdf; do
pdf2htmlEX $PARA $f
done
2013-02-12 09:43:37 +00:00
#pdf2htmlEX $PARA -l 3 ../test/demo/issue65_en.pdf issue65_en_sample.html