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

2008-06-02 Thread 1T3XT info
meeger wrote: > How do I solve this? > An example would be much appreciated. Try paragraph tags. -- This answer is provided by 1T3XT BVBA - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visua

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

2008-06-01 Thread meeger
Hi, I have tried using the HTMLWorker and it works quite good but I have a small problem. - The HTML formatted string looks like this: "text textmore textmore text" I want to use one font for the text inside the -tags and another for the rest of the text. After processing, I insert it

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

2008-05-30 Thread Bruno Lowagie
meeger wrote: > Hi, > > Is it possible to change the font inside a string? Yes. > I have a string containing html formatting tags and want to change the font > depending on these tags. Use HTMLWorker. See chapter 14. When I refer to a chapter number, but you don't have the book, you can always

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

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

2008-05-30 Thread Alexis Pigeon
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 question. I understand now you are parsing html string

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 st

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

2008-05-30 Thread Alexis Pigeon
Hi Daniel, On 30/05/2008, meeger <[EMAIL PROTECTED]> wrote: > > 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 )

[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 ) but how should I do in iText? //Daniel -- View this message in context: htt