I'd like to typeset text that appears within the typesetting area, but after the footnotes. (How) is this possible? I've tried to make the page shorter (with the geometry package and the \newgeometry command) and use the footer for that text. I am unable to reset the geometry on the next pages (see my other question). But perhaps there is a better approach?
\documentclass{article}
\usepackage{geometry,blindtext}
\geometry{showframe}
\begin{document}
\blindtext[9]
\clearpage This is a special page\footnote{footnote}.
\specialcommand{A short horizontal rule and then in the next line: accumsan semper. Lorem ipsum dolor}
\blindtext[9]
\end{document}

