[iText-questions] Write into multi-line text field.

2005-10-28 Thread Andrea Fantechi
I'm havnig problems writing into a multi-line. In my piece of code I have a template in which I inserted some text fields One of these is multi-line. When I write into a sigle-line text filed I get the correct result, but when I try to write into the multi-line one, the resulting field is empty.

[iText-questions] Hidden field not received on submit.

2005-06-30 Thread Andrea Fantechi
Hello. I would like to have any suggestion on why I don't receive a hidden parameter set into. What I'm doing is getting a document and fill in its fields, flatten the form, then copy the document it into another empty document. Finally I add a submitButton and a hidden field into the new docum

Re: [iText-questions] Add submit button to writer.

2005-06-27 Thread Andrea Fantechi
Thanks. In the mean time I partially resolved using a PdfWriter instead of PdfStamper. I resume my purpose: what I'm trying to do is a PDF document obtained filling the form fields and, at the end, adding a submit button which submits the entire document. The resulting document must be signed

[iText-questions] Add submit button to writer.

2005-06-23 Thread Andrea Fantechi
My goal is to add a submit button to a pdf template. Which the best way to do it? My idea was to get a pdf template, fill its form fields, copy into a new document and, finally, add a submit button in any empty space available inside the template. But to add a button is possible only using PdfW