Dear All,

I am happily using IText to build PDF docs with PdfTables in them.

The tables I build are ultimately parsed from HTML <table>s where each <td></td> 
element maps to a PdfPCell. 
Some of the cells have text in but others don't. In particular cells regularly appear 
which have a colspan equal to
the width of the table but never any text and are just intended to be a sort of line 
as illustrated below (note the 
height 1):

      <td valign="bottom" align="RIGHT" class="...">Text 1</td>
      <td valign="bottom" align="RIGHT" class="...">Text 2</td>
      <td valign="bottom" align="RIGHT" class="...">Text 3</td>
      <td valign="bottom" align="RIGHT" class="...">Text 4</td>
      <tr>
        <td colspan="4" class="..."><img width='1' height='1' border='0' src='0.gif' 
alt='' /></td>
      </tr>
      <td valign="bottom" align="RIGHT" class="...">Text 1</td>
      <td valign="bottom" align="RIGHT" class="...">Text 2</td>
      <td valign="bottom" align="RIGHT" class="...">Text 3</td>
      <td valign="bottom" align="RIGHT" class="...">Text 4</td>

I'm parsing everything fine but am completely unable to set the height of my PdfTable 
row/cells so that my tables
always have great fat (definitely not height 1) lines rather than nice slender ones.

Does anyone have any ideas?

Thanks in advance
Michael Shaw

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to