How should I add headers or footers to generated Postscript / PDF files?
You may use one of the following options: • Use blocks with ‘position: fixed’. Pleas note that you probably want to set ‘top’ and ‘bottom’ properties to negative values to avoid overlapping with main content; it is an expected behavior according to HTML/CSS standards. (see also a simple sample) • Use “Header” and “Footer” options in web interface or PreTreeFilterHeaderFooter filter in API • Use CSS 3 margin boxes.