mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
added new demo pages
This commit is contained in:
parent
aa895aa76e
commit
4a5ec42ede
106
demo/cheat.html
106
demo/cheat.html
File diff suppressed because one or more lines are too long
108
demo/chn.html
108
demo/chn.html
File diff suppressed because one or more lines are too long
132
demo/demo.html
132
demo/demo.html
File diff suppressed because one or more lines are too long
10
demo/gen.sh
10
demo/gen.sh
@ -1 +1,9 @@
|
||||
for f in ../test/demo/*.pdf; do pdf2htmlEX --external-hint-tool=ttfautohint --auto-hint=1 --zoom 2 $f; done
|
||||
#!/bin/bash
|
||||
|
||||
PARA="--external-hint-tool=ttfautohint --auto-hint=1 --fit-width 1024"
|
||||
|
||||
for f in ../test/demo/*.pdf; do
|
||||
pdf2htmlEX $PARA $f
|
||||
done
|
||||
|
||||
pdf2htmlEX $PARA -l 3 ../test/demo/issue65_en.pdf issue65_en_sample.html
|
||||
|
File diff suppressed because one or more lines are too long
627
demo/issue65_en.html
Normal file
627
demo/issue65_en.html
Normal file
File diff suppressed because one or more lines are too long
531
demo/issue65_en_sample.html
Normal file
531
demo/issue65_en_sample.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user