I have been using the Wicked PDF gem for generating pdfs. It has been working great.
However, I have run into a situation where a need to attach and have visible a large footer to the first page, but not the rest of the pages. To accomplish this I added a margin to the bottom of the body of the pdf as suggested in this post which gives the footer enough room to be visible.
This causes adverse side effects because it adds bottom margin to all of the pages not just this first page. I was hoping to only add margin to the first page and leave the rest of the pages unchanged.
I've tried to accomplish this with the use of javascript and css but have had no luck so far.
Thanks in advance