From fa818c3c39e3ff65409486b37fcc355c462b37b1 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sun, 23 Sep 2012 20:33:25 +0800 Subject: [PATCH] .. --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index 0fa0f74..14ba3c2 100755 --- a/test/test.py +++ b/test/test.py @@ -11,7 +11,7 @@ with open('out.html','w') as outf: if not f.lower().endswith('.pdf'): continue print f - os.system('pdf2htmlEX --dest-dir html "%s/%s"' % (DIR,f)) + os.system('pdf2htmlEX --dest-dir html --external-hint-tool=ttfautohint "%s/%s"' % (DIR,f)) ff = f[:-3] outf.write('%s
' % (ff,ff)) outf.flush();