Re: [iText-questions] readAcroForm

2007-08-06 Thread Bruno Lowagie
Pradeepa Evangovan wrote: > Please let me know what might be the cause of this runtime error. The cause of this error is that you haven't read the documentation about AcroForms. Read chapters 15 and 16 in the book 'iText in Action' or one of the following articles: http://www.lowagie.com/itextwiki

[iText-questions] readAcroForm

2007-08-06 Thread Pradeepa Evangovan
Hi, I am trying to populate the PRAcroForm fieldsByName hash map by calling readAcroForm function Below is my code snippet: itext::PRAcroForm* vfc_acroform = (itext::PRAcroForm*)vfcreader->getPdfObject(vfc_catalog->get(itext::PdfName::ACROFORM)); itext::PRAcroForm* form = new i