I'm trying to accomplish the result in shown in following picture.

So far I have tried :
\begin{tabular}[h]{cm{5cm}m{5cm}c}
fingerprint & Signature1 & \rule{5cm}{.5pt} & fingerprint \\
& & & \\
\fbox{ \vspace{5cm} \rule{2cm}{0pt} } & Signature2 & \rule{5cm}{.5pt} & \fbox{ \vspace{5cm} \rule{2cm}{0pt} } \\
\end{tabular}
But the resulting fbox are really small, I thought about creating an image of the desired size and including, but I believe LaTeX has the tools needed to accomplish the task without external files. What I am surely missing is creating a simple framed box of a given size though, and I am not sure about being able to insert in a tabular environment.




\vspaceinside an\fbox. – egreg Dec 27 '11 at 13:57