On Wednesday 23 May 2007, Paulo Soares wrote:
> > Document document = new Document();
> > RtfWriter2.getInstance(document, new
> > FileOutputStream("HelloWorld.rtf"));
> > document.open();
> > Table table = new Table(1);
> > document.add(table);
> > document.close();
> >
> >
> > now the output is table with 2 rows.
I cannot reproduce this problem. What iText version are you using and what
viewer?
Greetings,
Mark
--
O, what a tangled web we weave, When first we practice to deceive.
-- Sir Walter Scott, "Marmion"
My GPG public key is available at:
http://www.edu.uni-klu.ac.at/~mhall/data/security/MarkHall.asc
pgp6FXgwzwlan.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
