> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Ahmad Lutat
> Sent: Monday, January 21, 2008 2:37 PM
> To: [email protected]
> Subject: [iText-questions] <kein Betreff>
> 
> I am using iText java for generation pdf documents
> 
> 1. How can I set a Paragraph to be bold?
> 
> The following code does'nt work
> 
> p = new Paragraph("this is my text");
> 
> p.setFont(new Font(Font.HELVETICA,24, Font.BOLD));
> 
> PDFDocument.add (p);
> 
>

Read the tutorial or buy the book.
  
> 
> 2. How can I format the text " myname     myInformation" so 
> that the first word ist left adjusted and the second 
> (variable length) rigth adjusted without having to add spaces 
> between them.

Use a PdfPTable with two column each with a different alignment (and no
borders).

Paulo


Aviso Legal:
Esta mensagem é destinada exclusivamente ao destinatário. Pode conter 
informação confidencial ou legalmente protegida. A incorrecta transmissão desta 
mensagem não significa a perca de confidencialidade. Se esta mensagem for 
recebida por engano, por favor envie-a de volta para o remetente e apague-a do 
seu sistema de imediato. É proibido a qualquer pessoa que não o destinatário de 
usar, revelar ou distribuir qualquer parte desta mensagem. 

Disclaimer:
This message is destined exclusively to the intended receiver. It may contain 
confidential or legally protected information. The incorrect transmission of 
this message does not mean the loss of its confidentiality. If this message is 
received by mistake, please send it back to the sender and delete it from your 
system immediately. It is forbidden to any person who is not the intended 
receiver to use, distribute or copy any part of this message.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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/

Reply via email to