2

Is it possible to print HTML pages with custom headers & footers on each printed page with XPAGE?

I'd like to add the word "Business Partner" in blue, Arial, size 8pt to the bottom of every printed page, regardless of the content.

See my sample as attachment: http://i1248.photobucket.com/albums/hh490/dannysumarnach/XPage/samplepagewithfooter.jpg

1 Answers1

6

There is no special Notes/Domino/Xpages foo necessary. Just plain HTML and CSS. There is a nice answer here that involves tables. It does exactly what you want and supposedly even works in IE6.

And as Stefan is too timid ;) to modifiy my answer, please keep the following from the linked thread in mind: "I would say to anyone trying to do HTML reports from the browser, unless they are very simple, save yourself the frustration (as others told me here) and go with PDFs or something similar."

Community
  • 1
  • 1
leyrer
  • 1,444
  • 7
  • 9
  • From the link: "I would say to anyone trying to do HTML reports from the browser, unless they are very simple, save yourself the frustration (as others told me here) and go with PDFs or something similar." – stwissel Apr 02 '12 at 11:39