Re: [iText-questions] check box not printing

2005-10-19 Thread Paulo Soares
formField.setFlags(PdfFormField.FLAGS_PRINT); - Original Message - From: "P Govind" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 19, 2005 6:23 PM Subject: [iText-questions] check box not printing I need to display a large number of servlet request parameters in a

[iText-questions] check box not printing

2005-10-19 Thread P Govind
I need to display a large number of servlet request parameters in a pdf format. So I decided to create a helper class which will have factory methods to create various pdf objects and can be used to create a pdf template, which can be filled in with the user entered values using the pdfstamper clas