Commit c8032f8182aa9774a2047e317ada750444b0b0ca

Authored by Karpikau Andrei
1 parent 1a3abd4d

test pdf

... ... @@ -38,7 +38,8 @@ module Kanjai
38 38 pdf: "file_name",
39 39 print_media_type: true,
40 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 45 if params['header_content']
... ...
1 1 module Kanjai
2   - VERSION = "0.0.95"
  2 + VERSION = "0.0.96"
3 3 end
... ...