Hi,
 I'm new in this forum and I don't now if this question have been already
posted and answered  (if so I didn't find it) . The problem I've found
creating RTFs is when I try to create a RTF document with only 2 tables in
two diiferent pages ... it seems it doesn't work. If I do
 
...
document.add(table);
document.newPage();
document.add(table);
...
 
 
I get both tables in only one page, but if I add another element, after the
newPage
 
document.add(table);
document.newPage();
document.add(new Paragraph("Hello World!!!!"));
document.add(table);
...
 
Each table on each page but i have also the other  element.  
How can I do to have only the two tables in different pages ?   ( See
attached MyRTF.java ) 
 
 
Best Regards
 
Cesar

-----------------------------------------------------------------------
Este mensaje y los documentos, que en su caso, lleve anexos, pueden
contener informacion confidencial y ata�e exclusivamente a las personas
a las que va dirigido. Cualquier opinion en el contenida, es exclusiva de
su autor y no representa necesariamente la opinion de AZERTIA.
Si usted no es el destinatario de este mensaje, considerese advertido de
que lo ha recibido por error y que cualquier uso, difusion o copia estan
prohibidos legalmente. Si ha recibido este mensaje por error, le rogamos
que nos lo comunique por la misma via o al telefono 93 207 55 11 y proceda
a destruirlo inmediatamente.  

This email is confidential and intended solely for the use of the individual
to whom it is addressed. Any views or opinions presented are solely those
of the author and do not necessarily represent those of AZERTIA.
If you are not the intended recipient, be advised that you have received
this email in error and that any use, dissemination, forwarding, printing,
or copying of this email is strictly prohibited.
If you have received this email in error please notify it to AZERTIA
by telephone on number +34 93 207 55 11.
-----------------------------------------------------------------------
  

Attachment: MyRTF.java
Description: Binary data

Reply via email to