1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 10:20:33 +00:00

Removed --embed altogether.

This commit is contained in:
Joachim Wuttke (h) 2016-12-11 14:37:19 +01:00
parent 3bbb286453
commit 55cab0178a

View File

@ -14,7 +14,6 @@ class BrowserTests(Common):
DEFAULT_PDF2HTMLEX_ARGS = [ DEFAULT_PDF2HTMLEX_ARGS = [
'--fit-width', 800, '--fit-width', 800,
'--last-page', 1, '--last-page', 1,
'--embed', 'FI', # with 'fi', test suite is currently broken (some directory interference)
# avoid base64 to make it faster # avoid base64 to make it faster
] ]