Re: [iText-questions] filling a list box

2007-01-02 Thread Paulo Soares
iText only supports setField() in forms created with Designer. Paulo - Original Message - From: "Pablo" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 02, 2007 3:19 PM Subject: [iText-questions] filling a list box > Hello, I have problems with this code: > >

Re: [iText-questions] filling a list box

2007-01-02 Thread Bruno Lowagie
Pablo wrote: > What is happening? Have you followed this discussion: http://article.gmane.org/gmane.comp.java.lib.itext.general/27813 I give an example of the misconceptions people have about PDF: "people buy my book, try the AcroForm examples, and complain that they don't work. Then when I look

[iText-questions] filling a list box

2007-01-02 Thread Pablo
Hello, I have problems with this code: PdfReader reader = new PdfReader("lista2.pdf"); // filling in the form PdfStamper stamp1 = new PdfStamper(reader, new FileOutputStream("relleno2.pdf")); AcroFields form1 = stamp1.getAcroFields();