Skip to content

Commit

Permalink
Added support for footer-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
stackpr committed Aug 14, 2018
1 parent 94d45d6 commit d8b0556
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Engine/Convert/WkHtmlToPdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ class WkHtmlToPdf extends EngineBase {
'description' => 'Display line above the footer',
'mode' => Shell::SHELL_ARG_BOOL_DBL,
),
array(
'name' => 'footer-spacing',
'description' => 'Spacing between footer and content in mm (default 0)',
'mode' => Shell::SHELL_ARG_BOOL_DBL,
),
array(
'name' => 'footer-font-size',
'description' => 'Set footer font size (default 12)',
Expand Down

0 comments on commit d8b0556

Please sign in to comment.