If im in the wrong forum please let me know

what i want to do is to use a pdf form, and simply fill in the form using LaTeX.
I have tried some options like:
Code: Select all
\begin{document}
%\AddToShipoutPicture{\BackgroundPic}
\includepdf[pages=1-last,%
picturecommand*={%
\put(200,195){\textbf{Mugge}}%
\put(200,175){\textbf{1984}}%
\put(200,155){\textbf{bla bla}}%
\put(200,135){\textbf{1986-xxxx}}%
}]{labb.pdf}
I also tried some other background feature but then I only get the front page.
any tips and ideas?