mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
disable embed-base-font by default, as duplicated fonts are not detected now
This commit is contained in:
parent
b0c9715302
commit
5459447127
@ -76,7 +76,7 @@ po::variables_map parse_options (int argc, char **argv)
|
||||
|
||||
("process-nontext", po::value<int>(¶m.process_nontext)->default_value(1), "process nontext objects")
|
||||
("single-html", po::value<int>(¶m.single_html)->default_value(1), "combine everything into one single HTML file")
|
||||
("embed-base-font", po::value<int>(¶m.embed_base_font)->default_value(1), "embed local matched font for base 14 fonts in the PDF file")
|
||||
("embed-base-font", po::value<int>(¶m.embed_base_font)->default_value(0), "embed local matched font for base 14 fonts in the PDF file")
|
||||
("embed-external-font", po::value<int>(¶m.embed_external_font)->default_value(0), "embed local matched font for external fonts in the PDF file")
|
||||
|
||||
("heps", po::value<double>(¶m.h_eps)->default_value(1.0), "max tolerated horizontal offset (in pixels)")
|
||||
|
Loading…
Reference in New Issue
Block a user