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 >

[iText-questions] 2 new methods

2002-03-29 Thread Bruno Lowagie
I don't know if it will really useful, but I have added 2 new methods to PdfContentByte that will allow you to draw a Button or TextField. Maybe this can be used in combination with the corresponding AcroForms Annotations... http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/itext/src/com/lowagie/tex

Re: [iText-questions] About Embedded Font...................(Help!!)

2002-03-29 Thread Paulo Soares
What's the unicode representation (even if a fake one) of the glyph in KAIU.TTF? It's this code that you must use in java, in the format \u. Best Regards, Paulo Soares - Original Message - From: "§õ¾Ë¨|" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 8:54 Su

[iText-questions] About Embedded Font...................(Help!!)

2002-03-29 Thread 李憲育
Hi all iText users,     I use iText to generate a PDF file,but I have a question. If I create a new Chinese word which its Big-5 is FA40, the unicode didn't define its unicode.       I use Java language to code program. When I use JDK1.2.2, the statement System.out.println("")

Re: [iText-questions] MSIE display problems

2002-03-29 Thread Bruno Lowagie
Quoting Ronald Tooley <[EMAIL PROTECTED]>: > I have tried to add it but it give a compilation > error (cannot resolve symbol). When you have an error 'cannot resolve symbol' the error message always tells you what the 'unresolved symbol' is. Take a look at it (or tell us what it is, we're not ps

Re: [iText-questions] Bookmark as a header

2002-03-29 Thread Bruno Lowagie
Quoting Ronald Tooley <[EMAIL PROTECTED]>: > Hi, how do I get a table header to also be a bookmark? The only way I know > how to add a bookmark is through addSection Please read Chapter 11 of the tutorial. It explains how you can build an Outline tree manually. > but I want this as a table head

Re: [iText-questions] rotating text

2002-03-29 Thread Bruno Lowagie
Quoting package track <[EMAIL PROTECTED]>: > Sorry this may be a repost. I don't think my first made it. > > I'm trying to rotate text. > > To rotate 90 degress I use setTextMatrix(0, 1, -1, 0, x , y) > > How do I rotate 180, 270 It's just simple high school algebra. I did 1 query on go