header and footer in Prawn PDF
The sample you are refering to, from the prawnto plugin, is using an older version of prawn. Since i also needed header and footer i looked a bit more into this. It seems that that version of prawn had header and footer methods, which were implemented using lazy bounding box. (found by checking the code … Read more