[iText-questions] Problem with Radio Button.

2005-08-18 Thread Guillermo Odone
I have a PDF with some textbox, combo, buttons, and radiobuttons. When I first open the PDF Form and fill in the fields and submit, NO PROBLEM The problem comes when I want to update the Form's data. I open the PDF Form again, but loading the data from my DB. up to there it works fine, but when I w

[iText-questions] Flattening

2005-05-27 Thread Guillermo Odone
Hi, Is there any way to make the flattening, or Set the readOnly Property ONLY to some fields of the PDF. I uploaded a PDF to my APP an stored it in a MS SQL DB. When the client enters the system, depending from which sector or part of the system is accessing the PDF, are the fields I have to

[iText-questions] Combos!

2005-04-21 Thread Guillermo Odone
Hi, In the app I'm making, I may or may not have some combos in the PDF that the client uploads. When I receive the PDF I retrieve the Combo's items and show them in a window, so the client can edit the text items, and then I save those changes into my DataBase. My Problem is: How can I do, whe

[iText-questions] Push Button Submit Form Dynamic

2005-03-23 Thread Guillermo Odone
Hi, I wrote before asking for some example to create a push button to submit a form and (Bruno and Paulo told me about the PushButtonField Class), I took a look to the source of it and made my own code, cause actually I'm using the J# version based on IText 1.2.1 in which that class doesn't exis

[iText-questions] Hi everyone!

2005-03-22 Thread Guillermo Odone
;Enviar", BaseFont.createFont( BaseFont.HELVETICA, BaseFont.WINANSI, false ), 12 ) ;-> pff.setAppearance( PdfAnnotation.APPEARANCE_NORMAL, pa ) ;-> -> stamp.addAnnotation( pff, 1 ) ;   Thanks for all in advance! Guillermo Odone.