[reportlab-users] Repeat Table

pubdiverses at free.fr pubdiverses at free.fr
Mon Mar 20 03:37:47 EST 2006


I want to repeat a table in a pdf document.

I try a lot of code, but i didn't find the right one.

My code is :

<blockTable ...>
<tr>
<td>...
</td>
</tr>
...
</blockTable>

I want something like :
<para tal:repeat="">
	<blockTable ...>
	...
	</blockTable>
</para>

Have you a solution ?


More information about the reportlab-users mailing list