I need to make questionnaire template for automatic processing with queXF. To do this I need to produce pages like this:

The queXF requirements for the pages are
- unique barcode for each page (done by using barcode as page number with help of packages
fancyhdr,pst-barcode,pstricks-add) - page frame for orientation
I need to draw the frame on each page like on the example page above (note that the frame is related to page, but not to text).
I see two ways for achieving this:
- to set an image background
- to draw separate lines (preferred)
Is it possible to do using LaTeX?

But the solution without using additional files is still preferred.
– Yuriy Petrovskiy Aug 30 '11 at 12:05pstricks. To get the same position ate every site you can use the packageatbegshior the packagefancyhdrwhich do you use. – Marco Daniel Aug 30 '11 at 12:17