I'm creating exam paper using exam class as mentioned below:
\documentclass[a4paper,addpoints,answers,10pt]{exam}
\usepackage{tikz}
\usepackage{graphicx}
\usepackage{wallpaper}
\TileWallPaper{\paperwidth}{1\paperheight}{QPborder}
\begin{document}
\thispagestyle{empty}
\begin{figure}
\includegraphics[width=1.25\linewidth, height=1.15\textheight, keepaspectratio=true]{Std3Qpcover}
\end{figure}
\end{document}
Before Starting questions, I want to add image on the first page occupying full size of A4 page (without margin & wallpaper background). I tried many options already mentioned on the forum, but somehow nothing is working. Can you please suggest, how can I add full page Image without margin & border & background image?
\TileWallPaper{\paperwidth}{1\paperheight}{QPborder}in the document and outside of the preamble? – Qrrbrbirlbel Oct 21 '13 at 16:06