[iText-questions] Embedded Tables

2005-07-07 Thread Andrew . Burger
(Embedded image moved to file: pic02589.jpg) Here is my problem. If anyone has any idea of please let me know. I am try to add form lines for people to fill out when printed. Each line is a different length. So my taught was create a table for each signing line. First cell would be like "Name" th

RE: [iText-questions] Embedded tables.

2004-05-28 Thread Caballero Caballero, Jose
colspan in HTML to convert to pdf but it doesn´t work. thanks -Mensaje original- De: Jonathan [mailto:[EMAIL PROTECTED] Enviado el: jueves, 27 de mayo de 2004 17:23 Para: [EMAIL PROTECTED] Asunto: [iText-questions] Embedded tables. Hi, I need some help to create embedded tables. Here

[iText-questions] Embedded tables.

2004-05-27 Thread Jonathan Rajotte
Hi, I need some help to create embedded tables. Here is the HTML code for what I want (the file is attached): Title of page row 1, cell 1 row 1, cell 2 row 2, cell 1 row 2, cell 2 row 3, cell 1 row 3, cell 2 row 3, cell 3 row 3, cell 4 Here is the code I tried usin

[iText-questions] Embedded tables.

2004-05-27 Thread Jonathan
Hi, I need some help to create embedded tables. Here is the HTML code for what I want: Title of page row 1, cell 1 row 1, cell 2 row 2, cell 1 row 2, cell 2 row 3, cell 1 row 3, cell 2 row 3, cell 3 row 3, cell 4 Here is the code I tried using iText library