\listfiles
\documentclass[a5paper,twoside]{article}
\usepackage{showframe}
\usepackage{blowup}
\blowUp{paper=a4,pos={inside,top},noscale}
\newcommand*\SEITE{%
\Huge
\noindent A \hfill B \hfill C
\vfill
\noindent X \hfill Y \hfill Z \newpage}
\begin{document}
\SEITE
\SEITE
\SEITE
\SEITE
\SEITE
\end{document}
%---------------------------