Commit 3e3a14c9aff87a3e96741d6791154c057f29a618

Authored by Karpikau Andrei
1 parent 52a574e0

test pdf

... ... @@ -38,8 +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',
42   - show_as_html: true
  41 + page_size: params[:page_size] || 'A4'
  42 + #show_as_html: true
43 43 }
44 44
45 45 if params['header_content']
... ...
1 1 module Kanjai
2   - VERSION = "0.0.97"
  2 + VERSION = "0.0.98"
3 3 end
... ...