Java 2 version 1.4 has a solution for headless environments. So you should
use the newer JDK (Perhaps Oracle a newer version to solve this problem).
Here is what Sun says about that:
http://java.sun.com/j2se/1.4/docs/guide/awt/AWTChanges.html
Regards,
--
Jose'
> -Original Message-
> Fr
Take a look at this
example: http://www.lowagie.com/iText/examples/Chap1201.java
Read it carefully
and you will understand how to implement what you need...
Check the result: http://www.lowagie.com/iText/examples/Chap1201.pdf AND NOTE, at the bottom "Page M
of N" (M and N > 0 and M <= N).
[etc...] Further, you are not authorized to bundle the Adobe Acrobat Reader
Software with any (i) PDF creation software not licensed from Adobe Systems
Incorporated [etc...]
There is no conflict. Do not bundle Acrobat Reader with your CD unless your
app is licensed by Adobe. This has nothing to d
Simple question...
I have a table (2 cols, 1 row). The (0, 0) cell is an empty cell used for
spacing, the (1, 0) cell is composed of another table.
Now, both cells display, but the empty cell is larger than the table I have
in (1, 0).
How do I control the height of the empty cell?
--
Jose