[iText-questions] Links with contentbyte

2008-06-06 Thread meeger
Hi, I am trying to create a PDF with a footer at the bottom of each page. I use contentByte() to do this. It works fine to add the text (with showTextAligned()) and it looks like expected. But the URLs and email addresses that are added are not correctly converted into links.

Re: [iText-questions] Links with contentbyte

2008-06-06 Thread meeger
the font. Is it possible to disable the automatic creation of links? Or is there any other way to go around this problem? //Daniel Paulo Soares wrote: Use ColumnText. Paulo - Original Message - From: meeger [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent

Re: [iText-questions] Different fonts in single string

2008-06-01 Thread meeger
not appearing in the PDF. When I add the string directly to the ColumnText the line breaks are shown, but when I parse it through HTMLWorker the line breaks are omitted. How do I solve this? An example would be much appreciated. //Daniel Bruno Lowagie (iText) wrote: meeger wrote: Hi

[iText-questions] Different fonts in single string

2008-05-30 Thread meeger
Hi, Is it possible to change the font inside a string? I have a string containing html formatting tags and want to change the font depending on these tags. I know this is possible with PDFLib (replacing the tags with fontname ...) but how should I do in iText? //Daniel -- View this message in

Re: [iText-questions] Different fonts in single string

2008-05-30 Thread meeger
Hi alexis, and thanks for the fast reply Is it the genericTag you are referring to? Could you please give an example of how to do? //Daniel Alexis Pigeon wrote: Hi Daniel, On 30/05/2008, meeger [EMAIL PROTECTED] wrote: Hi, Is it possible to change the font inside a string? I

Re: [iText-questions] Different fonts in single string

2008-05-30 Thread meeger
Ok. Thanks anyway. //Daniel Alexis Pigeon wrote: Hi Daniel, On 30/05/2008, meeger [EMAIL PROTECTED] wrote: Hi alexis, and thanks for the fast reply Is it the genericTag you are referring to? Could you please give an example of how to do? Oops, sorry, I think I overlooked your