mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
install manpage
This commit is contained in:
parent
863bd5c23f
commit
8c162f99f2
@ -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)
|
||||
|
@ -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 <suffix> (Default: ".ttf"), --font-format <format> (Default: "truetype")
|
||||
Specify the suffix and format of fonts extracted from the PDF file. They should be consistent.
|
||||
|
Loading…
Reference in New Issue
Block a user