Hi, 
I'm started to use iText library to generate some document templates in 
XML and print them to PDF file. I have problem with images in table 
header. Here are some lines from my template:

  <table columns="4" width="100%" align="Center" cellpadding="2" 
cellspacing="0" widths="325;750;425;250" borderwidth="1" left="false" 
right="false" top="false" bottom="true" red="0" green="0" blue="0" 
lastHeaderRow="3">
    <row>
      <cell borderwidth="2" left="true" right="true" top="true" 
bottom="true" horizontalalign="Default" verticalalign="Default" 
colspan="1" rowspan="3" leading="20">
        <image url="image.jpg" align="Center" plainheight="100" 
plainwidth="100">
        </image>
      </cell>
      <cell borderwidth="2" left="true" right="true" top="true" 
bottom="true" horizontalalign="Center" verticalalign="Middle" 
colspan="2" rowspan="1" leading="20">
        <paragraph font="Times" size="12.0" fontstyle="bold" 
align="Center">
          TITLE
        </paragraph>
      </cell> ...

Table header should have 3 rows.
If I print table without defining table header, image is displayed 
correctly, but when I define first 3 rows of table, as header image is 
not displayed. 
I'm trying to avoid PdfPageEventHelper. 

TIA 

Branimir Vujicic




-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to