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
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
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
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
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:
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.