mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
7 lines
180 B
Ruby
7 lines
180 B
Ruby
PDFKit.configure do |config|
|
|
config.wkhtmltopdf = "#{Rails.root}/vendor/bin/wkhtmltopdf"
|
|
config.default_options = {
|
|
page_size: 'A4'
|
|
# :print_media_type => true
|
|
}
|
|
end
|