Improve pdf
Some checks failed
/ Run tests (push) Successful in 2m9s
/ Run system tests (push) Failing after 2m35s
/ Build, push and deploy image (push) Successful in 1m33s

This commit is contained in:
david 2024-11-24 00:58:36 +01:00
parent 89ef15f41d
commit 4abae91a5a
3 changed files with 59 additions and 9 deletions

View file

@ -0,0 +1,10 @@
PrawnRails.config do |config|
config.page_layout = :portrait
config.page_size = "A4"
config.skip_page_creation = false
config.left_margin = 48
config.top_margin = 48
config.right_margin = 48
config.bottom_margin = 48
end