[iText-questions] MSIE display problems

2002-03-28 Thread Ronald Tooley
  Guys, I know you have posted the response to my question in the FAQ but it simply is not working for me. What am I missing?   Why is your OutSimplePDF.java servlet displaying a blank screen in IE5.00 SP2? This code works fine in NetScape. All of the below is in your examle except generate_

[iText-questions] Bookmark as a header

2002-03-28 Thread Ronald Tooley
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 but I want this as a table header. How is this possible?   Thanks Ron

[iText-questions] rotating text

2002-03-28 Thread package track
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 Thanks in advance. Ps . I read the tutorial but still couldn't figure it out. Thanks again ___

RE: [iText-questions] Table with Fixed Row Heights

2002-03-28 Thread Joachim F. Petzold
Jeff, the latest versions of iText support colspan (but not rowspan) in PdfPTables. Regards, Joachim Petzold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Bird Sent: Thursday, March 28, 2002 3:55 PM To: [EMAIL PROTECTED] Subject: [iTe

[iText-questions] Table with Fixed Row Heights

2002-03-28 Thread Jeff Bird
I have been trying to use iText to produce a batch of pdf documents, and although it looks promising I am encountering a problem with row heights.  Fixed row heights are not supported within Table.  They are supported by PdfTable & PdfPTable, however column and row spans are not supported here. (Ne

Re: [iText-questions] Letters with umlauts in XML

2002-03-28 Thread Bruno Lowagie
Quoting Dmitry Kuznetsov <[EMAIL PROTECTED]>: > How can I have letters with umlauts in my output PDF-file? Yes: > > Warenempfänger > > Maybe I should use unicode values (codes) in the string? No, just use the HTML-way to represent such characters: &#[ASCII-VALUE]; > Dmitry Kuznetsov

[iText-questions] Letters with umlauts in XML

2002-03-28 Thread Dmitry Kuznetsov
Hello iText users, I try to use XML file to parse it and generate the corresponding PDF. How can I have letters with umlauts in my output PDF-file? I use: If I write string with these letters, for example Warenempfänger

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
Wow, that was easy... :) --- Paulo Soares <[EMAIL PROTECTED]> wrote: > A very easy alternative is to use the soft-hyphen > character \u00ad. The text > could be hyphenated outside iText using a TEX tool > for example. > I'll implement it this weekend to see how it works. > > Best Regards, > Pau

[iText-questions] Perfomance difference between (old) iText030 and iText_Paulo94

2002-03-28 Thread JOLY Philippe ext DvSI/SIFAC
Hi I get big perfomance difference between iText030 and iText_paulo94 (jdk1.1) The PDF is generated on the fly by servlets. The PDF has a footer and a header (very simple and the same for each page), the body of each page is a one column table, for each cell (each line) of the table, there is

RE: [iText-questions] iText0.90

2002-03-28 Thread Paulo Soares
The actual visible hyphen character will be configurable through PdfWriter. I doubt that a document will have more than a single representation (I think). Best Regards, Paulo Soares > -Original Message- > From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 28, 2002 13:07

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
A very easy alternative is to use the soft-hyphen character \u00ad. The text could be hyphenated outside iText using a TEX tool for example. I'll implement it this weekend to see how it works. Best Regards, Paulo Soares > -Original Message- > From: Paulo Soares [SMTP:[EMAIL PROTECTED]] >

Re: [iText-questions] RE: How to print preformat text to PDF using iText ?

2002-03-28 Thread Bruno Lowagie
Quoting Paulo Soares <[EMAIL PROTECTED]>: > I think that this type of question should go to the FAQ Done. I used your answers to write this topic: http://www.lowagie.com/iText/faq.html#preformattedtext Can you send me the corrections (if necessary). kind regards, Bruno

[iText-questions] RE: How to print preformat text to PDF using iText ?

2002-03-28 Thread Paulo Soares
Width change only works with type1 and true-type fonts with encodings other then IDENTITY-H or IDENTITY-V. I think that this type of question should go to the FAQ, it's the third time it's asked. See the thread http://www.geocrawler.com/lists/3/SourceForge/8175/350/8009909/. Best Regards, Paulo S

RE: [iText-questions] iText0.90

2002-03-28 Thread Paulo Soares
I think the best option is to steal the hyphenation algorithms in TEX. They have it for all the languages and it would work transparently. Best Regards, Paulo Soares > -Original Message- > From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 28, 2002 8:13 > To: Matt Ben

Re: [iText-questions] linebreaks in tablecells

2002-03-28 Thread Gerd Mueller
On Thu, 28 Mar 2002 09:37:23 +0100 Bruno Lowagie <[EMAIL PROTECTED]> wrote: > Quoting Gerd Mueller <[EMAIL PROTECTED]>: > > > Although it helps to avoid the gaps between the lines in the "anmerkung" > > field > > it causes other problems as you may see in the screenshot. > > So I see, but I thi

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] header and foter in xml

2002-03-28 Thread Bruno Lowagie
Quoting "Carlsson, Peter" <[EMAIL PROTECTED]>: > Hello > > Is it possible to place a header and footer on every page in the pdf > by using an xml file. > > i dont find any tags for this!!! There isn't one. 1. if you have this information OUTSIDE the pdf, you can set the header and the fo

Re: [iText-questions] Problems with the Internet Explorer plugin

2002-03-28 Thread Bruno Lowagie
Quoting Richard Shaw <[EMAIL PROTECTED]>: > The proposed solution of using a ByteArrayOutputStream does not work. IE 6 > still displays a blank screen. > > I have found a way to fool Internet Explorer into displaying a pdf file > served from a servlet. The trick is to set the content type= > "