[iText-questions] How to change the line space

2006-10-26 Thread lorence
Hi all! Maybe my problem is too simple for me, but I do not find any solution for it: neither iText-Documentation nor the tutorials. I only want to increase the space between 2 lines. How to do it? If I use leading of the Phrase API, there are only appearing the wanted spaces AFTER a CR-charac

AW: [iText-questions] newPage() in PdfPTable ?

2006-04-11 Thread lorence
Hi Dino! What do you really want to achieve with a "newPage()" in a PdfPTable? Why dont you add several tables and handle the "newPage()"-Event manually? I have done it in a similar way: I put everything, that is added to the page, in a table and calculate the height. If the height of the table

RE: [iText-questions] Inserting a page break

2006-04-11 Thread lorence
Hi John! I had the same kind of problem. I solved it the following way: Everything, that is placed in the pdf, is converted (encapsulated) into a PdfPTable - if it is NOT a table (like Phrases or Paragraphs). The reason: Only the PdfPTable knows its height in the page. So, I counted the tables

[iText-questions] Re: iText Version 1.3.6: Support for EPS-Images

2006-04-11 Thread lorence
Hi Carsten, thanks for your answer. Here is the code of line 19 in my .eps-file: [code, line 19] %:HNW1+!n;c$!4r738H`Q(!!*'"!s&?$!<_L>!PnIt!Hi Andre, >the problem is a unsupported character in the postscript file. The >postscript >parser might have to be modified. >Can you show us line 19 (colu

RE: [iText-questions] iText Version 1.3.6: Support for EPS-Images

2006-04-10 Thread lorence
Hi Paulo! Thanks for your answer! I followed your advise and checked the project from cvs out. Unfortunately, the exception is thrown furthermore. So, your second guess ("or may not") became true. Anyone any other hint? -André > -Ursprüngliche Nachricht- > Von: Paulo Soares [mailto:

[iText-questions] iText Version 1.3.6: Support for EPS-Images

2006-04-10 Thread lorence
Hello! I use iText 1.3.6 and want to add an Image into my PDF. With GIF or other graphic-formats, everything works fine. But when I want to add an EPS-Image, then I get the following exception: Code: Exception in thread "main" java.lang.Error: Invalid escape character at line 19 column 137.