Joram Le 10/04/2009 à 09:55 I'm new to html2pdf and tried some things with page_header and page_footer. But I was looking for something like a document header what is only called once when creating a pdf. I need to create a document with a page header and above the page header on the first page there need to be some information. On the 2nd page there only need to be the page header.
Is this possible?
Joram Le 10/04/2009 à 10:42 wait, that is not the prpper solution for my problem... i'l explaine the whole idea:
i have a pdf with on the first page some information on the top and after that a long table starts(but it could be that it is within one page). On every new page the table header needs to be on the top of the page so the readers know what coloms there are.
My solution for the table header was to make this as a seperate table in the page_header so it would be above all pages, but then i can't put the information above. When i declare more pages(as you said) i can't create the long table.
Spipu Le 10/04/2009 à 10:57 why do you want to use page_header in this case ? why don't you just write the informations before the table ?
Joram Le 10/04/2009 à 11:09 how else would the table header on every page? when i have a table that is 3 pages long i can set the information manualy above the table but i need something that puts the information at the top of page 2 and 3
Joram Le 10/04/2009 à 19:06 thx, i'm going to have a better view at the exambles... :P