Re: [iText-questions] iText0.90

2002-04-10 Thread Matt Benson
Welcome back, Bruno! Poor Paulo has had to field questions from his domain and yours! :) Hope you had a good time. -Matt --- Bruno Lowagie <[EMAIL PROTECTED]> wrote: > Quoting Lars Martin <[EMAIL PROTECTED]>: > > > On Wed, 3 Apr 2002 18:43:30 -0500 > > "Lomvardias, Christopher" <[EMAIL PROTE

Re: [iText-questions] iText0.90

2002-04-10 Thread Bruno Lowagie
Quoting Lars Martin <[EMAIL PROTECTED]>: > On Wed, 3 Apr 2002 18:43:30 -0500 > "Lomvardias, Christopher" <[EMAIL PROTECTED]> wrote: > > > Bruno, Hello all, I'm back and I'm working myself through my mail. > > Here's the code where I append one Phrase to another. The BOLDITALIC is > > supposed

RE: [iText-questions] iText0.90

2002-04-04 Thread Paulo Soares
It needs more that this. BaseFont is not accounted for. Best Regards, Paulo Soares > -Original Message- > From: Lars Martin [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, April 04, 2002 12:15 > To: [EMAIL PROTECTED] > Subject: Re: [iText-questions] iText0.90 > &g

Re: [iText-questions] iText0.90

2002-04-04 Thread Lars Martin
On Wed, 3 Apr 2002 18:43:30 -0500 "Lomvardias, Christopher" <[EMAIL PROTECTED]> wrote: > Bruno, > > I've just run my code using 0.90 and that font issue still seems to be a > problem. > > Here's the code where I append one Phrase to another. The BOLDITALIC is > supposed to only apply to first p

RE: [iText-questions] iText0.90

2002-04-04 Thread Lomvardias, Christopher
Bruno, I've just run my code using 0.90 and that font issue still seems to be a problem. Here's the code where I append one Phrase to another. The BOLDITALIC is supposed to only apply to first phrase but is still being applied to both. Phrase sectionHeader = new Phrase("\nWorkforce Readiness Sy

Re: [iText-questions] iText0.90

2002-03-29 Thread Matt Benson
Where is it on the site? I couldn't find it... --- Bruno Lowagie <[EMAIL PROTECTED]> wrote: > Quoting amy shirey <[EMAIL PROTECTED]>: > > > Here's a somewhat better iText logo. You can > choose to > > use it or not. Just trying to help! > > I have uploaded a new logo based an Amy Shirey's >

Re: [iText-questions] iText0.90

2002-03-28 Thread Matt Benson
;) --- Bruno Lowagie <[EMAIL PROTECTED]> wrote: > Quoting Matt Benson <[EMAIL PROTECTED]>: > > > hopefully also created with iText. > > http://www.lowagie.com/iText/examples/iTextLogo.java > > ___ > iText-questions mailing list > [EMAIL PROTECTED] >

RE: [iText-questions] iText0.90

2002-03-28 Thread Matt Benson
t works. > > Best Regards, > Paulo Soares > > > -Original Message- > > From: Paulo Soares [SMTP:[EMAIL PROTECTED]] > > Sent: Thursday, March 28, 2002 10:43 > > To: 'Bruno Lowagie'; Matt Benson > > Cc: [EMAIL PROTECTED] > >

RE: [iText-questions] iText0.90

2002-03-28 Thread Paulo Soares
, 2002 13:07 > To: [EMAIL PROTECTED] > Subject: RE: [iText-questions] iText0.90 > > Quoting Paulo Soares <[EMAIL PROTECTED]>: > > > A very easy alternative is to use the soft-hyphen character \u00ad. > > That's an even better suggestion. > > >

RE: [iText-questions] iText0.90

2002-03-28 Thread Bruno Lowagie
Quoting Paulo Soares <[EMAIL PROTECTED]>: > A very easy alternative is to use the soft-hyphen character \u00ad. That's an even better suggestion. > The text could be hyphenated outside iText using a TEX tool for example. Yes, I would let it to the user to decide where he wants hyphenation (lik

Re: [iText-questions] iText0.90

2002-03-28 Thread Bruno Lowagie
Quoting amy shirey <[EMAIL PROTECTED]>: > Here's a somewhat better iText logo. You can choose to > use it or not. Just trying to help! I have uploaded a new logo based an Amy Shirey's gif-file on the site. ___ iText-questions mailing list [EMAIL PROT

RE: [iText-questions] iText0.90

2002-03-28 Thread Paulo Soares
L PROTECTED]] > Sent: Thursday, March 28, 2002 10:43 > To: 'Bruno Lowagie'; Matt Benson > Cc: [EMAIL PROTECTED] > Subject: RE: [iText-questions] iText0.90 > > I think the best option is to steal the hyphenation algorithms in TEX. > They > have it for all

RE: [iText-questions] iText0.90

2002-03-28 Thread Paulo Soares
; To: Matt Benson > Cc: [EMAIL PROTECTED] > Subject: Re: [iText-questions] iText0.90 > > Quoting Matt Benson <[EMAIL PROTECTED]>: > > > That's a real nice story, but what did you think about > > what I said? j/k :) > > I had a solution on paper

Re: [iText-questions] iText0.90

2002-03-28 Thread Bruno Lowagie
Quoting Matt Benson <[EMAIL PROTECTED]>: > hopefully also created with iText. http://www.lowagie.com/iText/examples/iTextLogo.java ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions

Re: [iText-questions] iText0.90

2002-03-27 Thread Bruno Lowagie
Quoting Matt Benson <[EMAIL PROTECTED]>: > That's a real nice story, but what did you think about > what I said? j/k :) I had a solution on paper that corresponds somewhat with your second suggestion. > Also, I am no expert on HTML or anything else... I had > said that hyphenation would not a

Re: [iText-questions] iText0.90

2002-03-27 Thread Matt Benson
That's a real nice story, but what did you think about what I said? j/k :) Also, I am no expert on HTML or anything else... I had said that hyphenation would not apply for HTML. But would it? The discussion about nowrap in HTML made me think it might at least apply for Tables... One more thi

Re: [iText-questions] iText0.90

2002-03-27 Thread Bruno Lowagie
Quoting Matt Benson <[EMAIL PROTECTED]>: > I find this hyphenation character idea interesting. It brought back some nice memories when they asked me for that feature. I wrote a text processor in BASIC for my Tandy TRS 80 4P when I was 14 years old. It contained a complete Dutch grammatic and wa

RE: [iText-questions] iText0.90

2002-03-27 Thread Bruno Lowagie
Quoting Paulo Soares <[EMAIL PROTECTED]>: > > - tutorial AcroForms (+ possibly some extra features) > > > This definitely needs extra features. I put all the tools needed to > create forms but it needs a rocket scientist to have it working. I spent a day figuring it all out. I already hav

Re: [iText-questions] iText0.90

2002-03-27 Thread Bruno Lowagie
Quoting David Teran <[EMAIL PROTECTED]>: > Hi, > > > - extending HTML parsing: parsing a CSS > Does this mean that iText can parse HTML and convert it into PDF, > currently without using CSS and soon with parsing CSS? No, it can't parse ALL HTML, just some XHTML-tags. When I rewrite my tutoria

Re: [iText-questions] iText0.90

2002-03-27 Thread David Teran
Hi, > - extending HTML parsing: parsing a CSS Does this mean that iText can parse HTML and convert it into PDF, currently without using CSS and soon with parsing CSS? regards, david ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.so

Re: [iText-questions] iText0.90

2002-03-27 Thread Matt Benson
I find this hyphenation character idea interesting. Obviously it would not work for HTML output, so that writer would not have to care about it. There might be different approaches to this: One way would be to create a Word class which can be added to a Chunk. A Word could be composed of Sylla

RE: [iText-questions] iText0.90

2002-03-27 Thread Paulo Soares
> -Original Message- > From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 15:37 > To: [EMAIL PROTECTED] > Subject: [iText-questions] iText0.90 > > Hello all, > > I'll be travelling through Catalunya next week, so I wanted > release 0.90 (based on Paul

Re: [iText-questions] iText0.90

2002-03-27 Thread Matt Benson
It would be nice to finish the PDF tutorial before you get beyond version 0.99, then you could go to 1.00 perfectly. Also, it would be good if the logo was done by that time, hopefully also created with iText. Maybe Phillip Pan could come up with something? He seems to be good at that sort of t