Re: [iText-questions] How to extract a date field from acroForm or xfaForm

2009-07-29 Thread Leonard Rosenthol
lped folks. Thanks in advance! Leonard -Original Message- From: Emilio Oca [mailto:emilio...@gmail.com] Sent: Wednesday, July 29, 2009 4:51 AM To: Post all your questions about iText here Subject: Re: [iText-questions] How to extract a date field from acroForm or xfaForm Hi Leonard, I no

Re: [iText-questions] How to extract a date field from acroForm or xfaForm

2009-07-29 Thread Emilio Oca
ll your questions about iText here > Subject: [iText-questions] How to extract a date field from acroForm or > xfaForm > > Hi list > > Reading a lifecycle generated document using xfa forms, filled and > signed with AdobeReader. I am trying to get the contents of a hidden >

Re: [iText-questions] How to extract a date field from acroForm or xfaForm

2009-07-28 Thread Leonard Rosenthol
The ONLY way to get info from an XFA-based form is to parse the XFA... Leonard -Original Message- From: Emilio Oca [mailto:emilio...@gmail.com] Sent: Tuesday, July 28, 2009 9:28 AM To: Post all your questions about iText here Subject: [iText-questions] How to extract a date field from

[iText-questions] How to extract a date field from acroForm or xfaForm

2009-07-28 Thread Emilio Oca
Hi list Reading a lifecycle generated document using xfa forms, filled and signed with AdobeReader. I am trying to get the contents of a hidden date field set when the document is signed for first time. Doing something like this: AcroFields af = reader.getAcroFields(); for ( String na