1
0
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:
Lu Wang 2012-09-27 12:56:41 +08:00
parent aa895aa76e
commit 4a5ec42ede
7 changed files with 1443 additions and 133 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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

File diff suppressed because one or more lines are too long

531
demo/issue65_en_sample.html Normal file

File diff suppressed because one or more lines are too long