0 Replies Latest reply on Feb 25, 2010 10:41 PM by dmartfw

    RTF Documents using p:header and p:footer

      Hello,


      I'm currently using the SEAM provided IText JSF controls for creating PDF and RTF reports.  As part of the supporting UI, a user can select if the report output is to be in the form of a PDF or RTF.  Everything works great except for the p:header and p:footer components on RTF generated reports - basically the report is created but with no information in the header and footer of each page on the document.  I'm curious if anyone out there has had any success in using the SEAM provided header and footer components on RTF reports.


      I have found some examples using the RtfHeaderFooters class in the IText package, but I had no luck on using them in a custom JSF component.


      Thanks