I want footer to appear immediately after text on the last page, without huge gap.
I used showframe package and know that white space comes from the body (is tex adding some sort of \vskip or similar so that body height is exactly \textheight?). I'm also able to shift footer manually by decreasing \textheight for the last page using changepage package:
\changepage{-10cm}{}{}{}{}{}{}{}{}
But I need some way to get "true" text height automatically to substitute it as an argument for changepage.
And of course there could be (should be!) some better and cleaner way to solve this problem.
\hrules for signatures (every page should be signed), it should be close to the body so that nothing could be hand-written between. – one_half_3544 Sep 2 '11 at 7:32