Wow the fast reponse time. I'm really impressed. I had the setField() just before the setFieldProperty() and I just changed the order of them, and now it works.
Thanks a million! -- Jyrki Laine -- ----- Original Message ----- From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Jyrki Laine" <[EMAIL PROTECTED]>; <[email protected]> Sent: Thursday, February 03, 2005 11:37 AM Subject: RE: [iText-questions] AcroFields.setFieldProperty problem After setting the field properties you have to call setField() to regenerate the appearance. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jyrki Laine > Sent: Thursday, February 03, 2005 9:16 AM > To: [email protected] > Subject: [iText-questions] AcroFields.setFieldProperty problem > > Hello, > > I've been using iText to fill pdf forms with data from database. > I was happy to see that the support for changing the > font/color/textsize of > a form field was introduced and wanted to use that feature through > AcroFields.setFieldProperty. > > But does not seem to change the appearence of the field. Only > then when the > form is not set to flatten and I click the field in acrobat > reader, the font > changes. > > What am I missing? > > -- > Jyrki Laine > -- > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive > Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
