Geez; I'm just asking for some help on a specific issue that I cannot figure
out how to do with nested tables, which was my original question.  I have
provided an example of what of what I need to do as a PdfPTable, but cannot
figure out how to do it.  As I mentioned in my previous thread of this same
issue, I have purchased and read the examples in the book, but they are very
simple and don't address situations where there are overlapping cells in
spanned rows.  If you load the HTML table that I provided in my example, you
will see what I mean.  Do you know of a specific example that addresses this
issue?  If you do, I would certainly appreciate a link to it or any other
information.

 

Thank you

 

  _____  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 07, 2008 1:25 PM
To: Post all your questions about iText here
Subject: Re: [iText-questions] Converting RowSpan toNested TablesQuestion
(AGAIN)

 


So you're asking someone to actually give you the code??  there are plenty
of examples on the iText site and in the book.

Glen Hamel
Lead Programmer / Technician
Auric Networks Canada, Inc.
570 Orwell Street, Unit 1
Mississauga, Ontario
L5A 3V7

Phone 905.361.7621
Fax 905.274.3912 

 <http://www.auricnet.ca/> http://www.auricnet.ca 




From: 

"Stewart Meyers" <[EMAIL PROTECTED]> 


To: 

"'Post all your questions about iText here'"
<itext-questions@lists.sourceforge.net> 


Date: 

10/07/2008 01:18 PM 


Subject: 

Re: [iText-questions] Converting RowSpan to Nested        TablesQuestion
(AGAIN)

 

  _____  




Thank you; I know that can be done; please reread the original message. 
  

 

  _____  


From: [EMAIL PROTECTED] [ <mailto:[EMAIL PROTECTED]>
mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 07, 2008 1:10 PM
To: Post all your questions about iText here
Subject: Re: [iText-questions] Converting RowSpan to Nested TablesQuestion
(AGAIN) 
  

Create a table inside the other table to create the same effect...

Glen Hamel
Lead Programmer / Technician
Auric Networks Canada, Inc.
570 Orwell Street, Unit 1
Mississauga, Ontario
L5A 3V7

Phone 905.361.7621
Fax 905.274.3912 

 <http://www.auricnet.ca/> http://www.auricnet.ca 


From: 

"Stewart Meyers" <[EMAIL PROTECTED]> 


To: 

<itext-questions@lists.sourceforge.net> 


Date: 

10/07/2008 01:07 PM 


Subject: 

[iText-questions] Converting RowSpan to Nested Tables Question
(AGAIN)

  

 

  _____  





Hello, 
 
I tried posting this previously on both the iText and iTextSharp mailing
lists, but have not gotten a response.  I really need to understand how
nested tables can be used in certain situations as a replacement for
RowSpan, which is not supported for PdfPTable.  Please see the following
simple HTML example which I need to replicate using PdfPTable: 
 
<table border="2"> 
   <tr> 
       <td rowspan="2">1</td> 
       <td>2</td> 
       <td>3</td> 
   </tr> 
   <tr> 
       <td rowspan="2">4</td> 
       <td>5</td> 
   </tr> 
   <tr> 
       <td>6</td> 
       <td>7</td> 
   </tr> 
</table> 
 
On a more general level, was there a reason why RowSpan was not implemented
in PdfPTable?  It was a very valuable option in the older Table class and I
find that trying to do the same thing with nested tables unintuitive and
overly complex.  Has anyone come up with a general algorithm that can be
used to convert RowSpan to nested tables? 
 
Thank you 
 
-
Stew------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
 <http://moblin-contest.org/redirect.php?banner_id=100&url=/>
http://moblin-contest.org/redirect.php?banner_id=100&url=/__________________
_____________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
 <https://lists.sourceforge.net/lists/listinfo/itext-questions>
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book:  <http://www.1t3xt.com/docs/book.php>
http://www.1t3xt.com/docs/book.php
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
 <http://moblin-contest.org/redirect.php?banner_id=100&url=/>
http://moblin-contest.org/redirect.php?banner_id=100&url=/__________________
_____________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
 <https://lists.sourceforge.net/lists/listinfo/itext-questions>
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book:  <http://www.1t3xt.com/docs/book.php>
http://www.1t3xt.com/docs/book.php 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to