RE: [iText-questions] load image issue

2002-10-08 Thread Jose Sandoval
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

RE: [iText-questions] How to print the total page number on Footer?

2002-06-06 Thread Jose Sandoval
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).  

RE: [iText-questions] Use iText to generate PDF w/o licensing from Adobe

2002-05-21 Thread Jose Sandoval
[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

[iText-questions] Cell height...

2002-05-07 Thread Jose Sandoval
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