Hi, I have a PDF file with two TextFields, and i Need to create another
File with the same content and giving a value to this fields. Can i do
this?

<Code  for creation>
      BaseFont fuente = BaseFont.createFont(BaseFont.TIMES_ROMAN,
BaseFont.WINANSI, BaseFont.NOT_EMBEDDED);
      float fontSize = 12;

      document.add(new Paragraph("Introduzca su nombre:"));
      acroForm.addSingleLineTextField("nombre", "", fuente, fontSize, 171,
770, 350, 785);
      document.add(new Paragraph("Introduzca su apellido:"));
      acroForm.addSingleLineTextField("apellido", "", fuente, fontSize,
171, 752, 350, 767);
</Code for creation>

Thx and sorry for my english ;)

Saludos cordiales,

Manuel Merino Mar�n




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to