1

Hi there!

I lost the hole text because of the registration for this board *damn*. So....again...

First of all: Huge Respect for your work!!!! Your script is just awesome!!!

I use it to give out a workplan in pdf-format. On this workplan there are all days of one week including the person which are working at this day listen. So a day shouldn't been 'interrupted' through a pagebreak. Therefor I tried to use the <nobreak>-tags for each day (<nobreak>day</nobreak>). If I it try like this, the script will be interrupted due the 60second timeout. I tried to set the tags between the weeks (<nobreak>Monday, Tuesday, ... , Friday</nobreak>) but then, all lines, which are 'printed' into the pdf-document, will be written on a single one. So nothing is readable.... :-(

Do I use the tags wrong!?
I hope anyone has a solution for this problem. Any experinces on that?

Thanks for your help!

Greetings from Switzerland.
Franco

2

Hi !

in your nobreak tag, you have a lot of tables, tr, td ? if yes, it use a lot of time and memory to calcul the height of what is in the nobreak tag.

if you just want to have a page by day, try just to use the <page> tag wink
Ancien pseudo : lolo

3

hi spipu

thanks for your answer!
Yes the whole list is a biiiiiig table ;-)

ou..that works also with the page-tag!? great! I don't saw any possibility to control the pagebreak with the page-tag in the read_me.txt or in the wiki...

I will try today and give you advice, if and how it works ;-)

greetings franco

4

hello again :-)

I had to cut up the tables, but now it is working perfect with the page-tags!

thanks again for your fast help!!

greetings franco

5

ferri (./3) :
I don't saw any possibility to control the pagebreak with the page-tag in the read_me.txt or in the wiki...


http://wiki.spipu.net/doku.php?id=html2pdf:en:page
It is not confined to a single page of the PDF document, but rather a collection of pages. Any HTML code included in the page-tag will automatically have the same layout.
It is possible to reuse the layout of the previous tag page using property pageset = “old” . This will also automatically use the header and footer of the previous page.


wink
Ancien pseudo : lolo