I am using prawn to create pdf file but it always leaves some spaces/margins around the page. Can't we use whole space of the pdf file not leaving any margins around?
Thanks !!!
|
I am using prawn to create pdf file but it always leaves some spaces/margins around the page. Can't we use whole space of the pdf file not leaving any margins around? Thanks !!!
| |||
|
feedback
|
|
Are you referring to the page bounds ? The general space that is consumed on the page can be shown by the example code:
This will draw the bounds of the page showing the margin. There is a gap, which is the margins typically defined for the printing area | |||||||
feedback
|