[iText-questions] Adobe 7 Designer support

2005-06-06 Thread John . Sanda
I read in another thread that iText does not support Adobe 7 Designer. Are there any plans to add support in the future? If so, when? - John Unauthorized interception of this communication could be a violation of

[iText-questions] Re: adding an image to a push button field

2005-06-06 Thread John . Sanda
Since posting my question, my code has changed some, but I found a solution in another thread. The key was using PdfStamper.getOverContent(1) instead of PdfStamper.getWriter().getDirectContent(). - John |-+-> | | [EMAIL PROT

[iText-questions] adding an image to a push button field

2005-06-02 Thread John . Sanda
I have looked at several similar posts, but I have been unable to add an image to a push button field. I have a PDF template with a push button field called labelField. I have been unsuccessful in several attempts at adding an image to the button. Here is latest code that I have tried: // start c