diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a1ee61..8de55ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,3 +46,4 @@ target_link_libraries(pdf2htmlEX poppler boost_program_options boost_filesystem install (TARGETS pdf2htmlEX DESTINATION bin) file (GLOB datafiles share/*) install (FILES ${datafiles} DESTINATION share/pdf2htmlEX) +install (FILES pdf2htmlEX.1 DESTINATION man/man1) diff --git a/pdf2htmlEX.1 b/pdf2htmlEX.1 index d92fa52..6692517 100644 --- a/pdf2htmlEX.1 +++ b/pdf2htmlEX.1 @@ -87,7 +87,7 @@ Specify a ratio greater than 1 would resolve this issue. .B --always-apply-tounicode <0|1> (Default: 0) A ToUnicode map may be provided for fonts in PDF which indicates the 'meaning' of the characters. -However often there is better "ToUnicode" info in Type 1 fonts, and sometimes the ToUnicode map provided is wrong. So by default pdf2htmlEX will find the Unicode value directly from the fonts instead of ToUnicode map. This behavior may be changed be turn on this switch. +However often there is better "ToUnicode" info in Type 1 fonts, and sometimes the ToUnicode map provided is wrong. So by default pdf2htmlEX will find the Unicode value directly from the fonts instead of ToUnicode map. This behavior may be changed by turning on this switch. .TP .B --font-suffix (Default: ".ttf"), --font-format (Default: "truetype") Specify the suffix and format of fonts extracted from the PDF file. They should be consistent.