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();