mirror of
https://github.com/internetee/registry.git
synced 2025-05-31 18:03:56 +02:00
8 lines
159 B
Ruby
8 lines
159 B
Ruby
PDFKit.configure do |config|
|
|
config.default_options = {
|
|
page_size: 'A4',
|
|
quiet: true,
|
|
encoding: 'utf-8',
|
|
# :print_media_type => true
|
|
}
|
|
end
|