Showing
2 changed files
with
3 additions
and
2 deletions
| @@ -38,7 +38,8 @@ module Kanjai | @@ -38,7 +38,8 @@ module Kanjai | ||
| 38 | pdf: "file_name", | 38 | pdf: "file_name", |
| 39 | print_media_type: true, | 39 | print_media_type: true, |
| 40 | orientation: params[:orientation], | 40 | orientation: params[:orientation], |
| 41 | - page_size: params[:page_size] || 'A4' | 41 | + page_size: params[:page_size] || 'A4', |
| 42 | + show_as_html: true | ||
| 42 | } | 43 | } |
| 43 | 44 | ||
| 44 | if params['header_content'] | 45 | if params['header_content'] |