Re: [iText-questions] Using iTextSharp to extract data from a pdf form

2012-09-10 Thread fairway01
Do you have a c# .net example that I can reference? -- View this message in context: http://itext-general.2136553.n4.nabble.com/Using-iTextSharp-to-extract-data-from-a-pdf-form-tp4655993p4656247.html Sent from the iText - General mailing list archive at Nabble.com. ---

Re: [iText-questions] Using iTextSharp to extract data from a pdf form

2012-09-08 Thread 1T3XT BVBA
On 7/09/2012 20:45, fairway01 wrote: > when submit button is click I want to read the values the user entered into > the form and pass along those values. When the submit button is clicked, the data can be sent to the server in 4 different ways, depending on the settings of the submit action: 1. a

Re: [iText-questions] Using iTextSharp to extract data from a pdf form

2012-09-08 Thread fairway01
It's an acroform and was sent to the server as a pdf. Below are the steps I take. I open a pdf in an iframe. pdf opens in browser user enters data into pdf form fields Below is what I'm having trouble with. when submit button is click I want to read the values the user entered into the form and

Re: [iText-questions] Using iTextSharp to extract data from a pdf form

2012-08-23 Thread iText Info
Op 23/08/2012 15:39, Todd Vanevenhoven schreef: > Can someone please assist with this, it's seems pretty straightforward. Which type of form are we talking about: AcroForm or XFA? What is sent to the server: a HTML Query String? An FDF file? And XFDF file? A PDF? An XML file? All of the above are

[iText-questions] Using iTextSharp to extract data from a pdf form

2012-08-23 Thread Todd Vanevenhoven
Hi, I have a fillable pdf that I load into the browser using an iframe. The user then plugs in various values into the form fields and there are auto calculated fields based on what they type in. From there what I would like them to do is click a submit button on the asp .net page that then h