Re: [iText-questions] Write to Phone and Fax Fields in PDF document

2010-06-02 Thread anilhk
got the answer, actually in pdf ( ) - is one field while the remaining number is the other field, thus there are 2 fields to complete one phone number - same goes with fax. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Write-to-Phone-and-Fax-Fields-in-PDF-document

Re: [iText-questions] Write to Phone and Fax Fields in PDF document

2010-06-02 Thread anilhk
HI Jay, Are there any methods available in IText to identify whether () contains withen the field or is at top of the field ? I just do this, form.setField("f1_10(0)",(String)readMap.get("phone")); any suggestions ? -- View this message in context: http://itext-general.2136553.n4.nabble

Re: [iText-questions] Write to Phone and Fax Fields in PDF document

2010-06-02 Thread Jay Cha
tions@lists.sourceforge.net Subject: Re: [iText-questions] Write to Phone and Fax Fields in PDF document any help please -- View this message in context: http://itext-general.2136553.n4.nabble.com/Write-to-Phone-and-Fax-Fields -in-PDF-document-tp2240561p2240747.html Sent from the iText - General mailing list archi

Re: [iText-questions] Write to Phone and Fax Fields in PDF document

2010-06-02 Thread anilhk
any help please -- View this message in context: http://itext-general.2136553.n4.nabble.com/Write-to-Phone-and-Fax-Fields-in-PDF-document-tp2240561p2240747.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] Write to Phone and Fax Fields in PDF document

2010-06-02 Thread anilhk
Hi all, I am a newbie to using Itext API, so far it has been a nice experience, however I am currently being faced with a problem and would appreciate if anyone could help in to find the answers. I am trying to write to an existing pdf (filling an existing pdf with data), the code works just fi