[iText-questions] Reading tooltip text from acrofields

2016-05-07 Thread mukeshmr
Hi, I'm working on a PDF form now. It has text fields and checkboxes in it. Now I'm able to read the fields and its values using the following code using (var reader = new PdfReader(FormLocation)) { var fields = reader.AcroFields.Fields;

[iText-questions] Reading tooltip text from acrofields

2016-05-04 Thread Mukesh
Hi, I'm working on a PDF form now. It has text fields and checkboxes in it. Now I'm able to read the fields and its values using the following code using (var reader = new PdfReader(FormLocation)) { var fields = reader.AcroFields.Fields;