Skip to content

Commit

Permalink
调整calibre转PDF文档的时候的默认文字大小
Browse files Browse the repository at this point in the history
  • Loading branch information
TruthHun88 committed Sep 9, 2018
1 parent 361c032 commit b4e996d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ func UnofficeToPdf(file string) (pdfFile string, err error) {
file,
pdfFile,
"--paper-size", "a4",
"--pdf-default-font-size", "15",
"--pdf-default-font-size", "16",
"--pdf-page-margin-bottom", "36",
"--pdf-page-margin-left", "36",
"--pdf-page-margin-right", "36",
Expand Down

0 comments on commit b4e996d

Please sign in to comment.