Ok - so (off topic I know) I'm pretty ashamed at what I had to see trawling through my code for my first cake app / learning experience from years ago.
However, in answer to your question, as far as I can see (and remember) I have not really done anything special with the page settings of the document, but properly marking up the column headings in an html table (with <thead><tr><th> ) and spitting the resulting html through tcpdf causes the table headings to repeat on every page generated. I assume it is by default rather than me having to have set a flag somewhere, but it does work. Give it a shot and see how far you get. cheers BREWER On Jan 4, 5:22 pm, Tonu Tusk <[email protected]> wrote: > TCPDF can do this - I have it do it on pdfs I am generating. > > I'll try and post more details shortly. > > On Jan 4, 3:25 pm, "Yves S. Garret" <[email protected]> > wrote: > > > It does do the header and footers for me. The problem that I am running > > into is that I do not see the title per column being set to show again on > > every page. I am assuming that this is caused TCPDF is taking HTML code > > and turning it into PDF, which is an inherent limitation in HTML in the > > first place. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
